Commit Briefs


rsc

no need to include sec.h


rsc

do full dependency graph using libraries too.

adds a solid .1 seconds of time when including a ridiculous number of libraries, but linking is so fast compared to compiling that it's hardly noticeable.




rsc

make regdesc global


rsc

add regdesc back.


rsc

use fmtvprint to avoid needing

to copy the arguments. (stupid va_copy).


rsc

add _procwakeupandunlock

to help ease locking contention on Linux 2.4.


rsc

go back to 1000 scheds


rsc

more precision on time


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.


rsc

more debugging


rsc

fix autolib for gcc3+


rsc

exit on eof