Commits


Trivial changes: whitespace and modes. Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>


lib9: turn certain signals off by default


Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.


OS X Tiger changes


try leaving TTIN, TTOU alone


play nicer with others w.r.t. signal masks


update return interface


as wkj pointed out, notifyseton should not call notesetenable


cleanups - lots of removed files now in thread library. qlock.c - stubs to thread library notify.c - clean interface slightly.


clean up signal handling


try to avoid calling notify on the "dumb" signals


Get rid of 9proc.


various bug fixes and paranoia


Fix small bugs.


No more malloc or lock inside signal handlers.