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 | 18 | -33/+30 | |
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> | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 2 | -4/+1 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 1 | -3/+0 | |
R=rsc http://codereview.appspot.com/6744053 | |||||
2008-04-17 | post9pservice: add extra arg to unmodified calls | Russ Cox | 1 | -1/+1 | |
2006-05-06 | add sys/time.h for struct timeval on freebsd 4 | rsc | 1 | -0/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2 | -13/+11 | |
2006-04-01 | c90 fixes | rsc | 11 | -66/+118 | |
2006-03-30 | weird abort decl | rsc | 1 | -1/+0 | |
2006-03-30 | no unions | rsc | 1 | -8/+8 | |
2006-03-03 | tolower subscript | rsc | 1 | -1/+1 | |
2006-02-24 | use domain as the port | rsc | 2 | -6/+6 | |
2006-02-24 | remove -p | rsc | 1 | -1/+1 | |
2006-02-20 | dns changes | rsc | 9 | -48/+61 | |
2006-02-17 | remove stub myipaddr | rsc | 1 | -7/+0 | |
2006-02-17 | bug fixed | rsc | 1 | -1/+0 | |
2006-02-17 | add locking | rsc | 1 | -2/+9 | |
2006-02-17 | changes from erik quanstrom | rsc | 8 | -52/+77 | |
2006-02-15 | fixes | rsc | 1 | -1/+1 | |
2006-02-15 | fixes | rsc | 3 | -6/+13 | |
2006-02-15 | forgot | rsc | 1 | -0/+294 | |
2006-02-14 | remove unused | rsc | 13 | -557/+193 | |
2006-02-02 | fix fid handling | rsc | 2 | -5/+30 | |
2005-12-27 | add dns | rsc | 15 | -0/+7047 | |
2005-09-09 | NetBSD-macppc ctype needs uchars. | rsc | 1 | -4/+4 | |
2005-02-11 | new | rsc | 6 | -0/+739 | |