aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2003-12-03Various fixes.rsc3-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.
2003-12-02fix stack size (oops)rsc1-1/+1
2003-12-02More X11 snarf tweaks.rsc1-1/+1
Will we ever finish?
2003-11-26call exit rather than _exits inside exits,rsc1-9/+9
so that the c library atexit handlers get a chance to run.
2003-11-25add dictrsc27-0/+8343
2003-11-25add sunosrsc1-0/+30
2003-11-25fixes to plumber and 9termrsc4-3/+3
2003-11-25Update NOTES, hack on 9term a little.rsc4-6/+29
2003-11-25More tweaks on Linux and Solaris.rsc1-1/+1
2003-11-25Add the #goo to allow use in C++.rsc6-8/+14
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,rsc5-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.)
2003-11-24Tweaks for Linux.rsc2-0/+2
2003-11-24Tweaks to build properly on Linux.rsc1-15/+4
2003-11-23Make things build on FreeBSD again.rsc1-2/+2
2003-11-23Annoying changes to work on Sun boxes.rsc3-9/+5
2003-11-23make -> mkrsc1-16/+0
2003-11-23forgot this.rsc1-0/+91
2003-11-23new utilities.rsc45-0/+16585
the .C files compile but are renamed to avoid building automatically.
2003-11-23Plan 9's rc.rsc24-0/+4688
not a clear win over byron's, but at least it has the right syntax.
2003-11-23the one true diff.rsc6-0/+1120
at least it can handle "diff file1 file2 dir".
2003-11-23Dhog's 9term.rsc5-0/+1537
Updated for current libraries by Caerwyn Jones. Button-3 plumbing (like in acme) by rsc.
2003-11-23Plan 9 version, nothing tweaked yet.rsc7-0/+2596
2003-11-23start thinking about vac -- doesn't build yetrsc22-0/+7959
2003-11-23Initial stab at Venti.rsc52-0/+9527
2003-11-23make -> mkrsc3-32/+33
2003-11-23perror, create, remove now in the headersrsc1-4/+0
2003-11-23remove debugging print.rsc1-1/+0
2003-11-23change from rob -- handle ^U like in rio, acmersc1-0/+4
2003-11-23make -> mkrsc1-4/+3
2003-11-23create, perror, and remove are now properly in the headers.rsc1-4/+0
2003-11-23Don't need to install 'u' as flagfmt anymore.rsc1-5/+0
2003-11-23use path-less names for ssh, samterm.rsc1-2/+2
let execvp sort it out.
2003-11-23Use execvp to avoid hard-coding path names for ssh, samterm.rsc1-3/+3
2003-11-23print current directory in "don't know how to make" errors.rsc1-1/+9
2003-10-14Single-threaded plumber that can run "start" rules.rsc1-0/+16
Thanks to Caerwyn Jones.
2003-10-11Use new directory structure.rsc4-15/+15
2003-10-11Licensing and various tweaks.rsc2-516/+0
2003-10-11Various tweaks. The implementation of notify, create, etc.rsc3-6/+16
should really be in lib9.
2003-10-11Tweaks to make it work on Unix.rsc6-66/+86
2003-10-01Various tweaks to make things run on Mac OS.rsc1-0/+36
The main change is the use of pthread to implement ffork.
2003-09-30Reorgrsc41-579/+153
2003-09-30Initial revisionrsc21-0/+3271
2003-09-30Initial import.rsc5-0/+1548
2003-09-30Initial revisionrsc65-0/+12587
2003-09-30Initial import.rsc12-0/+587