Commits


add execl and rand


plan 9 changes


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


Get rid of 9proc.


Continue the pthreads torture.


Continue switching library over to pthreads when possible. Tprimes works on Linux 2.6. You can only have 128 procs though.


add strdup for debugging.


little bug fixes


add -W to specify window size. various other little fixes.


add this


add RFNOWAIT. this was probably a bad idea.


always a good idea to drop the lock when you're done.


more stuff.


clean up when finished. don't set PLAN9 don't set PLAN9


Change _p9strsig to return nil if tmp==nil. Add atoi, atol, atoll. These versions call strtol/strtoll with base==0. The Unix versions use base==10.