aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9p.c
Commit message (Collapse)AuthorAgeFilesLines
* 9p: parse lines in rdwr commandDavid Arroyo2021-01-311-5/+9
| | | | | | | | Use bio(3) to read at most one line of input per iteration, even if there is more than one line available in the input buffer. This makes it easier to interact with line-oriented ctl files like that of factotum(4) from shell scripts, without the need to control when and how much data is flushed to a pipe.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-21/+20
| | | | | | | | | 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>
* silence more warningsRuss Cox2012-10-211-2/+2
| | | | | R=rsc http://codereview.appspot.com/6744056
* 9p: tflag sorts by mtimeAnthony Martin2010-06-281-5/+27
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/1265043
* 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