aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/main.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: add threadmaybackgroundRuss Cox1-0/+6
Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-3/+2
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-11-28mailfs: add -u user argumentDavid du Colombier1-3/+7
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5435052
2008-05-10mailfs: add -m optionRuss Cox1-2/+7
2007-11-05mailfs: add -r flag to specify mail root (Richard Bilson)Russ Cox1-3/+7
2006-05-21better spam (Lou Kamenov)rsc1-3/+7
2006-02-15imap-based new upas/fsrsc1-0/+68