Commit Briefs

rsc

OS X Tiger changes




rsc

too big fd


rsc

where did this change go?


rsc

Many small edits.


rsc

paranoia


rsc

don't rfork(RFNOTEG) because then you lose

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.


rsc

add _procwakeupandunlock

to help ease locking contention on Linux 2.4.


rsc

better handling


rsc

restore old plan 9 property that when the

last thread exits the main proc, the remaining program ends up in the background and the program appears to have exited.


rsc

more freebsd work


rsc

add threaddaemonize