summaryrefslogtreecommitdiffstats
path: root/src/cmd/rc/plan9ish.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-4/+4
| | | | | | | | | Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
* fix waitrsc2007-03-261-1/+44
|
* sync with plan 9rsc2007-03-261-1/+3
|
* cope with programs that leave fd in non-blocking mode (Tim Wiess)rsc2007-03-251-1/+2
|
* add exitcodersc2006-04-081-0/+11
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* shut up about signals in scriptsrsc2006-02-141-1/+1
|
* Add rfork builtin.rsc2005-08-111-0/+53
|
* ignore window size changersc2005-07-141-0/+1
|
* try harder to put background jobs in background; do not print in response to ↵rsc2005-03-181-0/+1
| | | | SIGPIPE
* handle /dev/stdin alwaysrsc2005-02-131-2/+2
|
* print out signalled exitsrsc2004-10-171-0/+5
|
* add ulimit and umask as builtinsrsc2004-10-171-0/+4
|
* More little bug fixesrsc2004-05-141-1/+0
|
* Fix small bugs.rsc2004-05-111-1/+1
|
* handle interrupts and backgrounded processes a little better.rsc2004-03-261-1/+7
|
* SunOS can rot in hell.rsc2004-03-261-4/+3
|
* Today's changes.rsc2004-03-251-12/+2
| | | | More changes.
* Small tweaksrsc2004-03-211-1/+1
| | | | Lots of new code imported.
* Fix rc not to bus error on Mac OS X.rsc2004-03-041-2/+2
| | | | Don't print about child notes either.
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-1/+4
| | | | with them.
* Various fixes.rsc2003-12-031-5/+11
| | | | | | | | | | | 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.
* Plan 9's rc.rsc2003-11-231-0/+480
not a clear win over byron's, but at least it has the right syntax.