Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-07 | plumber: comment out bogus user name check | Russ Cox | 1 | -0/+2 | |
R=rsc http://codereview.appspot.com/2295043 | |||||
2008-04-17 | post9pservice: add extra arg to unmodified calls | Russ Cox | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2 | -3/+3 | |
2005-09-09 | NetBSD-macppc ctype needs uchars. | rsc | 1 | -3/+3 | |
2005-03-18 | add -9 for debugging | rsc | 1 | -0/+4 | |
2005-01-13 | Many small edits. | rsc | 1 | -3/+1 | |
2005-01-11 | add $plan9 variable | rsc | 1 | -0/+5 | |
2005-01-04 | do threading right | rsc | 2 | -26/+4 | |
2005-01-04 | exit correctly | rsc | 1 | -7/+7 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -1/+0 | |
2004-12-28 | be like plan 9 plumber | rsc | 1 | -3/+22 | |
2004-12-28 | avoid use of an extra proc | rsc | 1 | -1/+1 | |
2004-12-28 | FreeBSD tweaks | rsc | 1 | -1/+2 | |
2004-12-28 | use threaddaemonize | rsc | 1 | -12/+1 | |
2004-12-26 | update to use new thread library | rsc | 1 | -4/+9 | |
2004-07-09 | Compare function pointers against 0 rather than nil. | wkj | 1 | -1/+1 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -16/+20 | |
2004-03-25 | Today's changes. | rsc | 3 | -4/+6 | |
More changes. | |||||
2004-03-21 | Small tweaks | rsc | 1 | -0/+2 | |
Lots of new code imported. | |||||
2004-03-05 | Amazingly picky bug fixes from Valgrind. | rsc | 2 | -1/+7 | |
2004-03-05 | Various little fixes. | rsc | 1 | -1/+1 | |
2004-03-05 | Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM. | rsc | 1 | -1/+1 | |
Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct. | |||||
2004-02-29 | Various tweaks. | rsc | 1 | -1/+1 | |
2004-02-29 | Small tweaks to make things build again. | rsc | 5 | -26/+21 | |
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 6 | -74/+60 | |
with them. | |||||
2003-11-23 | make -> mk | rsc | 1 | -16/+0 | |
2003-11-23 | Plan 9 version, nothing tweaked yet. | rsc | 7 | -0/+2596 | |
2003-10-14 | Single-threaded plumber that can run "start" rules. | rsc | 1 | -0/+16 | |
Thanks to Caerwyn Jones. |