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