Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-04 | vacfs: remove 9P2000.u relic | David du Colombier | 1 | -5/+0 | |
R=rsc http://codereview.appspot.com/5970072 | |||||
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 | |||||
2011-12-07 | vac: handle mid | David du Colombier | 1 | -0/+5 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451114 | |||||
2011-11-30 | vacfs: fix segfault when no prefix specified | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451052 | |||||
2011-11-08 | venti: import changes from plan 9 | David du Colombier | 1 | -0/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044 | |||||
2011-06-13 | vacfs: document replacement of -c flag by -M | David du Colombier | 1 | -1/+1 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049 | |||||
2011-02-23 | unvac: always create writable directories | Russ Cox | 1 | -1/+1 | |
R=rsc http://codereview.appspot.com/4221043 | |||||
2010-12-07 | delete 9P2000.u | Russ Cox | 1 | -16/+4 | |
thanks to Erik Quanstrom R=rsc http://codereview.appspot.com/3469042 | |||||
2010-04-13 | vac: debug prints | David Swasey | 1 | -7/+7 | |
R=rsc CC=codebot http://codereview.appspot.com/816041 | |||||
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-07-26 | vacfs: no post9pservice with -i | Russ Cox | 1 | -1/+1 | |
http://codereview.appspot.com/96159 | |||||
2009-07-08 | src: use whatis instead of which | Michael Teichgräber | 1 | -5/+13 | |
2009-05-25 | venti: 32-bit extensions to data structures | Russ Cox | 6 | -29/+66 | |
2008-12-06 | unvac: add -d flag (David Swasey) | Russ Cox | 4 | -22/+89 | |
2008-12-06 | vac: error handling bug in vacfileblockscore (David Swasey) | Russ Cox | 1 | -2/+3 | |
2008-12-06 | unvac: correct handling of named prefixes (Mathieu Lonjaret) | Russ Cox | 1 | -1/+1 | |
2008-07-03 | vac: add -a and -x flags | Russ Cox | 10 | -81/+494 | |
Thanks to Michael Kaminsky for the suggestion. | |||||
2008-07-02 | vac: fix -m bug (Myron Cheung) | Russ Cox | 2 | -5/+4 | |
2008-06-19 | vacfs: silence print | Russ Cox | 1 | -1/+0 | |
2008-06-15 | vacfs: present qids correctly | Russ Cox | 4 | -7/+15 | |
2008-06-15 | vac: fix usage, more #ifdef PLAN9PORT | Russ Cox | 1 | -1/+3 | |
2008-06-15 | vac: make qids unique | Russ Cox | 7 | -1564/+557 | |
2008-06-14 | vacfs: plan 9 compatibility | Russ Cox | 2 | -32/+90 | |
2008-06-14 | vac: plan9 compatibility | Russ Cox | 2 | -6/+9 | |
2008-06-14 | vac: remove fs.c | Russ Cox | 1 | -0/+0 | |
2008-06-14 | vac: major cleanup and bug fixes | Russ Cox | 8 | -1222/+1375 | |
2008-06-14 | vac: cleanup | Russ Cox | 3 | -32/+7 | |
2008-06-14 | unvac, vacfs: allow literal vac scores in addition to file names | Russ Cox | 1 | -9/+15 | |
2008-06-14 | vac: clean up, add unvac | Russ Cox | 16 | -2421/+488 | |
2008-04-17 | vacfs: quieter | Russ Cox | 1 | -1/+0 | |
2008-04-17 | vacfs: implement -m flag | Russ Cox | 1 | -13/+7 | |
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 | |
2007-01-18 | Bug checking vacfileisdir return value. (Michael Kaminsky) | rsc | 1 | -1/+1 | |
2007-01-18 | Decode uid/gid strings as numbers if possible. (Michael Kaminsky) | rsc | 1 | -0/+2 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 9 | -22/+22 | |
2005-12-29 | avoid sprint to keep bad utf (marco gaddoni) | rsc | 1 | -2/+6 | |
2005-11-21 | 9P2000.u fixes (Lucho Ionkov) | rsc | 1 | -2/+5 | |
2005-09-13 | Signedness bugs for Mac OS X. | rsc | 1 | -1/+1 | |
2005-09-13 | Fix vacfilegetmode. | rsc | 2 | -7/+1 | |
2005-09-13 | Add 9P2000.u extensions. | rsc | 1 | -9/+55 | |
2005-09-13 | Add Unix specials. | rsc | 1 | -2/+73 | |
2005-09-13 | Add vacfilegetmode. | rsc | 1 | -0/+6 | |
2005-09-13 | Replace vacfileisspecial with vacfilemode. | rsc | 1 | -1/+1 | |
2005-09-13 | Add Unix fields. | rsc | 1 | -0/+3 | |
2005-07-25 | redirect only once | rsc | 1 | -0/+1 | |
2005-07-24 | venti updates | rsc | 5 | -12/+41 | |
2005-07-13 | update | rsc | 2 | -10/+10 | |
2005-07-13 | use vtfilecreate right | rsc | 1 | -2/+2 | |
2005-07-13 | mark broken code | rsc | 1 | -2/+2 | |