Commit Briefs

bc7da02954 rsc

OS X Tiger changes


72f4d44f86 rsc

do not touch TSTP, TTIN, TTOU


8ee6ad4d96 rsc

different fix for main proc bug


a0d2173ce4 rsc

too big fd


1ac1981659 rsc

where did this change go?


c8b6342d3c rsc

Many small edits.


37cc72d323 rsc

paranoia


e9dbe11dbf 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.


a0a331aad9 rsc

add _procwakeupandunlock

to help ease locking contention on Linux 2.4.


230ead2fbe rsc

better handling


1d2533d010 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.


d54ead7fb9 rsc

more freebsd work


ddb664da1b rsc

add threaddaemonize