Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-04-08 | add exitcode | rsc | 1 | -0/+11 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -1/+1 | |
2006-02-14 | shut up about signals in scripts | rsc | 1 | -1/+1 | |
2005-08-11 | Add rfork builtin. | rsc | 1 | -0/+53 | |
2005-07-14 | ignore window size change | rsc | 1 | -0/+1 | |
2005-03-18 | try harder to put background jobs in background; do not print in response to ↵ | rsc | 1 | -0/+1 | |
SIGPIPE | |||||
2005-02-13 | handle /dev/stdin always | rsc | 1 | -2/+2 | |
2004-10-17 | print out signalled exits | rsc | 1 | -0/+5 | |
2004-10-17 | add ulimit and umask as builtins | rsc | 1 | -0/+4 | |
2004-05-14 | More little bug fixes | rsc | 1 | -1/+0 | |
2004-05-11 | Fix small bugs. | rsc | 1 | -1/+1 | |
2004-03-26 | handle interrupts and backgrounded processes a little better. | rsc | 1 | -1/+7 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -4/+3 | |
2004-03-25 | Today's changes. | rsc | 1 | -12/+2 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 1 | -1/+1 | |
Lots of new code imported. | |||||
2004-03-04 | Fix rc not to bus error on Mac OS X. | rsc | 1 | -2/+2 | |
Don't print about child notes either. | |||||
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 1 | -1/+4 | |
with them. | |||||
2003-12-03 | Various fixes. | rsc | 1 | -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-23 | Plan 9's rc. | rsc | 1 | -0/+480 | |
not a clear win over byron's, but at least it has the right syntax. |