aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13vac, unvac: allow 128MB cache size, up from 4MBRuss Cox2-2/+2
When a directory has lots of children, vac crashes because it runs out of cache. Fixes #266.
2020-01-10Trivial changes: whitespace and modes.Dan Cross9-95/+89
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-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-1/+0
R=rsc http://codereview.appspot.com/6744054
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
2012-01-16vac: fix segfault on DMSYMLINK or DMDEVICEDavid du Colombier1-4/+6
Fix segfault when the first archived file is DMSYMLINK or DMDEVICE. Reinitialize the buffer to zero before calling readlink. R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500097
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
2011-11-08venti: import changes from plan 9David du Colombier1-0/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
2011-06-13vacfs: document replacement of -c flag by -MDavid du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
2011-02-23unvac: always create writable directoriesRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/4221043
2010-12-07delete 9P2000.uRuss Cox1-16/+4
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042
2010-04-13vac: debug printsDavid Swasey1-7/+7
R=rsc CC=codebot http://codereview.appspot.com/816041
2010-04-13vac: eliminated vac cache size 128. vacfsopen used to take ncache rather ↵David Swasey1-5/+6
than cachemem R=rsc CC=codebot http://codereview.appspot.com/817041
2009-07-26vacfs: no post9pservice with -iRuss Cox1-1/+1
http://codereview.appspot.com/96159
2009-07-08src: use whatis instead of whichMichael Teichgräber1-5/+13
2009-05-25venti: 32-bit extensions to data structuresRuss Cox6-29/+66
2008-12-06unvac: add -d flag (David Swasey)Russ Cox4-22/+89
2008-12-06vac: error handling bug in vacfileblockscore (David Swasey)Russ Cox1-2/+3
2008-12-06unvac: correct handling of named prefixes (Mathieu Lonjaret)Russ Cox1-1/+1
2008-07-03vac: add -a and -x flagsRuss Cox10-81/+494
Thanks to Michael Kaminsky for the suggestion.
2008-07-02vac: fix -m bug (Myron Cheung)Russ Cox2-5/+4
2008-06-19vacfs: silence printRuss Cox1-1/+0
2008-06-15vacfs: present qids correctlyRuss Cox4-7/+15
2008-06-15vac: fix usage, more #ifdef PLAN9PORTRuss Cox1-1/+3
2008-06-15vac: make qids uniqueRuss Cox7-1564/+557
2008-06-14vacfs: plan 9 compatibilityRuss Cox2-32/+90
2008-06-14vac: plan9 compatibilityRuss Cox2-6/+9
2008-06-14vac: remove fs.cRuss Cox1-0/+0
2008-06-14vac: major cleanup and bug fixesRuss Cox8-1222/+1375
2008-06-14vac: cleanupRuss Cox3-32/+7
2008-06-14unvac, vacfs: allow literal vac scores in addition to file namesRuss Cox1-9/+15
2008-06-14vac: clean up, add unvacRuss Cox16-2421/+488
2008-04-17vacfs: quieterRuss Cox1-1/+0
2008-04-17vacfs: implement -m flagRuss Cox1-13/+7
2007-01-18print + new files in verbose mode (Michael Kaminsky)rsc1-0/+3
2007-01-18More return value fixes (Michael Kaminsky)rsc1-1/+1
2007-01-18Bug checking vacfileisdir return value. (Michael Kaminsky)rsc1-1/+1
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.rsc9-22/+22
2005-12-29avoid sprint to keep bad utf (marco gaddoni)rsc1-2/+6
2005-11-219P2000.u fixes (Lucho Ionkov)rsc1-2/+5
2005-09-13Signedness bugs for Mac OS X.rsc1-1/+1
2005-09-13Fix vacfilegetmode.rsc2-7/+1
2005-09-13Add 9P2000.u extensions.rsc1-9/+55
2005-09-13Add Unix specials.rsc1-2/+73
2005-09-13Add vacfilegetmode.rsc1-0/+6
2005-09-13Replace vacfileisspecial with vacfilemode.rsc1-1/+1
2005-09-13Add Unix fields.rsc1-0/+3