Commit Briefs

2b6040818e rsc

use full prototypes


0ba4eb47d4 rsc

no need to setproc(0)


8dd8a81f71 rsc

add threaddata


d7688cce37 rsc

add check for procscheduler returning


80b8842f3e rsc

hard-to-find locking bug


8ee6ad4d96 rsc

different fix for main proc bug


8f4871fd2e rsc

work around stupid linux bug



a0e8d02d09 rsc

Apparently SuSE 9.1's X distribution uses even bigger

buffers than the standard ones. 64kB appears to be enough for a stack in that case, but let's just go nuts and make the stacks enormous, so that it takes a few more doublings of X's stack needs before we run into this problem again. The VM system should take care of not actually using most of the memory anyway.


803292c631 rsc

proccreate race


515b6e5bff rsc

add threadgetname


8650250482 rsc

64-bit nonsense


0b561695d6 rsc

useful warning comment


2b3b1e8984 rsc

oops sunos


c8b6342d3c rsc

Many small edits.