Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-01-10 | do rfork(RFNOTEG) before exec | rsc | 1 | -0/+1 | |
2005-01-07 | oops | rsc | 1 | -2/+1 | |
2005-01-07 | initial darwin | rsc | 5 | -3/+156 | |
2005-01-07 | allow lock passing | rsc | 1 | -1/+2 | |
2005-01-07 | sunos fixes | rsc | 2 | -4/+10 | |
2005-01-06 | add _procwakeupandunlock | rsc | 5 | -12/+44 | |
to help ease locking contention on Linux 2.4. | |||||
2005-01-06 | go back to 1000 scheds | rsc | 1 | -1/+1 | |
2005-01-06 | add some annoying lock loop prints -- let's see | rsc | 1 | -8/+65 | |
if they ever fire. also fix race in delaystack. it was actually happening! that just goes to show that while i can reason very well about what can and cannot happen, i have no intuition at all for how likely they are. | |||||
2005-01-06 | more debugging | rsc | 3 | -6/+19 | |
2005-01-04 | add _threaddaemonize | rsc | 1 | -0/+1 | |
2005-01-04 | more debugging | rsc | 1 | -6/+16 | |
2005-01-04 | better handling | rsc | 1 | -8/+22 | |
2005-01-04 | more tests | rsc | 5 | -3/+130 | |
2004-12-29 | Use FreeBSD-approved method for determining FreeBSD version. | wkj | 1 | -1/+1 | |
2004-12-28 | restore old plan 9 property that when the | rsc | 6 | -8/+36 | |
last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited. | |||||
2004-12-28 | more freebsd work | rsc | 10 | -40/+118 | |
2004-12-28 | attempt at FreeBSD pre-5 support | rsc | 1 | -0/+356 | |
2004-12-28 | remove debugging | rsc | 4 | -5/+8 | |
2004-12-28 | add threaddaemonize | rsc | 1 | -0/+98 | |
2004-12-28 | new test program | rsc | 1 | -0/+11 | |
2004-12-28 | add threaddaemonize(), more bug fixes | rsc | 6 | -14/+51 | |
2004-12-27 | better exec handling | rsc | 5 | -78/+43 | |
2004-12-27 | starting to work on Linux | rsc | 5 | -19/+80 | |
2004-12-27 | shuffle to allow use of execchan in non-pthreads impls | rsc | 3 | -6/+43 | |
2004-12-27 | figure out which files to put in the library | rsc | 1 | -0/+14 | |
2004-12-27 | linux pre-2.6 implementation | rsc | 2 | -0/+355 | |
2004-12-27 | start linux pre-2.6 port | rsc | 5 | -79/+122 | |
2004-12-27 | confine pthreads to pthread.c | rsc | 4 | -13/+38 | |
2004-12-27 | remove debugging | rsc | 1 | -1/+0 | |
2004-12-27 | signal handling, add prototype for pthreadinit | rsc | 3 | -4/+19 | |
2004-12-26 | remove empty qlock.c | rsc | 2 | -4/+0 | |
2004-12-25 | more new libthread | rsc | 7 | -0/+800 | |
2004-12-25 | New thread library | rsc | 70 | -4684/+1041 | |
2004-11-08 | still more files | rsc | 5 | -0/+300 | |
2004-11-08 | extra files | rsc | 4 | -0/+380 | |
2004-11-08 | more thread work | rsc | 12 | -337/+291 | |
2004-10-22 | figure out which thread implementation to use | rsc | 1 | -0/+15 | |
2004-10-22 | try to implement the daemonize hack. | rsc | 11 | -51/+165 | |
2004-10-22 | new test program | rsc | 1 | -0/+41 | |
2004-10-22 | debugging, more pthreads crap | rsc | 7 | -9/+27 | |
2004-09-23 | add this. | rsc | 1 | -0/+14 | |
2004-09-23 | add pthread | rsc | 1 | -0/+164 | |
2004-09-23 | Continue fighting pthreads. | rsc | 19 | -580/+465 | |
Clean up thread library a bit too. | |||||
2004-09-21 | Continue the pthreads torture. | rsc | 7 | -95/+138 | |
2004-09-20 | various forgotten files | rsc | 4 | -1/+143 | |
2004-09-17 | Continue switching library over to pthreads when possible. | rsc | 6 | -27/+19 | |
Tprimes works on Linux 2.6. You can only have 128 procs though. | |||||
2004-09-17 | Rewrite to remove dependence on rendezvous and its bizarre | rsc | 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. | |||||
2004-08-22 | PowerPC Linux support from ericvh. | rsc | 2 | -0/+16 | |
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | |||||
2004-08-11 | More consistent use of _exits and exits | rsc | 3 | -6/+6 | |
in place of _exit and exit. | |||||
2004-07-09 | Compare function pointers against 0 rather than nil. | wkj | 1 | -1/+1 | |