Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-30 | libthread: add threadmaybackground | Russ Cox | 1 | -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. | |||||
2008-05-05 | lib9p: make ramfs build | Russ Cox | 1 | -8/+8 | |
2006-06-26 | no need for auth.h | rsc | 1 | -1/+0 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+2 | |
2004-03-21 | Small tweaks | rsc | 1 | -0/+163 | |
Lots of new code imported. |