Commit Briefs

dd4afdf4eb rsc

Avoid yet another X11 stack overflow.


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.


b20f06ab9c rsc

use new thread library


78802e6993 rsc

various bug fixes


63b6732301 rsc

make stack requirements more explicit.


732be70cc4 rsc

Avoid bad mouse buffering.


4f30f3b444 rsc

grey out 9term when it loses focus.


be22ae2d07 rsc

SunOS can rot in hell.


5a8e63b2f0 rsc

Fighting the good fight.

Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.



16a7096669 rsc

Add drawsetlabel(Display*, char*).

Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation.


161060a463 rsc

Lots of X fixes.


76193d7cb0 rsc

Initial revision