Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-07-28 | different fix | rsc | 1 | -4/+6 | |
2005-07-27 | Try to avoid races in underlying C library | rsc | 1 | -0/+14 | |
during threadexitsall. | |||||
2005-01-17 | more exits | rsc | 1 | -0/+3 | |
2005-01-06 | add _procwakeupandunlock | rsc | 1 | -10/+17 | |
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. | |||||
2004-12-28 | restore old plan 9 property that when the | rsc | 1 | -0/+5 | |
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 | 1 | -8/+0 | |
2004-12-28 | remove debugging | rsc | 1 | -3/+0 | |
2004-12-28 | add threaddaemonize(), more bug fixes | rsc | 1 | -7/+12 | |
2004-12-27 | better exec handling | rsc | 1 | -30/+3 | |
2004-12-27 | starting to work on Linux | rsc | 1 | -2/+37 | |
2004-12-27 | linux pre-2.6 implementation | rsc | 1 | -0/+348 | |