aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9p.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-319p: parse lines in rdwr commandDavid Arroyo1-5/+9
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-21/+20
2012-10-21silence more warningsRuss Cox1-2/+2
2010-06-289p: tflag sorts by mtimeAnthony Martin1-5/+27
2008-07-229p: honour the -l flag to lsgrai1-5/+12
2008-07-049p: can go back to using writeRuss Cox1-24/+4
2008-06-199p: fix writen (sqweek)Russ Cox1-8/+13
2008-06-199p: exit on write error (sqweek)Russ Cox1-5/+22
2007-11-27mergeRuss Cox1-1/+1
2007-10-129p: add -n to disable authenticationRuss Cox1-4/+17
2006-02-14seek back in rdwrrsc1-0/+1
2006-02-05add -n to ls; add rm and creatersc1-3/+61
2006-01-06fixrsc1-2/+5
2006-01-06add conrsc1-0/+57
2005-10-29Add close.rsc1-0/+3
2005-08-11silence various warningsrsc1-4/+2
2005-08-10set exit statusrsc1-3/+7
2005-03-21add -Arsc1-4/+8
2005-03-18add lsrsc1-2/+123
2005-02-13bigger buffers; add rdwrrsc1-5/+43
2005-02-11less chattyrsc1-1/+0
2005-02-11add write -lrsc1-5/+27
2005-02-11use nsamount and fsamountrsc1-3/+5
2005-01-17do not call exits in threaded programsrsc1-6/+6
2005-01-04use 9pclient instead of fsrsc1-26/+15
2004-12-27fix to handle newrsc1-0/+2
2004-10-22exit 9p on interrupt signal. should do better job here.rsc1-2/+12
2004-03-26SunOS can rot in hell.rsc1-1/+1
2004-02-29Small tweaks to make things build again.rsc1-2/+3
2003-12-11Add support for user-level 9P servers/clients and various bug fixes to go wit...rsc1-16/+72
2003-12-06File system stuff.rsc1-0/+191