summaryrefslogtreecommitdiffstats
path: root/src/cmd/vac/unvac.c
Commit message (Collapse)AuthorAgeFilesLines
* vac, unvac: allow 128MB cache size, up from 4MBRuss Cox2020-01-131-1/+1
| | | | | | When a directory has lots of children, vac crashes because it runs out of cache. Fixes #266.
* Trivial changes: whitespace and modes.Dan Cross2020-01-101-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>
* unvac: always create writable directoriesRuss Cox2011-02-231-1/+1
| | | | | R=rsc http://codereview.appspot.com/4221043
* venti: 32-bit extensions to data structuresRuss Cox2009-05-251-1/+1
|
* unvac: add -d flag (David Swasey)Russ Cox2008-12-061-4/+57
|
* unvac: correct handling of named prefixes (Mathieu Lonjaret)Russ Cox2008-12-061-1/+1
|
* vac: plan9 compatibilityRuss Cox2008-06-141-2/+8
|
* vac: cleanupRuss Cox2008-06-141-6/+5
|
* vac: clean up, add unvacRuss Cox2008-06-141-0/+293