Commit Briefs

4753f0691a rsc

more exits


a0a331aad9 rsc

add _procwakeupandunlock

to help ease locking contention on Linux 2.4.


815552b9ed rsc

go back to 1000 scheds


a620761c92 rsc

add some annoying lock loop prints -- let's see

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.


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


93eb807ac2 rsc

remove debugging


2c87dda8f8 rsc

add threaddaemonize(), more bug fixes


8cbd854a8a rsc

better exec handling


955a2ca78d rsc

starting to work on Linux


f1e8706de8 rsc

linux pre-2.6 implementation