aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac/vacfs.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-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>
2012-10-21silence more warningsRuss Cox1-0/+1
R=rsc http://codereview.appspot.com/6744056
2012-08-03vacfs: fix create srv with ORCLOSE on plan 9David du Colombier1-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
2012-04-04vacfs: remove 9P2000.u relicDavid du Colombier1-5/+0
R=rsc http://codereview.appspot.com/5970072
2011-06-13vacfs: document replacement of -c flag by -MDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
2010-12-07delete 9P2000.uRuss Cox1-16/+4
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
2009-07-26vacfs: no post9pservice with -iRuss Cox1-1/+1
http://codereview.appspot.com/96159
2009-05-25venti: 32-bit extensions to data structuresRuss Cox1-6/+31
2008-06-15vacfs: present qids correctlyRuss Cox1-6/+3
2008-06-14vacfs: plan 9 compatibilityRuss Cox1-31/+90
2008-06-14vac: major cleanup and bug fixesRuss Cox1-2/+2
2008-06-14vac: cleanupRuss Cox1-25/+1
2008-06-14vac: clean up, add unvacRuss Cox1-137/+39
2008-04-17vacfs: quieterRuss Cox1-1/+0
2008-04-17vacfs: implement -m flagRuss Cox1-13/+7
2007-01-18Decode uid/gid strings as numbers if possible. (Michael Kaminsky)rsc1-0/+2
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-4/+4
2005-11-219P2000.u fixes (Lucho Ionkov)rsc1-2/+5
2005-09-13Add 9P2000.u extensions.rsc1-9/+55
2005-07-24venti updatesrsc1-4/+7
2005-03-15sunosrsc1-1/+1
2005-01-19do not use shutdown on macrsc1-4/+6
2005-01-19avoid c99rsc1-15/+22
2005-01-17do not call exits in threaded programsrsc1-1/+1
2005-01-16different naming conventionrsc1-4/+18
2005-01-16use EARGFrsc1-3/+3
2005-01-16make vacfs work; thanks to luchorsc1-139/+140
2003-11-23start thinking about vac -- doesn't build yetrsc1-0/+849