Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-05-07 | OS X Tiger changes | rsc | 1 | -1/+6 | |
2005-03-18 | do not touch TSTP, TTIN, TTOU | rsc | 1 | -1/+1 | |
2005-02-14 | different fix for main proc bug | rsc | 1 | -1/+0 | |
2005-01-16 | too big fd | rsc | 1 | -3/+4 | |
2005-01-14 | where did this change go? | rsc | 1 | -1/+11 | |
2005-01-13 | Many small edits. | rsc | 1 | -2/+2 | |
2005-01-11 | paranoia | rsc | 1 | -1/+9 | |
2005-01-11 | don't rfork(RFNOTEG) because then you lose | rsc | 1 | -3/+23 | |
the ability to read from the console. damn. also, handle case where child exits before fork returns in parent. have to record that sigchld was seen and then run the handler later. | |||||
2005-01-06 | add _procwakeupandunlock | rsc | 1 | -0/+12 | |
to help ease locking contention on Linux 2.4. | |||||
2005-01-04 | better handling | rsc | 1 | -8/+22 | |
2004-12-28 | restore old plan 9 property that when the | rsc | 1 | -7/+14 | |
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/+5 | |
2004-12-28 | add threaddaemonize | rsc | 1 | -0/+98 | |