Commit Briefs

0dfd6525a6 rsc

no need to include sec.h


3d637e1628 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.


6b4c8671de rsc

add _flushmemscreen declaration


bdfd1b275b rsc

add declaration for elfdl386mapdl.


d0f5cbcf04 rsc

make regdesc global


042aca7718 rsc

add regdesc back.


5eb2d21999 rsc

use fmtvprint to avoid needing

to copy the arguments. (stupid va_copy).


a0a331aad9 rsc

add _procwakeupandunlock

to help ease locking contention on Linux 2.4.


815552b9ed rsc

go back to 1000 scheds


bb426e77f6 rsc

more precision on time


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.


af89fc108d rsc

more debugging


9b4de09d41 rsc

fix autolib for gcc3+


f8104b3d3d rsc

exit on eof


33adad7dc7 rsc

update mkmk.sh