| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add portdate | rsc | 2004-12-26 | 4 | -0/+24 |
| | | |||||
| * | add portdate | rsc | 2004-12-26 | 3 | -0/+49 |
| | | |||||
| * | add proper locking for libfmt! | rsc | 2004-12-26 | 1 | -0/+16 |
| | | |||||
| * | plan 9 changes | rsc | 2004-12-26 | 3 | -2/+62 |
| | | |||||
| * | add portdate | rsc | 2004-12-26 | 1 | -0/+20 |
| | | |||||
| * | portdates | rsc | 2004-12-26 | 1 | -0/+30 |
| | | |||||
| * | more tests | rsc | 2004-12-26 | 2 | -0/+61 |
| | | |||||
| * | import changes from plan 9 | rsc | 2004-12-26 | 18 | -167/+171 |
| | | |||||
| * | pick up plan 9 fltfmt changes | rsc | 2004-12-26 | 1 | -325/+138 |
| | | |||||
| * | various little changes. | rsc | 2004-12-26 | 1 | -19/+17 |
| | | | | | also pick up latest fltfmt from plan 9 | ||||
| * | cleanups - lots of removed files now in thread library. | rsc | 2004-12-26 | 27 | -958/+113 |
| | | | | | | qlock.c - stubs to thread library notify.c - clean interface slightly. | ||||
| * | add for unix port | rsc | 2004-12-26 | 1 | -0/+33 |
| | | |||||
| * | add for unix port | rsc | 2004-12-26 | 1 | -0/+29 |
| | | |||||
| * | clean up for unix port | rsc | 2004-12-26 | 58 | -127/+160 |
| | | |||||
| * | updates from plan 9 | rsc | 2004-12-26 | 4 | -1/+16 |
| | | |||||
| * | make work with new thread library | rsc | 2004-12-26 | 3 | -19/+45 |
| | | |||||
| * | update to use new thread library | rsc | 2004-12-26 | 3 | -13/+31 |
| | | |||||
| * | remove empty qlock.c | rsc | 2004-12-26 | 2 | -4/+0 |
| | | |||||
| * | better unwinding for 386. | rsc | 2004-12-25 | 13 | -107/+493 |
| | | | | | | | command-line extraction from core files on linux and freebsd. move linux ureg into ureg386.h (used in many places). | ||||
| * | more new libthread | rsc | 2004-12-25 | 7 | -0/+800 |
| | | |||||
| * | New thread library | rsc | 2004-12-25 | 70 | -4684/+1041 |
| | | |||||
| * | fix from forsyth via rob | rsc | 2004-12-25 | 1 | -1/+1 |
| | | |||||
| * | allow last column to be deleted | rsc | 2004-11-15 | 1 | -8/+0 |
| | | |||||
| * | still more files | rsc | 2004-11-08 | 5 | -0/+300 |
| | | |||||
| * | extra files | rsc | 2004-11-08 | 4 | -0/+380 |
| | | |||||
| * | more thread work | rsc | 2004-11-08 | 12 | -337/+291 |
| | | |||||
| * | stupid port bug. cannot use %ld to print a long as a *CHARACTER* | rsc | 2004-11-03 | 1 | -1/+1 |
| | | |||||
| * | bug fix in Get from rob | rsc | 2004-11-01 | 1 | -0/+2 |
| | | |||||
| * | clean up signal handling | rsc | 2004-10-23 | 1 | -89/+194 |
| | | |||||
| * | figure out which thread implementation to use | rsc | 2004-10-22 | 1 | -0/+15 |
| | | |||||
| * | try to implement the daemonize hack. | rsc | 2004-10-22 | 11 | -51/+165 |
| | | |||||
| * | handle interrupt right | rsc | 2004-10-22 | 1 | -1/+3 |
| | | |||||
| * | gas workaround | rsc | 2004-10-22 | 1 | -5/+2 |
| | | |||||
| * | new test program | rsc | 2004-10-22 | 1 | -0/+41 |
| | | |||||
| * | debugging, more pthreads crap | rsc | 2004-10-22 | 7 | -9/+27 |
| | | |||||
| * | make sure a write of 0 bytes does a 0-length write. | rsc | 2004-10-22 | 1 | -2/+4 |
| | | |||||
| * | print 0 %ux as 0x0 | rsc | 2004-10-22 | 1 | -1/+0 |
| | | |||||
| * | more debugging | rsc | 2004-10-22 | 1 | -7/+33 |
| | | |||||
| * | try to avoid calling notify on the "dumb" signals | rsc | 2004-10-22 | 1 | -52/+91 |
| | | |||||
| * | add core dump and signal to status line | rsc | 2004-10-22 | 1 | -2/+1 |
| | | |||||
| * | change md argument to number etc. (which acted only as a flag) | rsc | 2004-10-22 | 8 | -25/+55 |
| | | | | | | | | | | | to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens | ||||
| * | formatting | rsc | 2004-10-22 | 1 | -9/+9 |
| | | |||||
| * | exit 9p on interrupt signal. should do better job here. | rsc | 2004-10-22 | 1 | -2/+12 |
| | | |||||
| * | run 9c before 9a because gas doesn't exit with non-zero status when the file ↵ | rsc | 2004-10-22 | 1 | -1/+1 |
| | | | | | doesn't exist | ||||
| * | use threadexitsall | rsc | 2004-10-17 | 1 | -1/+1 |
| | | |||||
| * | print out signalled exits | rsc | 2004-10-17 | 1 | -0/+5 |
| | | |||||
| * | add ulimit and umask as builtins | rsc | 2004-10-17 | 3 | -0/+202 |
| | | |||||
| * | remove socket at exit | rsc | 2004-10-17 | 1 | -0/+11 |
| | | |||||
| * | fix interrupt handling, add clumsy way to get at text buffer contents | rsc | 2004-10-17 | 1 | -3/+92 |
| | | |||||
| * | bug fix in Zerox arrow handling from rob | rsc | 2004-10-17 | 1 | -2/+2 |
| | | |||||
