summaryrefslogtreecommitdiffstats
path: root/src/cmd/vac/vacfs.c
Commit message (Collapse)AuthorAgeFilesLines
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-5/+4
| | | | | | | | | 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 warningsRuss Cox2012-10-211-0/+1
| | | | | R=rsc http://codereview.appspot.com/6744056
* vacfs: fix create srv with ORCLOSE on plan 9David du Colombier2012-08-031-9/+11
| | | | | | | | | | | | | 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 relicDavid du Colombier2012-04-041-5/+0
| | | | | R=rsc http://codereview.appspot.com/5970072
* vacfs: document replacement of -c flag by -MDavid du Colombier2011-06-131-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
* delete 9P2000.uRuss Cox2010-12-071-16/+4
| | | | | | | thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
* vacfs: no post9pservice with -iRuss Cox2009-07-261-1/+1
| | | | http://codereview.appspot.com/96159
* venti: 32-bit extensions to data structuresRuss Cox2009-05-251-6/+31
|
* vacfs: present qids correctlyRuss Cox2008-06-151-6/+3
|
* vacfs: plan 9 compatibilityRuss Cox2008-06-141-31/+90
|
* vac: major cleanup and bug fixesRuss Cox2008-06-141-2/+2
|
* vac: cleanupRuss Cox2008-06-141-25/+1
|
* vac: clean up, add unvacRuss Cox2008-06-141-137/+39
|
* vacfs: quieterRuss Cox2008-04-171-1/+0
|
* vacfs: implement -m flagRuss Cox2008-04-171-13/+7
|
* Decode uid/gid strings as numbers if possible. (Michael Kaminsky)rsc2007-01-181-0/+2
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-4/+4
|
* 9P2000.u fixes (Lucho Ionkov)rsc2005-11-211-2/+5
|
* Add 9P2000.u extensions.rsc2005-09-131-9/+55
|
* venti updatesrsc2005-07-241-4/+7
|
* sunosrsc2005-03-151-1/+1
|
* do not use shutdown on macrsc2005-01-191-4/+6
|
* avoid c99rsc2005-01-191-15/+22
|
* do not call exits in threaded programsrsc2005-01-171-1/+1
|
* different naming conventionrsc2005-01-161-4/+18
|
* use EARGFrsc2005-01-161-3/+3
|
* make vacfs work; thanks to luchorsc2005-01-161-139/+140
|
* start thinking about vac -- doesn't build yetrsc2003-11-231-0/+849