Commit Briefs

7e9e092da8 rsc

Correct putsnarf-then-getsnarf race.


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.


1818ce0f28 rsc

minor fixes; hide some routines


e66de6b077 rsc

fix alt on mac


ff8bbc7987 rsc

Add buttons 4 and 5 (scrolling on X).


1aa4e9c82e rsc

little things


49fda441d2 rsc

don't print TIMESTAMP messages


63b6732301 rsc

make stack requirements more explicit.



be22ae2d07 rsc

SunOS can rot in hell.


8ad517944e rsc

Today's changes.

More changes.


4cdbf87a15 rsc

Remove a debugging print, more cleanup.


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.



e39b8b1928 rsc

More X11 snarf tweaks.

Will we ever finish?