aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac
AgeCommit message (Expand)AuthorFilesLines
2020-01-13vac, unvac: allow 128MB cache size, up from 4MBRuss Cox2-2/+2
2020-01-10Trivial changes: whitespace and modes.Dan Cross9-95/+89
2012-10-21silence more warningsRuss Cox1-0/+1
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-1/+0
2012-08-03vacfs: fix create srv with ORCLOSE on plan 9David du Colombier1-9/+11
2012-04-04vacfs: remove 9P2000.u relicDavid du Colombier1-5/+0
2012-01-16vac: fix segfault on DMSYMLINK or DMDEVICEDavid du Colombier1-4/+6
2011-12-07vac: handle midDavid du Colombier1-0/+5
2011-11-30vacfs: fix segfault when no prefix specifiedDavid du Colombier1-1/+1
2011-11-08venti: import changes from plan 9David du Colombier1-0/+1
2011-06-13vacfs: document replacement of -c flag by -MDavid du Colombier1-1/+1
2011-02-23unvac: always create writable directoriesRuss Cox1-1/+1
2010-12-07delete 9P2000.uRuss Cox1-16/+4
2010-04-13vac: debug printsDavid Swasey1-7/+7
2010-04-13vac: eliminated vac cache size 128. vacfsopen used to take ncache rather than...David Swasey1-5/+6
2009-07-26vacfs: no post9pservice with -iRuss Cox1-1/+1
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
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