aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/smugfs
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 Cross13-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>
2009-07-29smugfs: delete debugging printsRuss Cox1-5/+0
http://codereview.appspot.com/98066
2009-04-30smugfs: directory mode should be 755Russ Cox1-1/+1
2008-08-03smugfs(4): new programRuss Cox16-0/+4021