Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-13 | vac, unvac: allow 128MB cache size, up from 4MB | Russ Cox | 1 | -1/+1 | |
When a directory has lots of children, vac crashes because it runs out of cache. Fixes #266. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1 | -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> | |||||
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 1 | -1/+0 | |
R=rsc http://codereview.appspot.com/6744054 | |||||
2012-01-16 | vac: fix segfault on DMSYMLINK or DMDEVICE | David du Colombier | 1 | -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 | |||||
2010-04-13 | vac: eliminated vac cache size 128. vacfsopen used to take ncache rather ↵ | David Swasey | 1 | -5/+6 | |
than cachemem R=rsc CC=codebot http://codereview.appspot.com/817041 | |||||
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 1 | -7/+7 | |
2008-12-06 | unvac: add -d flag (David Swasey) | Russ Cox | 1 | -18/+0 | |
2008-07-03 | vac: add -a and -x flags | Russ Cox | 1 | -58/+173 | |
Thanks to Michael Kaminsky for the suggestion. | |||||
2008-07-02 | vac: fix -m bug (Myron Cheung) | Russ Cox | 1 | -3/+3 | |
2008-06-15 | vacfs: present qids correctly | Russ Cox | 1 | -1/+3 | |
2008-06-15 | vac: fix usage, more #ifdef PLAN9PORT | Russ Cox | 1 | -1/+3 | |
2008-06-15 | vac: make qids unique | Russ Cox | 1 | -1186/+498 | |
2008-06-14 | vac: major cleanup and bug fixes | Russ Cox | 1 | -1/+1 | |
2008-06-14 | vac: clean up, add unvac | Russ Cox | 1 | -9/+75 | |
2007-01-18 | print + new files in verbose mode (Michael Kaminsky) | rsc | 1 | -0/+3 | |
2007-01-18 | More return value fixes (Michael Kaminsky) | rsc | 1 | -1/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -2/+2 | |
2005-12-29 | avoid sprint to keep bad utf (marco gaddoni) | rsc | 1 | -2/+6 | |
2005-09-13 | Signedness bugs for Mac OS X. | rsc | 1 | -1/+1 | |
2005-09-13 | Add Unix specials. | rsc | 1 | -2/+73 | |
2005-07-24 | venti updates | rsc | 1 | -2/+1 | |
2005-03-15 | sunos | rsc | 1 | -1/+1 | |
2005-02-21 | syntactically correct c code always a plus | rsc | 1 | -1/+1 | |
2005-02-20 | bug fix from lucho | rsc | 1 | -3/+2 | |
2005-02-18 | fix -d from lucho | rsc | 1 | -2/+2 | |
2005-02-11 | build changes | rsc | 1 | -0/+2 | |
2005-02-08 | avoid unix special files | rsc | 1 | -14/+7 | |
2005-01-17 | do not call exits in threaded programs | rsc | 1 | -1/+1 | |
2005-01-14 | stupid sun | rsc | 1 | -0/+1 | |
2005-01-14 | works on Linux 2.6 | rsc | 1 | -1/+0 | |
2004-12-28 | small changes for build | rsc | 1 | -0/+1 | |
2004-12-27 | add note that vac should work. | rsc | 1 | -1/+1 | |
change %R to %r | |||||
2004-03-21 | Small tweaks | rsc | 1 | -7/+21 | |
Lots of new code imported. | |||||
2004-03-15 | Vac works. | rsc | 1 | -278/+468 | |
2003-11-23 | start thinking about vac -- doesn't build yet | rsc | 1 | -0/+1024 | |