summaryrefslogtreecommitdiffstats
path: root/src/cmd/vac/vac.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-15/+14
| | | | | | | | | 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 AyazRuss Cox2012-10-211-1/+0
| | | | | R=rsc http://codereview.appspot.com/6744054
* vac: fix segfault on DMSYMLINK or DMDEVICEDavid du Colombier2012-01-161-4/+6
| | | | | | | | | 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 ↵David Swasey2010-04-131-5/+6
| | | | | | | | than cachemem R=rsc CC=codebot http://codereview.appspot.com/817041
* venti: 32-bit extensions to data structuresRuss Cox2009-05-251-7/+7
|
* unvac: add -d flag (David Swasey)Russ Cox2008-12-061-18/+0
|
* vac: add -a and -x flagsRuss Cox2008-07-031-58/+173
| | | | Thanks to Michael Kaminsky for the suggestion.
* vac: fix -m bug (Myron Cheung)Russ Cox2008-07-021-3/+3
|
* vacfs: present qids correctlyRuss Cox2008-06-151-1/+3
|
* vac: fix usage, more #ifdef PLAN9PORTRuss Cox2008-06-151-1/+3
|
* vac: make qids uniqueRuss Cox2008-06-151-1186/+498
|
* vac: major cleanup and bug fixesRuss Cox2008-06-141-1/+1
|
* vac: clean up, add unvacRuss Cox2008-06-141-9/+75
|
* print + new files in verbose mode (Michael Kaminsky)rsc2007-01-181-0/+3
|
* More return value fixes (Michael Kaminsky)rsc2007-01-181-1/+1
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-011-2/+2
|
* avoid sprint to keep bad utf (marco gaddoni)rsc2005-12-291-2/+6
|
* Signedness bugs for Mac OS X.rsc2005-09-131-1/+1
|
* Add Unix specials.rsc2005-09-131-2/+73
|
* venti updatesrsc2005-07-241-2/+1
|
* sunosrsc2005-03-151-1/+1
|
* syntactically correct c code always a plusrsc2005-02-211-1/+1
|
* bug fix from luchorsc2005-02-201-3/+2
|
* fix -d from luchorsc2005-02-181-2/+2
|
* build changesrsc2005-02-111-0/+2
|
* avoid unix special filesrsc2005-02-081-14/+7
|
* do not call exits in threaded programsrsc2005-01-171-1/+1
|
* stupid sunrsc2005-01-141-0/+1
|
* works on Linux 2.6rsc2005-01-141-1/+0
|
* small changes for buildrsc2004-12-281-0/+1
|
* add note that vac should work.rsc2004-12-271-1/+1
| | | | change %R to %r
* Small tweaksrsc2004-03-211-7/+21
| | | | Lots of new code imported.
* Vac works.rsc2004-03-151-278/+468
|
* start thinking about vac -- doesn't build yetrsc2003-11-231-0/+1024