aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/rfork.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-1/+1
| | | | | | | | | 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>
* lib9: restore SIGCHLD handler in rforkRuss Cox2011-05-011-6/+5
| | | | | R=rsc http://codereview.appspot.com/4436071
* unused irsc2006-02-121-1/+1
|
* add RFENVG, RFCENVGrsc2006-02-111-3/+7
|
* use libthread not fforkrsc2005-10-291-1/+1
|
* more debuggingrsc2004-10-221-7/+33
|
* Get rid of 9proc.rsc2004-09-231-3/+0
|
* add RFNOWAIT. this was probably a bad idea.rsc2004-04-211-3/+64
|
* No more malloc or lock inside signal handlers.rsc2004-04-211-2/+5
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-3/+6
| | | | with them.
* allow rfork(RFNOTEG|RFPROC|RFFDG) for rc.rsc2003-12-041-0/+14
|
* Annoying changes to work on Sun boxes.rsc2003-11-231-1/+1
|
* Various additions and fixes.rsc2003-11-231-0/+20