| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add portdate | rsc | 2004-12-26 | 2 | -0/+20 | |
| | | ||||||
| * | use new thread library | rsc | 2004-12-26 | 6 | -17/+20 | |
| | | ||||||
| * | use volatile correctly | rsc | 2004-12-26 | 1 | -2/+2 | |
| | | ||||||
| * | 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). | |||||
| * | help for libthread_db (define ps_prochandle) | rsc | 2004-12-25 | 1 | -3/+26 | |
| | | | | | | | | add symbols to unwind for disasesmbly-based stack unwinding add global state for library to help debugger programs (symhdr etc., attachproc, attachcore, attachargs). | |||||
| * | more thread support, also add freebsd 5 | rsc | 2004-12-25 | 1 | -13/+21 | |
| | | ||||||
| * | new thread library | rsc | 2004-12-25 | 2 | -187/+189 | |
| | | ||||||
| * | clean up headers | rsc | 2004-12-25 | 2 | -75/+69 | |
| | | ||||||
| * | 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 | |
| | | ||||||
| * | match Linux 2.6 kernel better | rsc | 2004-12-24 | 1 | -1/+1 | |
| | | ||||||
| * | oops -> change mpdigit from long to ulong | rsc | 2004-12-23 | 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 | |||||
