aboutsummaryrefslogtreecommitdiff
path: root/src/lib9p/ramfs.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.
* lib9p: make ramfs buildRuss Cox2008-05-051-8/+8
|
* no need for auth.hrsc2006-06-261-1/+0
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* Small tweaksrsc2004-03-211-0/+163
Lots of new code imported.