summaryrefslogtreecommitdiffstats
path: root/src/cmd/9p.c
Commit message (Collapse)AuthorAgeFilesLines
* 9p: honour the -l flag to lsgrai2008-07-221-5/+12
|
* 9p: can go back to using writeRuss Cox2008-07-041-24/+4
|
* 9p: fix writen (sqweek)Russ Cox2008-06-191-8/+13
|
* 9p: exit on write error (sqweek)Russ Cox2008-06-191-5/+22
|
* mergeRuss Cox2007-11-271-1/+1
|
* 9p: add -n to disable authenticationRuss Cox2007-10-121-4/+17
|
* seek back in rdwrrsc2006-02-141-0/+1
|
* add -n to ls; add rm and creatersc2006-02-051-3/+61
|
* fixrsc2006-01-061-2/+5
|
* add conrsc2006-01-061-0/+57
|
* Add close.rsc2005-10-291-0/+3
|
* silence various warningsrsc2005-08-111-4/+2
|
* set exit statusrsc2005-08-101-3/+7
|
* add -Arsc2005-03-211-4/+8
|
* add lsrsc2005-03-181-2/+123
|
* bigger buffers; add rdwrrsc2005-02-131-5/+43
|
* less chattyrsc2005-02-111-1/+0
|
* add write -lrsc2005-02-111-5/+27
|
* use nsamount and fsamountrsc2005-02-111-3/+5
|
* do not call exits in threaded programsrsc2005-01-171-6/+6
|
* use 9pclient instead of fsrsc2005-01-041-26/+15
|
* fix to handle newrsc2004-12-271-0/+2
|
* exit 9p on interrupt signal. should do better job here.rsc2004-10-221-2/+12
|
* SunOS can rot in hell.rsc2004-03-261-1/+1
|
* Small tweaks to make things build again.rsc2004-02-291-2/+3
|
* Add support for user-level 9P servers/clients and various bug fixes to go ↵rsc2003-12-111-16/+72
| | | | with them.
* File system stuff.rsc2003-12-061-0/+191