summaryrefslogtreecommitdiffstats
path: root/src/cmd/plumb
Commit message (Collapse)AuthorAgeFilesLines
* post9pservice: add extra arg to unmodified callsRuss Cox2008-04-171-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-012-3/+3
|
* NetBSD-macppc ctype needs uchars.rsc2005-09-091-3/+3
|
* add -9 for debuggingrsc2005-03-181-0/+4
|
* Many small edits.rsc2005-01-131-3/+1
|
* add $plan9 variablersc2005-01-111-0/+5
|
* do threading rightrsc2005-01-042-26/+4
|
* exit correctlyrsc2005-01-041-7/+7
|
* Goodbye SHORTLIBrsc2005-01-041-1/+0
|
* be like plan 9 plumberrsc2004-12-281-3/+22
|
* avoid use of an extra procrsc2004-12-281-1/+1
|
* FreeBSD tweaksrsc2004-12-281-1/+2
|
* use threaddaemonizersc2004-12-281-12/+1
|
* update to use new thread libraryrsc2004-12-261-4/+9
|
* Compare function pointers against 0 rather than nil.wkj2004-07-091-1/+1
|
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* SunOS can rot in hell.rsc2004-03-261-16/+20
|
* Today's changes.rsc2004-03-253-4/+6
| | | | More changes.
* Small tweaksrsc2004-03-211-0/+2
| | | | Lots of new code imported.
* Amazingly picky bug fixes from Valgrind.rsc2004-03-052-1/+7
|
* Various little fixes.rsc2004-03-051-1/+1
|
* Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.rsc2004-03-051-1/+1
| | | | | | Add debugging to fdwait. Rewrite getcallerpc on PowerMac to be correct.
* Various tweaks.rsc2004-02-291-1/+1
|
* Small tweaks to make things build again.rsc2004-02-295-26/+21
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-116-74/+60
| | | | with them.
* make -> mkrsc2003-11-231-16/+0
|
* Plan 9 version, nothing tweaked yet.rsc2003-11-237-0/+2596
|
* Single-threaded plumber that can run "start" rules.rsc2003-10-141-0/+16
Thanks to Caerwyn Jones.