aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-02-29Fighting the good fight.rsc107-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-09various tweaks.rsc13-12/+193
2004-02-09completion, pageup/pagedownrsc5-7/+139
2004-01-20need pty.h on linux according to scott schwartzrsc1-0/+4
2004-01-09Why would the Linux man page actually tell the truth?rsc1-2/+1
2004-01-09undef some more.rsc1-0/+5
2004-01-09add libsrsc1-0/+2
2004-01-09add some more RF things for linux.rsc1-4/+4
2004-01-09linux diffs.rsc2-1/+3
2003-12-17add Lock to struct Ref.rsc1-0/+1
2003-12-17Tweaks to various bits.rsc11-90/+166
Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
2003-12-11Add libString.rsc20-0/+1315
2003-12-11ramfsrsc1-0/+904
2003-12-11More files related to user-level file servers.rsc35-0/+14133
Also add acme!
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc60-486/+966
with them.
2003-12-09bug from wkjrsc1-0/+1
2003-12-09Bug fixes from the Valgrind oracle.rsc3-1/+4
2003-12-09check everything in so i can move to linux and valgrind.rsc5-107/+492
2003-12-06rebuild because of libbio/bfmt.crsc1-1/+2
2003-12-06File system stuff.rsc29-0/+3316
2003-12-06various tweaks.rsc10-8/+74
2003-12-04nanrsc1-0/+27
2003-12-04.rsc3-37/+43
2003-12-04Clean up yacc files in mkcommon, mkhdr.rsc4-15/+33
Add nan to lib9. Fix memory corruption bugs in 9term.
2003-12-04add hocrsc8-5/+1365
2003-12-04these belong elsewhere, but where?rsc2-0/+483
2003-12-04add bundlersc1-0/+9
2003-12-04add lc.rsc1-0/+3
2003-12-04disable some programs, enable others.rsc3-0/+250
2003-12-04Remove debugging print from 9term.rsc1-1/+0
2003-12-04Various fixes.rsc1-18/+13
2003-12-04fix bug in handling of backspace in output.rsc1-9/+17
2003-12-04make hold mode a bit more attractive.rsc1-1/+1
2003-12-04allow rfork(RFNOTEG|RFPROC|RFFDG) for rc.rsc2-3/+19
2003-12-04more bug fixesrsc1-0/+1
2003-12-04add -a flag for acme.rsc2-72/+112
2003-12-03add bfmt.rsc1-0/+37
2003-12-03Various fixes.rsc11-63/+124
B - fixed usage, DISPLAY :0 vs :0.0 9term - fixed various terminal things rc - notice traps in Read _p9dir - only run disk code for disks dirread - getdirentries on FreeBSD and Linux are different w.r.t. meaning of off. notify - set up so signals interrupt system calls bprint - use bfmt.
2003-12-02Set up terminal properly for 9term.rsc1-1/+5
2003-12-02B that knows about address syntax,rsc2-3/+9
change plumber to use it.
2003-12-02fix stack size (oops)rsc1-1/+1
2003-12-02Check for changed window size after window creation.rsc1-0/+9
2003-12-02More X11 snarf tweaks.rsc5-11/+38
Will we ever finish?
2003-11-26call exit rather than _exits inside exits,rsc3-32/+10
so that the c library atexit handlers get a chance to run.
2003-11-25Fix X11 clipboard again.rsc2-1/+2
2003-11-25add dictrsc27-0/+8343
2003-11-25add note about getting dictionaryrsc1-0/+7
2003-11-25add sunosrsc1-0/+30
2003-11-25add libplumb to dir listrsc1-0/+1
2003-11-25fix libplumbrsc2-7/+11