Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-12-27 | start linux pre-2.6 port | rsc | 5 | -79/+122 | |
2004-12-27 | good test programs | rsc | 2 | -0/+404 | |
2004-12-27 | lock using Lock instead of QLock. | rsc | 1 | -3/+3 | |
qlocks are complicated enough that they need to be able to print during debugging. | |||||
2004-12-27 | confine pthreads to pthread.c | rsc | 4 | -13/+38 | |
2004-12-27 | add chansetname prototype | rsc | 1 | -0/+1 | |
2004-12-27 | as wkj pointed out, notifyseton should not call notesetenable | rsc | 1 | -2/+0 | |
2004-12-27 | fix to handle new | rsc | 1 | -0/+2 | |
2004-12-27 | remove debugging | rsc | 1 | -1/+0 | |
2004-12-27 | changes from plan 9 | rsc | 6 | -17/+31 | |
2004-12-27 | change to use new thread library | rsc | 7 | -24/+41 | |
2004-12-27 | clone is a bad word on linux | rsc | 1 | -2/+2 | |
2004-12-27 | handle pty correctly on linux | rsc | 1 | -0/+14 | |
2004-12-27 | add readn to avoid need for plan9port libc | rsc | 2 | -0/+20 | |
2004-12-27 | change to use new thread library | rsc | 3 | -14/+31 | |
2004-12-27 | various changes from plan 9 | rsc | 5 | -3/+20 | |
2004-12-27 | signal handling, add prototype for pthreadinit | rsc | 3 | -4/+19 | |
2004-12-27 | bug fix -- need to enqueue before sending the packet, | rsc | 1 | -5/+13 | |
in case the response comes back and another thread tries to give it to us, all before we are enqueued. | |||||
2004-12-27 | changes from plan 9 | rsc | 2 | -3/+18 | |
2004-12-27 | change to use new thread library | rsc | 2 | -4/+12 | |
2004-12-27 | bad name | rsc | 1 | -6/+0 | |
2004-12-27 | add for porting | rsc | 1 | -0/+10 | |
2004-12-27 | porting changes | rsc | 1 | -6/+9 | |
2004-12-27 | fmtdef.h needed for VA_COPY | rsc | 2 | -0/+2 | |
2004-12-27 | add isNaN | rsc | 1 | -3/+4 | |
2004-12-27 | forgot this | rsc | 1 | -1/+1 | |
2004-12-26 | add portdate | rsc | 1 | -0/+56 | |
2004-12-26 | changes from plan 9. some clean-up. | rsc | 5 | -20/+91 | |
2004-12-26 | add portdate | rsc | 1 | -0/+9 | |
2004-12-26 | add portdate | rsc | 3 | -0/+49 | |
2004-12-26 | changes from plan 9 | rsc | 2 | -77/+33 | |
2004-12-26 | add portdate | rsc | 2 | -0/+25 | |
2004-12-26 | plan 9 changes | rsc | 1 | -1/+1 | |
2004-12-26 | add portdate | rsc | 2 | -0/+20 | |
2004-12-26 | use new thread library | rsc | 6 | -17/+20 | |
2004-12-26 | use volatile correctly | rsc | 1 | -2/+2 | |
2004-12-26 | add portdate | rsc | 4 | -0/+24 | |
2004-12-26 | add portdate | rsc | 3 | -0/+49 | |
2004-12-26 | add proper locking for libfmt! | rsc | 1 | -0/+16 | |
2004-12-26 | plan 9 changes | rsc | 3 | -2/+62 | |
2004-12-26 | add portdate | rsc | 1 | -0/+20 | |
2004-12-26 | portdates | rsc | 1 | -0/+30 | |
2004-12-26 | more tests | rsc | 2 | -0/+61 | |
2004-12-26 | import changes from plan 9 | rsc | 18 | -167/+171 | |
2004-12-26 | pick up plan 9 fltfmt changes | rsc | 1 | -325/+138 | |
2004-12-26 | various little changes. | rsc | 1 | -19/+17 | |
also pick up latest fltfmt from plan 9 | |||||
2004-12-26 | cleanups - lots of removed files now in thread library. | rsc | 27 | -958/+113 | |
qlock.c - stubs to thread library notify.c - clean interface slightly. | |||||
2004-12-26 | add for unix port | rsc | 1 | -0/+33 | |
2004-12-26 | add for unix port | rsc | 1 | -0/+29 | |
2004-12-26 | clean up for unix port | rsc | 58 | -127/+160 | |
2004-12-26 | updates from plan 9 | rsc | 4 | -1/+16 | |