Commit Briefs

Russ Cox

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.


Dan Cross

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>


Russ Cox

fix clang warnings reported by Tuncer Ayaz

R=rsc http://codereview.appspot.com/6744054


Russ Cox

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


Russ Cox

vac: eliminated vac cache size 128. vacfsopen used to take ncache rather than cachemem

R=rsc CC=codebot http://codereview.appspot.com/817041



Russ Cox

unvac: add -d flag (David Swasey)


Russ Cox

vac: add -a and -x flags

Thanks to Michael Kaminsky for the suggestion.


Russ Cox

vac: fix -m bug (Myron Cheung)


Russ Cox

vacfs: present qids correctly



Russ Cox

vac: make qids unique


Russ Cox

vac: major cleanup and bug fixes


Russ Cox

vac: clean up, add unvac