Commit Briefs

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


David du Colombier

vacfs: fix create srv with ORCLOSE on plan 9

In the current code, the srv file is removed just after the main thread exits, while the srv thread is still running, which is not the expected behavior. We moved the srv creation just before the procrfork, in order that the srv file will not be removed until the srv thread exits. R=rsc http://codereview.appspot.com/6397047


David du Colombier

vacfs: remove 9P2000.u relic

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


Russ Cox

vacfs: document replacement of -c flag by -M

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


Russ Cox

delete 9P2000.u

thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042


Russ Cox

vacfs: no post9pservice with -i

http://codereview.appspot.com/96159



Russ Cox

vacfs: present qids correctly


Russ Cox

vacfs: plan 9 compatibility


Russ Cox

vac: major cleanup and bug fixes


Russ Cox

vac: cleanup


Russ Cox

vac: clean up, add unvac


Russ Cox

vacfs: quieter


Russ Cox

vacfs: implement -m flag