aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/rfork.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2011-05-01lib9: restore SIGCHLD handler in rforkRuss Cox1-6/+5
R=rsc http://codereview.appspot.com/4436071
2006-02-12unused irsc1-1/+1
2006-02-11add RFENVG, RFCENVGrsc1-3/+7
2005-10-29use libthread not fforkrsc1-1/+1
2004-10-22more debuggingrsc1-7/+33
2004-09-23Get rid of 9proc.rsc1-3/+0
2004-04-21add RFNOWAIT. this was probably a bad idea.rsc1-3/+64
2004-04-21No more malloc or lock inside signal handlers.rsc1-2/+5
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc1-3/+6
with them.
2003-12-04allow rfork(RFNOTEG|RFPROC|RFFDG) for rc.rsc1-0/+14
2003-11-23Annoying changes to work on Sun boxes.rsc1-1/+1
2003-11-23Various additions and fixes.rsc1-0/+20