summaryrefslogtreecommitdiffstats
path: root/src/cmd/upas/nfs/main.c
Commit message (Collapse)AuthorAgeFilesLines
* libthread: add threadmaybackgroundRuss Cox2020-12-301-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.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* mailfs: add -u user argumentDavid du Colombier2011-11-281-3/+7
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5435052
* mailfs: add -m optionRuss Cox2008-05-101-2/+7
|
* mailfs: add -r flag to specify mail root (Richard Bilson)Russ Cox2007-11-051-3/+7
|
* better spam (Lou Kamenov)rsc2006-05-211-3/+7
|
* imap-based new upas/fsrsc2006-02-151-0/+68