aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2004-03-25Guess what? More anonymous unions!rsc2-11/+11
2004-03-25More anonymous unions.rsc4-31/+31
2004-03-25More anony.rsc1-30/+30
2004-03-25Remove anonymous union.rsc1-10/+10
2004-03-25remove libmachrsc1-1/+1
2004-03-25More files.rsc1-0/+1447
More files.
2004-03-25Today's changes.rsc41-343/+1814
More changes.
2004-03-22Fix colors.rsc1-1/+1
2004-03-21Fix lots of warnings.rsc9-25/+58
Incorporate changes from Andrey Mirtchovski.
2004-03-21Initialization bug reported by Taj Khattra.rsc1-0/+1
2004-03-21Add namespace.crsc1-0/+33
2004-03-21Add mkfile.rsc1-0/+20
2004-03-21Make idiff build.rsc1-0/+2
2004-03-21Don't require plumber.rsc1-1/+1
2004-03-21Small tweaksrsc45-36/+8181
Lots of new code imported.
2004-03-21Change 9wm to look like rio.rsc14-0/+3458
2004-03-21Change 9term to look like rio windows, not acme windows.rsc3-132/+152
2004-03-15Vac works.rsc14-2900/+2365
2004-03-13Add binary fraction tree index.rsc11-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-12Checkpoint.rsc15-363/+450
Add disk caching code and first draft of fractional index.
2004-03-12Add 200-line comment trying to explain the new index.rsc1-69/+284
2004-03-11Implement write buffer.rsc12-48/+358
2004-03-09Various fixes, add spell.rsc7-15/+1446
2004-03-05Unfix non-bug.rsc1-1/+1
2004-03-05Amazingly picky bug fixes from Valgrind.rsc3-3/+9
2004-03-05Various little fixes.rsc4-4/+5
2004-03-05Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc3-6/+6
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.
2004-03-05Debugging libthread for acme.rsc1-0/+2
2004-03-04Remove debugging print.rsc1-2/+0
2004-03-04Fix rc not to bus error on Mac OS X.rsc3-3/+14
Don't print about child notes either.
2004-03-03Whoops.rsc1-0/+4
2004-03-02Little tweaks and documentation.rsc5-31/+17
2004-03-02Make sure snarf is <64kB, since the wire countrsc1-4/+11
is only 16 bits.
2004-03-02Long-standing stability bugs fixed in 9pserve.rsc2-69/+153
Update win to use acme interface directly instead of via pipes. Add comment to pipe about lack of message boundaries.
2004-03-02More Mac tweaks.rsc4-35/+5
2004-03-02Tweaks for the Macintosh.rsc1-1/+0
2004-03-02missing programsrsc2-0/+746
2004-02-29Various tweaks.rsc13-19/+32
2004-02-29Small tweaks to make things build again.rsc17-40/+36
2004-02-29Fighting the good fight.rsc16-276/+364
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-09completion, pageup/pagedownrsc5-7/+139
2004-01-20need pty.h on linux according to scott schwartzrsc1-0/+4
2003-12-17Tweaks to various bits.rsc5-27/+52
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
2003-12-11ramfsrsc1-0/+904
2003-12-11More files related to user-level file servers.rsc24-0/+13742
Also add acme!
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc17-300/+635
with them.
2003-12-09check everything in so i can move to linux and valgrind.rsc1-60/+409
2003-12-06File system stuff.rsc2-0/+788
2003-12-06various tweaks.rsc3-3/+3
2003-12-04Clean up yacc files in mkcommon, mkhdr.rsc1-13/+28
Add nan to lib9. Fix memory corruption bugs in 9term.