Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-02-08 | Avoid yet another X11 stack overflow. | rsc | 1 | -1/+31 | |
2005-01-23 | Apparently SuSE 9.1's X distribution uses even bigger | rsc | 1 | -1/+1 | |
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. | |||||
2004-12-26 | use new thread library | rsc | 1 | -6/+8 | |
2004-04-24 | various bug fixes | rsc | 1 | -5/+21 | |
2004-04-21 | make stack requirements more explicit. | rsc | 1 | -1/+1 | |
2004-03-31 | Avoid bad mouse buffering. | rsc | 1 | -0/+7 | |
2004-03-30 | grey out 9term when it loses focus. | rsc | 1 | -0/+40 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -1/+1 | |
2004-02-29 | Fighting the good fight. | rsc | 1 | -2/+6 | |
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. | |||||
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 1 | -7/+7 | |
with them. | |||||
2003-11-23 | Add drawsetlabel(Display*, char*). | rsc | 1 | -1/+11 | |
Turn window destruction into "hangup" note. Fix (?) snarf buffer management. Add latin1 keyboard translation. | |||||
2003-10-11 | Lots of X fixes. | rsc | 1 | -2/+7 | |
2003-09-30 | Initial revision | rsc | 1 | -0/+107 | |