aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac/file.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-45/+44
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>
2011-12-07vac: handle midDavid du Colombier1-0/+5
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451114
2011-11-30vacfs: fix segfault when no prefix specifiedDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451052
2010-04-13vac: debug printsDavid Swasey1-7/+7
R=rsc CC=codebot http://codereview.appspot.com/816041
2009-07-08src: use whatis instead of whichMichael Teichgräber1-5/+13
2009-05-25venti: 32-bit extensions to data structuresRuss Cox1-11/+23
2008-12-06unvac: add -d flag (David Swasey)Russ Cox1-0/+29
2008-12-06vac: error handling bug in vacfileblockscore (David Swasey)Russ Cox1-2/+3
2008-07-03vac: add -a and -x flagsRuss Cox1-23/+35
Thanks to Michael Kaminsky for the suggestion.
2008-07-02vac: fix -m bug (Myron Cheung)Russ Cox1-2/+1
2008-06-19vacfs: silence printRuss Cox1-1/+0
2008-06-15vacfs: present qids correctlyRuss Cox1-0/+8
2008-06-15vac: make qids uniqueRuss Cox1-1/+48
2008-06-14vac: plan9 compatibilityRuss Cox1-4/+1
2008-06-14vac: major cleanup and bug fixesRuss Cox1-1019/+1356
2008-06-14vac: cleanupRuss Cox1-1/+1
2008-06-14vac: clean up, add unvacRuss Cox1-220/+18
2007-01-18Bug checking vacfileisdir return value. (Michael Kaminsky)rsc1-1/+1
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-6/+6
2005-09-13Fix vacfilegetmode.rsc1-6/+0
2005-09-13Add vacfilegetmode.rsc1-0/+6
2005-07-25redirect only oncersc1-0/+1
2005-07-24venti updatesrsc1-3/+26
2005-07-13updatersc1-9/+9
2005-07-13use vtfilecreate rightrsc1-2/+2
2005-07-13mark broken codersc1-2/+2
2005-01-16make vacfs work; thanks to luchorsc1-2/+9
2005-01-04unused variablesrsc1-2/+2
2004-03-15Vac works.rsc1-828/+1448
2003-11-23start thinking about vac -- doesn't build yetrsc1-0/+1214