aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/vac/unvac.c
AgeCommit message (Collapse)AuthorFilesLines
2020-01-13vac, unvac: allow 128MB cache size, up from 4MBRuss Cox1-1/+1
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 Cross1-6/+6
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-02-23unvac: always create writable directoriesRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/4221043
2009-05-25venti: 32-bit extensions to data structuresRuss Cox1-1/+1
2008-12-06unvac: add -d flag (David Swasey)Russ Cox1-4/+57
2008-12-06unvac: correct handling of named prefixes (Mathieu Lonjaret)Russ Cox1-1/+1
2008-06-14vac: plan9 compatibilityRuss Cox1-2/+8
2008-06-14vac: cleanupRuss Cox1-6/+5
2008-06-14vac: clean up, add unvacRuss Cox1-0/+293