| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | use threaddaemonize | rsc | 2004-12-28 | 2 | -26/+9 | |
| | | ||||||
| * | new test program | rsc | 2004-12-28 | 1 | -0/+11 | |
| | | ||||||
| * | add threaddaemonize(), more bug fixes | rsc | 2004-12-28 | 7 | -14/+56 | |
| | | ||||||
| * | add note that vac should work. | rsc | 2004-12-27 | 3 | -6/+5 | |
| | | | | | change %R to %r | |||||
| * | use getuser instead of getenv("USER"). | rsc | 2004-12-27 | 2 | -1/+10 | |
| | | | | | add portdate file. | |||||
| * | secstore from ehg | rsc | 2004-12-27 | 10 | -0/+1633 | |
| | | ||||||
| * | silence various warnings | rsc | 2004-12-27 | 4 | -3/+7 | |
| | | ||||||
| * | change to use new thread library | rsc | 2004-12-27 | 1 | -3/+3 | |
| | | ||||||
| * | yield now returns the number of switches done | rsc | 2004-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | better exec handling | rsc | 2004-12-27 | 5 | -78/+43 | |
| | | ||||||
| * | add awaitfor and waitfor | rsc | 2004-12-27 | 3 | -10/+30 | |
| | | ||||||
| * | starting to work on Linux | rsc | 2004-12-27 | 5 | -19/+80 | |
| | | ||||||
| * | shuffle to allow use of execchan in non-pthreads impls | rsc | 2004-12-27 | 3 | -6/+43 | |
| | | ||||||
| * | more features | rsc | 2004-12-27 | 5 | -0/+676 | |
| | | ||||||
| * | dumb porting bugs | rsc | 2004-12-27 | 1 | -2/+2 | |
| | | ||||||
| * | use new thread library | rsc | 2004-12-27 | 1 | -153/+1 | |
| | | ||||||
| * | figure out which files to put in the library | rsc | 2004-12-27 | 1 | -0/+14 | |
| | | ||||||
| * | linux pre-2.6 implementation | rsc | 2004-12-27 | 2 | -0/+355 | |
| | | ||||||
| * | start linux pre-2.6 port | rsc | 2004-12-27 | 5 | -79/+122 | |
| | | ||||||
| * | good test programs | rsc | 2004-12-27 | 2 | -0/+404 | |
| | | ||||||
| * | lock using Lock instead of QLock. | rsc | 2004-12-27 | 1 | -3/+3 | |
| | | | | | | | qlocks are complicated enough that they need to be able to print during debugging. | |||||
| * | confine pthreads to pthread.c | rsc | 2004-12-27 | 4 | -13/+38 | |
| | | ||||||
| * | add chansetname prototype | rsc | 2004-12-27 | 1 | -0/+1 | |
| | | ||||||
| * | as wkj pointed out, notifyseton should not call notesetenable | rsc | 2004-12-27 | 1 | -2/+0 | |
| | | ||||||
| * | fix to handle new | rsc | 2004-12-27 | 1 | -0/+2 | |
| | | ||||||
| * | remove debugging | rsc | 2004-12-27 | 1 | -1/+0 | |
| | | ||||||
| * | changes from plan 9 | rsc | 2004-12-27 | 6 | -17/+31 | |
| | | ||||||
| * | change to use new thread library | rsc | 2004-12-27 | 7 | -24/+41 | |
| | | ||||||
| * | clone is a bad word on linux | rsc | 2004-12-27 | 1 | -2/+2 | |
| | | ||||||
| * | handle pty correctly on linux | rsc | 2004-12-27 | 1 | -0/+14 | |
| | | ||||||
| * | add readn to avoid need for plan9port libc | rsc | 2004-12-27 | 2 | -0/+20 | |
| | | ||||||
| * | change to use new thread library | rsc | 2004-12-27 | 3 | -14/+31 | |
| | | ||||||
| * | various changes from plan 9 | rsc | 2004-12-27 | 5 | -3/+20 | |
| | | ||||||
| * | signal handling, add prototype for pthreadinit | rsc | 2004-12-27 | 3 | -4/+19 | |
| | | ||||||
| * | bug fix -- need to enqueue before sending the packet, | rsc | 2004-12-27 | 1 | -5/+13 | |
| | | | | | | in case the response comes back and another thread tries to give it to us, all before we are enqueued. | |||||
| * | changes from plan 9 | rsc | 2004-12-27 | 2 | -3/+18 | |
| | | ||||||
| * | change to use new thread library | rsc | 2004-12-27 | 2 | -4/+12 | |
| | | ||||||
| * | bad name | rsc | 2004-12-27 | 1 | -6/+0 | |
| | | ||||||
| * | add for porting | rsc | 2004-12-27 | 1 | -0/+10 | |
| | | ||||||
| * | porting changes | rsc | 2004-12-27 | 1 | -6/+9 | |
| | | ||||||
| * | fmtdef.h needed for VA_COPY | rsc | 2004-12-27 | 2 | -0/+2 | |
| | | ||||||
| * | add isNaN | rsc | 2004-12-27 | 1 | -3/+4 | |
| | | ||||||
| * | forgot this | rsc | 2004-12-27 | 1 | -1/+1 | |
| | | ||||||
| * | add portdate | rsc | 2004-12-26 | 1 | -0/+56 | |
| | | ||||||
| * | changes from plan 9. some clean-up. | rsc | 2004-12-26 | 5 | -20/+91 | |
| | | ||||||
| * | add portdate | rsc | 2004-12-26 | 1 | -0/+9 | |
| | | ||||||
| * | add portdate | rsc | 2004-12-26 | 3 | -0/+49 | |
| | | ||||||
| * | changes from plan 9 | rsc | 2004-12-26 | 2 | -77/+33 | |
| | | ||||||
| * | add portdate | rsc | 2004-12-26 | 2 | -0/+25 | |
| | | ||||||
| * | plan 9 changes | rsc | 2004-12-26 | 1 | -1/+1 | |
| | | ||||||
