aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/smugfs
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-1013-100/+94
| | | | | | | | | 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>
* smugfs: delete debugging printsRuss Cox2009-07-291-5/+0
| | | | http://codereview.appspot.com/98066
* smugfs: directory mode should be 755Russ Cox2009-04-301-1/+1
|
* smugfs(4): new programRuss Cox2008-08-0316-0/+4021