aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/plan9ish.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2007-03-26fix waitrsc1-1/+44
2007-03-26sync with plan 9rsc1-1/+3
2007-03-25cope with programs that leave fd in non-blocking mode (Tim Wiess)rsc1-1/+2
2006-04-08add exitcodersc1-0/+11
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2006-02-14shut up about signals in scriptsrsc1-1/+1
2005-08-11Add rfork builtin.rsc1-0/+53
2005-07-14ignore window size changersc1-0/+1
2005-03-18try harder to put background jobs in background; do not print in response to ↵rsc1-0/+1
SIGPIPE
2005-02-13handle /dev/stdin alwaysrsc1-2/+2
2004-10-17print out signalled exitsrsc1-0/+5
2004-10-17add ulimit and umask as builtinsrsc1-0/+4
2004-05-14More little bug fixesrsc1-1/+0
2004-05-11Fix small bugs.rsc1-1/+1
2004-03-26handle interrupts and backgrounded processes a little better.rsc1-1/+7
2004-03-26SunOS can rot in hell.rsc1-4/+3
2004-03-25Today's changes.rsc1-12/+2
More changes.
2004-03-21Small tweaksrsc1-1/+1
Lots of new code imported.
2004-03-04Fix rc not to bus error on Mac OS X.rsc1-2/+2
Don't print about child notes either.
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-1/+4
with them.
2003-12-03Various fixes.rsc1-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.
2003-11-23Plan 9's rc.rsc1-0/+480
not a clear win over byron's, but at least it has the right syntax.