Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-21 | Change 9wm to look like rio. | rsc | 14 | -0/+3458 | |
2004-03-21 | Change 9term to look like rio windows, not acme windows. | rsc | 3 | -132/+152 | |
2004-03-15 | Various header changes. | rsc | 4 | -1/+19 | |
2004-03-15 | Various small interface changes. | rsc | 6 | -53/+64 | |
2004-03-15 | Vac works. | rsc | 14 | -2900/+2365 | |
2004-03-13 | Add binary fraction tree index. | rsc | 11 | -44/+239 | |
The old index code is still supported too. Buildindex and checkindex need to be revisited, though they should be easy to adapt. | |||||
2004-03-12 | Checkpoint. | rsc | 15 | -363/+450 | |
Add disk caching code and first draft of fractional index. | |||||
2004-03-12 | Add 200-line comment trying to explain the new index. | rsc | 1 | -69/+284 | |
2004-03-11 | Implement write buffer. | rsc | 12 | -48/+358 | |
2004-03-09 | Various fixes, add spell. | rsc | 12 | -33/+1452 | |
2004-03-05 | remove debugging print. | rsc | 1 | -1/+0 | |
2004-03-05 | Unfix non-bug. | rsc | 1 | -1/+1 | |
2004-03-05 | Small bug fixes. | rsc | 2 | -3/+3 | |
2004-03-05 | Amazingly picky bug fixes from Valgrind. | rsc | 9 | -9/+20 | |
2004-03-05 | Incorporate bug fixes from Plan 9. | rsc | 1 | -1/+1 | |
2004-03-05 | don't need these. | rsc | 2 | -283/+0 | |
2004-03-05 | Update libregexp with recent bug fixes from Plan 9. | rsc | 12 | -81/+111 | |
2004-03-05 | Various little fixes. | rsc | 7 | -7/+13 | |
2004-03-05 | Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM. | rsc | 7 | -18/+27 | |
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct. | |||||
2004-03-05 | Debugging libthread for acme. | rsc | 5 | -12/+62 | |
2004-03-04 | Remove debugging print. | rsc | 1 | -2/+0 | |
2004-03-04 | Fix rc not to bus error on Mac OS X. | rsc | 3 | -3/+14 | |
Don't print about child notes either. | |||||
2004-03-04 | Some day I will get this right. | rsc | 2 | -2/+7 | |
2004-03-03 | Account for C vs. assembly in tas and getcallerpc. Sigh. | rsc | 1 | -3/+3 | |
2004-03-03 | Whoops. | rsc | 1 | -0/+4 | |
2004-03-02 | Remove a debugging print, more cleanup. | rsc | 2 | -2/+2 | |
2004-03-02 | Little tweaks and documentation. | rsc | 11 | -64/+178 | |
2004-03-02 | Make sure snarf is <64kB, since the wire count | rsc | 1 | -4/+11 | |
is only 16 bits. | |||||
2004-03-02 | Use cflags (bug introduced by Mac tweak). | rsc | 1 | -1/+1 | |
2004-03-02 | Change pipes to preserve message boundaries. | rsc | 1 | -2/+1 | |
2004-03-02 | Long-standing stability bugs fixed in 9pserve. | rsc | 3 | -69/+154 | |
Update win to use acme interface directly instead of via pipes. Add comment to pipe about lack of message boundaries. | |||||
2004-03-02 | Note new locations. | rsc | 2 | -2/+2 | |
2004-03-02 | More Mac tweaks. | rsc | 12 | -49/+101 | |
2004-03-02 | Tweaks for the Macintosh. | rsc | 5 | -9/+87 | |
2004-03-02 | missing programs | rsc | 2 | -0/+746 | |
2004-03-01 | Empty changelog | rsc | 2 | -34/+0 | |
2004-03-01 | Build Unix-friendly versions directly from library. | rsc | 34 | -0/+966 | |
2004-02-29 | more tweaks. | rsc | 1 | -0/+0 | |
2004-02-29 | Various tweaks. | rsc | 15 | -20/+34 | |
2004-02-29 | Threadplumbrecv. | rsc | 1 | -0/+33 | |
2004-02-29 | Tweak listing of libraries. | rsc | 3 | -2/+4 | |
2004-02-29 | Install commands before subdirectories, | rsc | 1 | -1/+3 | |
so we get yacc before compiling hoc. | |||||
2004-02-29 | Threaded read9pmsg. | rsc | 1 | -0/+32 | |
2004-02-29 | Add fdwait routines. | rsc | 1 | -0/+250 | |
2004-02-29 | Install script. | rsc | 1 | -0/+13 | |
2004-02-29 | Update mkmk.sh. | rsc | 3 | -66/+67 | |
2004-02-29 | Small tweaks to make things build again. | rsc | 18 | -48/+43 | |
2004-02-29 | Move utf, fmt. Small header file changes. | rsc | 73 | -3/+5771 | |
2004-02-29 | Fighting the good fight. | rsc | 107 | -6637/+665 | |
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. | |||||
2004-02-09 | various tweaks. | rsc | 13 | -12/+193 | |