Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-31 | 9p: parse lines in rdwr command | David Arroyo | 1 | -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. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -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> | |||||
2012-10-21 | silence more warnings | Russ Cox | 1 | -2/+2 | |
R=rsc http://codereview.appspot.com/6744056 | |||||
2010-06-28 | 9p: tflag sorts by mtime | Anthony Martin | 1 | -5/+27 | |
R=rsc CC=codebot http://codereview.appspot.com/1265043 | |||||
2008-07-22 | 9p: honour the -l flag to ls | grai | 1 | -5/+12 | |
2008-07-04 | 9p: can go back to using write | Russ Cox | 1 | -24/+4 | |
2008-06-19 | 9p: fix writen (sqweek) | Russ Cox | 1 | -8/+13 | |
2008-06-19 | 9p: exit on write error (sqweek) | Russ Cox | 1 | -5/+22 | |
2007-11-27 | merge | Russ Cox | 1 | -1/+1 | |
2007-10-12 | 9p: add -n to disable authentication | Russ Cox | 1 | -4/+17 | |
2006-02-14 | seek back in rdwr | rsc | 1 | -0/+1 | |
2006-02-05 | add -n to ls; add rm and create | rsc | 1 | -3/+61 | |
2006-01-06 | fix | rsc | 1 | -2/+5 | |
2006-01-06 | add con | rsc | 1 | -0/+57 | |
2005-10-29 | Add close. | rsc | 1 | -0/+3 | |
2005-08-11 | silence various warnings | rsc | 1 | -4/+2 | |
2005-08-10 | set exit status | rsc | 1 | -3/+7 | |
2005-03-21 | add -A | rsc | 1 | -4/+8 | |
2005-03-18 | add ls | rsc | 1 | -2/+123 | |
2005-02-13 | bigger buffers; add rdwr | rsc | 1 | -5/+43 | |
2005-02-11 | less chatty | rsc | 1 | -1/+0 | |
2005-02-11 | add write -l | rsc | 1 | -5/+27 | |
2005-02-11 | use nsamount and fsamount | rsc | 1 | -3/+5 | |
2005-01-17 | do not call exits in threaded programs | rsc | 1 | -6/+6 | |
2005-01-04 | use 9pclient instead of fs | rsc | 1 | -26/+15 | |
2004-12-27 | fix to handle new | rsc | 1 | -0/+2 | |
2004-10-22 | exit 9p on interrupt signal. should do better job here. | rsc | 1 | -2/+12 | |
2004-03-26 | SunOS can rot in hell. | rsc | 1 | -1/+1 | |
2004-02-29 | Small tweaks to make things build again. | rsc | 1 | -2/+3 | |
2003-12-11 | Add support for user-level 9P servers/clients and various bug fixes to go ↵ | rsc | 1 | -16/+72 | |
with them. | |||||
2003-12-06 | File system stuff. | rsc | 1 | -0/+191 | |