Commits


vac, unvac: allow 128MB cache size, up from 4MB When a directory has lots of children, vac crashes because it runs out of cache. Fixes #266.


Trivial changes: whitespace and modes. 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>


fix clang warnings reported by Tuncer Ayaz R=rsc http://codereview.appspot.com/6744054


vac: fix segfault on DMSYMLINK or DMDEVICE 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


vac: eliminated vac cache size 128. vacfsopen used to take ncache rather than cachemem R=rsc CC=codebot http://codereview.appspot.com/817041


venti: 32-bit extensions to data structures


unvac: add -d flag (David Swasey)


vac: add -a and -x flags Thanks to Michael Kaminsky for the suggestion.


vac: fix -m bug (Myron Cheung)


vacfs: present qids correctly


vac: fix usage, more #ifdef PLAN9PORT


vac: make qids unique


vac: major cleanup and bug fixes


vac: clean up, add unvac


print + new files in verbose mode (Michael Kaminsky)