aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2004-02-29Small tweaks to make things build again.rsc17-40/+36
2004-02-29Move utf, fmt. Small header file changes.rsc69-0/+5752
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.rsc9-7/+171
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-09add libsrsc1-0/+2
2004-01-09linux diffs.rsc1-0/+2
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.rsc18-0/+640
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 ↵rsc54-464/+921
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.rsc27-0/+3221
2003-12-06various tweaks.rsc8-4/+69
2003-12-04nanrsc1-0/+27
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-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.rsc9-61/+116
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-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.rsc4-8/+33
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 sunosrsc1-0/+30
2003-11-25add libplumb to dir listrsc1-0/+1
2003-11-25fix libplumbrsc2-7/+11
2003-11-25fixes to plumber and 9termrsc4-3/+3
2003-11-25Update NOTES, hack on 9term a little.rsc4-6/+29
2003-11-25Silence some Mac OS X warnings.rsc4-3/+5
2003-11-25more tweaks.rsc1-0/+2
2003-11-25More tweaks on Linux and Solaris.rsc11-49/+107
2003-11-25Add the #goo to allow use in C++.rsc19-141/+91
Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
2003-11-24Changes for Mac OS X. Most important is stack sizes in samterm,rsc17-26/+46
which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)
2003-11-24tweaks.rsc2-6/+1