| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use FreeBSD-approved method for determining FreeBSD version. | wkj | 2004-12-29 | 1 | -1/+1 |
| | | |||||
| * | restore old plan 9 property that when the | rsc | 2004-12-28 | 6 | -8/+36 |
| | | | | | | | last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited. | ||||
| * | more freebsd work | rsc | 2004-12-28 | 10 | -40/+118 |
| | | |||||
| * | attempt at FreeBSD pre-5 support | rsc | 2004-12-28 | 1 | -0/+356 |
| | | |||||
| * | remove debugging | rsc | 2004-12-28 | 4 | -5/+8 |
| | | |||||
| * | add threaddaemonize | rsc | 2004-12-28 | 1 | -0/+98 |
| | | |||||
| * | new test program | rsc | 2004-12-28 | 1 | -0/+11 |
| | | |||||
| * | add threaddaemonize(), more bug fixes | rsc | 2004-12-28 | 6 | -14/+51 |
| | | |||||
| * | better exec handling | rsc | 2004-12-27 | 5 | -78/+43 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | confine pthreads to pthread.c | rsc | 2004-12-27 | 4 | -13/+38 |
| | | |||||
| * | remove debugging | rsc | 2004-12-27 | 1 | -1/+0 |
| | | |||||
| * | signal handling, add prototype for pthreadinit | rsc | 2004-12-27 | 3 | -4/+19 |
| | | |||||
| * | remove empty qlock.c | rsc | 2004-12-26 | 2 | -4/+0 |
| | | |||||
| * | more new libthread | rsc | 2004-12-25 | 7 | -0/+800 |
| | | |||||
| * | New thread library | rsc | 2004-12-25 | 70 | -4684/+1041 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | new test program | rsc | 2004-10-22 | 1 | -0/+41 |
| | | |||||
| * | debugging, more pthreads crap | rsc | 2004-10-22 | 7 | -9/+27 |
| | | |||||
| * | add this. | rsc | 2004-09-23 | 1 | -0/+14 |
| | | |||||
| * | add pthread | rsc | 2004-09-23 | 1 | -0/+164 |
| | | |||||
| * | Continue fighting pthreads. | rsc | 2004-09-23 | 19 | -580/+465 |
| | | | | | Clean up thread library a bit too. | ||||
| * | Continue the pthreads torture. | rsc | 2004-09-21 | 7 | -95/+138 |
| | | |||||
| * | various forgotten files | rsc | 2004-09-20 | 4 | -1/+143 |
| | | |||||
| * | Continue switching library over to pthreads when possible. | rsc | 2004-09-17 | 6 | -27/+19 |
| | | | | | | Tprimes works on Linux 2.6. You can only have 128 procs though. | ||||
| * | Rewrite to remove dependence on rendezvous and its bizarre | rsc | 2004-09-17 | 8 | -126/+62 |
| | | | | | | | | data structures. Makes it easier to use pthreads too. Still need to add code for non-pthreads systems. Just a checkpoint to switch work to another machine. | ||||
| * | PowerPC Linux support from ericvh. | rsc | 2004-08-22 | 2 | -0/+16 |
| | | | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | ||||
| * | More consistent use of _exits and exits | rsc | 2004-08-11 | 3 | -6/+6 |
| | | | | | in place of _exit and exit. | ||||
| * | Compare function pointers against 0 rather than nil. | wkj | 2004-07-09 | 1 | -1/+1 |
| | | |||||
| * | va_arg fix | rsc | 2004-06-17 | 1 | -1/+1 |
| | | |||||
| * | clean up children more often | rsc | 2004-06-09 | 1 | -3/+7 |
| | | |||||
| * | add network dialing | rsc | 2004-06-09 | 1 | -0/+29 |
| | | |||||
| * | make sure only one guy can call exit. | rsc | 2004-05-23 | 1 | -1/+1 |
| | | |||||
| * | More little bug fixes | rsc | 2004-05-14 | 1 | -1/+2 |
| | | |||||
| * | various bug fixes | rsc | 2004-05-14 | 1 | -2/+6 |
| | | |||||
| * | Noblock is nonsense. | rsc | 2004-05-12 | 1 | -19/+0 |
| | | |||||
| * | Fix small bugs. | rsc | 2004-05-11 | 9 | -28/+49 |
| | | |||||
| * | various bug fixes | rsc | 2004-05-05 | 1 | -0/+1 |
| | | |||||
| * | add -W to specify window size. | rsc | 2004-04-29 | 3 | -7/+8 |
| | | | | | various other little fixes. | ||||
| * | add stubs for other systems. | rsc | 2004-04-25 | 3 | -1/+26 |
| | | | | | add threadspawn. | ||||
| * | little things | rsc | 2004-04-23 | 1 | -3/+11 |
| | | |||||
| * | odds and ends | rsc | 2004-04-21 | 3 | -2/+7 |
| | | |||||
