Commits


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>


silence more warnings R=rsc http://codereview.appspot.com/6744056


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


vacfs: remove 9P2000.u relic R=rsc http://codereview.appspot.com/5970072


vacfs: document replacement of -c flag by -M R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049


delete 9P2000.u thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042


vacfs: no post9pservice with -i http://codereview.appspot.com/96159


venti: 32-bit extensions to data structures


vacfs: present qids correctly


vacfs: plan 9 compatibility


vac: major cleanup and bug fixes


vac: cleanup


vac: clean up, add unvac


vacfs: quieter


vacfs: implement -m flag