summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* Small tweaks to make things build again.rsc2004-02-2917-40/+36
|
* Fighting the good fight.rsc2004-02-2916-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.
* completion, pageup/pagedownrsc2004-02-095-7/+139
|
* need pty.h on linux according to scott schwartzrsc2004-01-201-0/+4
|
* Tweaks to various bits.rsc2003-12-175-27/+52
| | | | | Until I hear otherwise, Refs aren't used enough to merit their own assembly. They are now implemented with locks.
* ramfsrsc2003-12-111-0/+904
|
* More files related to user-level file servers.rsc2003-12-1124-0/+13742
| | | | Also add acme!
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-1117-300/+635
| | | | with them.
* check everything in so i can move to linux and valgrind.rsc2003-12-091-60/+409
|
* File system stuff.rsc2003-12-062-0/+788
|
* various tweaks.rsc2003-12-063-3/+3
|
* Clean up yacc files in mkcommon, mkhdr.rsc2003-12-041-13/+28
| | | | | Add nan to lib9. Fix memory corruption bugs in 9term.
* add hocrsc2003-12-048-5/+1365
|
* disable some programs, enable others.rsc2003-12-043-0/+250
|
* Remove debugging print from 9term.rsc2003-12-041-1/+0
|
* Various fixes.rsc2003-12-041-18/+13
|
* fix bug in handling of backspace in output.rsc2003-12-041-9/+17
|
* make hold mode a bit more attractive.rsc2003-12-041-1/+1
|
* more bug fixesrsc2003-12-041-0/+1
|
* add -a flag for acme.rsc2003-12-042-72/+112
|
* Various fixes.rsc2003-12-033-26/+60
| | | | | | | | | | | 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.
* fix stack size (oops)rsc2003-12-021-1/+1
|
* More X11 snarf tweaks.rsc2003-12-021-1/+1
| | | | Will we ever finish?
* call exit rather than _exits inside exits,rsc2003-11-261-9/+9
| | | | | so that the c library atexit handlers get a chance to run.
* add dictrsc2003-11-2527-0/+8343
|
* add sunosrsc2003-11-251-0/+30
|
* fixes to plumber and 9termrsc2003-11-254-3/+3
|
* Update NOTES, hack on 9term a little.rsc2003-11-254-6/+29
|
* More tweaks on Linux and Solaris.rsc2003-11-251-1/+1
|
* Add the #goo to allow use in C++.rsc2003-11-256-8/+14
| | | | | | Silence a few more warnings. Strip down the mkfiles more. Fix bug in X11 mouse handling, note groups.
* Changes for Mac OS X. Most important is stack sizes in samterm,rsc2003-11-245-6/+9
| | | | | | 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.)
* Tweaks for Linux.rsc2003-11-242-0/+2
|
* Tweaks to build properly on Linux.rsc2003-11-241-15/+4
|
* Make things build on FreeBSD again.rsc2003-11-231-2/+2
|
* Annoying changes to work on Sun boxes.rsc2003-11-233-9/+5
|
* make -> mkrsc2003-11-231-16/+0
|
* forgot this.rsc2003-11-231-0/+91
|
* new utilities.rsc2003-11-2345-0/+16585
| | | | the .C files compile but are renamed to avoid building automatically.
* Plan 9's rc.rsc2003-11-2324-0/+4688
| | | | | not a clear win over byron's, but at least it has the right syntax.
* the one true diff.rsc2003-11-236-0/+1120
| | | | at least it can handle "diff file1 file2 dir".
* Dhog's 9term.rsc2003-11-235-0/+1537
| | | | | Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.
* Plan 9 version, nothing tweaked yet.rsc2003-11-237-0/+2596
|
* start thinking about vac -- doesn't build yetrsc2003-11-2322-0/+7959
|
* Initial stab at Venti.rsc2003-11-2352-0/+9527
|
* make -> mkrsc2003-11-233-32/+33
|
* perror, create, remove now in the headersrsc2003-11-231-4/+0
|
* remove debugging print.rsc2003-11-231-1/+0
|
* change from rob -- handle ^U like in rio, acmersc2003-11-231-0/+4
|
* make -> mkrsc2003-11-231-4/+3
|
* create, perror, and remove are now properly in the headers.rsc2003-11-231-4/+0
|