summaryrefslogtreecommitdiffstats
path: root/src/cmd/rc/havefork.c
Commit message (Collapse)AuthorAgeFilesLines
* rc: fix segfault when SIGINT is receivedMichael Teichgräber2009-08-081-1/+2
| | | | | | | | | | | | Save the value of `runq' at the start of the function, so that the `pc' update at the end does work on that original value, and not on a probably modified value of `runq'. fixes #14 http://code.swtch.com/plan9port/issue/14/ http://codereview.appspot.com/104066
* fix waitrsc2007-03-261-3/+48
|
* sync with plan 9rsc2007-03-261-10/+0
|
* try harder to put background jobs in background; do not print in response to ↵rsc2005-03-181-0/+10
| | | | SIGPIPE
* Plan 9's rc.rsc2003-11-231-0/+212
not a clear win over byron's, but at least it has the right syntax.