summaryrefslogtreecommitdiffstats
path: root/src/cmd/plumb/fsys.c
Commit message (Collapse)AuthorAgeFilesLines
* plumber: add -f (foreground) option (#288)Jason Felice2019-10-291-2/+5
| | | | In MacOS, services run by launchd must run in the foreground, since launchd manages forking and other resources.
* plumber: comment out bogus user name checkRuss Cox2010-10-071-0/+2
| | | | | R=rsc http://codereview.appspot.com/2295043
* post9pservice: add extra arg to unmodified callsRuss Cox2008-04-171-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-1/+1
|
* do threading rightrsc2005-01-041-1/+1
|
* avoid use of an extra procrsc2004-12-281-1/+1
|
* update to use new thread libraryrsc2004-12-261-4/+9
|
* Compare function pointers against 0 rather than nil.wkj2004-07-091-1/+1
|
* SunOS can rot in hell.rsc2004-03-261-16/+20
|
* Today's changes.rsc2004-03-251-0/+1
| | | | More changes.
* Small tweaks to make things build again.rsc2004-02-291-3/+3
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-47/+30
| | | | with them.
* Plan 9 version, nothing tweaked yet.rsc2003-11-231-0/+975