Commit Briefs

Dan Cross

9p: parse lines in rdwr command

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.


Dan Cross

Trivial changes: whitespace and modes.

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>


Russ Cox

silence more warnings

R=rsc http://codereview.appspot.com/6744056


Russ Cox

9p: tflag sorts by mtime

R=rsc CC=codebot http://codereview.appspot.com/1265043



Russ Cox

9p: can go back to using write


Russ Cox

9p: fix writen (sqweek)


Russ Cox

9p: exit on write error (sqweek)


Russ Cox

merge



rsc

seek back in rdwr



rsc

fix


rsc

add con


rsc

Add close.