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. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -3/+3 | |
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> | |||||
2010-11-03 | import: clean up correctly | Russ Cox | 1 | -0/+1 | |
R=rsc http://codereview.appspot.com/2875041 | |||||
2010-02-22 | import: use command line service name | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/220042 | |||||
2008-12-06 | import: add -x flag | Russ Cox | 1 | -25/+34 | |
2008-05-07 | misc: more post9pservice callers | Russ Cox | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -9/+9 | |
2005-01-17 | do not call exits in threaded programs | rsc | 1 | -1/+1 | |
2005-01-14 | stupid sun | rsc | 1 | -1/+1 | |
2005-01-13 | Many small edits. | rsc | 1 | -1/+1 | |
2005-01-07 | new program from presotto | rsc | 1 | -0/+302 | |