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 | 8 | -26/+22 | |
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 | 1 | -2/+2 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2010-12-07 | delete 9P2000.u | Russ Cox | 2 | -17/+18 | |
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | |||||
2009-07-08 | merge | Russ Cox | 1 | -0/+3 | |
2008-07-09 | lib9p: add ramfs build rule (ramfs does not work) | Russ Cox | 1 | -0/+4 | |
2008-07-04 | lib9p: add Srv.foreground flag | Russ Cox | 1 | -1/+4 | |
2008-07-04 | lib9p: update diroffset correctly on rewind | Russ Cox | 1 | -1/+1 | |
2008-05-10 | lib9p: remove unused variables | Russ Cox | 1 | -2/+0 | |
2008-05-05 | post9pservice: accept mtpt (via fuse) | Russ Cox | 1 | -5/+7 | |
2008-05-05 | lib9p: make ramfs build | Russ Cox | 1 | -8/+8 | |
2008-02-04 | lib9p: fix Tattach ref count bug | Russ Cox | 1 | -1/+1 | |
2006-10-12 | correct ref counting in walkfile (Nemo) | rsc | 1 | -5/+1 | |
2006-06-26 | no need for auth.h | rsc | 11 | -11/+0 | |
2006-06-26 | no need to call amount | rsc | 1 | -1/+2 | |
2006-04-20 | no warning (andrey) | rsc | 1 | -2/+0 | |
2006-04-19 | avoid double lock (lucho ionkov) | rsc | 2 | -3/+5 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2 | -7/+7 | |
2006-03-21 | faster destroyfid calls | rsc | 1 | -2/+42 | |
2006-02-14 | put NUL in right place! | rsc | 1 | -3/+4 | |
2006-02-05 | Experiment: ignore double-responds. | rsc | 2 | -3/+14 | |
Also allow nil string as empty string in readstr. | |||||
2006-01-27 | 9p.u | rsc | 1 | -1/+1 | |
2006-01-27 | 9p2000.u | rsc | 2 | -9/+15 | |
2005-03-04 | make chatty9p an extern int for the mac. | rsc | 1 | -0/+2 | |
2005-02-11 | build changes | rsc | 1 | -1/+0 | |
2005-02-11 | call srv->start at start | rsc | 2 | -7/+22 | |
2005-02-08 | use sysfatal | rsc | 1 | -12/+6 | |
2004-12-26 | updates from plan 9 | rsc | 4 | -1/+16 | |
2004-04-20 | make things work on SunOS | rsc | 1 | -1/+13 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-21 | Small tweaks | rsc | 17 | -0/+2175 | |
Lots of new code imported. |