summaryrefslogtreecommitdiffstats
path: root/src/cmd/vac
Commit message (Collapse)AuthorAgeFilesLines
* vac: add -a and -x flagsRuss Cox2008-07-0310-81/+494
| | | | Thanks to Michael Kaminsky for the suggestion.
* vac: fix -m bug (Myron Cheung)Russ Cox2008-07-022-5/+4
|
* vacfs: silence printRuss Cox2008-06-191-1/+0
|
* vacfs: present qids correctlyRuss Cox2008-06-154-7/+15
|
* vac: fix usage, more #ifdef PLAN9PORTRuss Cox2008-06-151-1/+3
|
* vac: make qids uniqueRuss Cox2008-06-157-1564/+557
|
* vacfs: plan 9 compatibilityRuss Cox2008-06-142-32/+90
|
* vac: plan9 compatibilityRuss Cox2008-06-142-6/+9
|
* vac: remove fs.cRuss Cox2008-06-141-0/+0
|
* vac: major cleanup and bug fixesRuss Cox2008-06-148-1222/+1375
|
* vac: cleanupRuss Cox2008-06-143-32/+7
|
* unvac, vacfs: allow literal vac scores in addition to file namesRuss Cox2008-06-141-9/+15
|
* vac: clean up, add unvacRuss Cox2008-06-1416-2421/+488
|
* vacfs: quieterRuss Cox2008-04-171-1/+0
|
* vacfs: implement -m flagRuss Cox2008-04-171-13/+7
|
* print + new files in verbose mode (Michael Kaminsky)rsc2007-01-181-0/+3
|
* More return value fixes (Michael Kaminsky)rsc2007-01-181-1/+1
|
* Bug checking vacfileisdir return value. (Michael Kaminsky)rsc2007-01-181-1/+1
|
* Decode uid/gid strings as numbers if possible. (Michael Kaminsky)rsc2007-01-181-0/+2
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-019-22/+22
|
* avoid sprint to keep bad utf (marco gaddoni)rsc2005-12-291-2/+6
|
* 9P2000.u fixes (Lucho Ionkov)rsc2005-11-211-2/+5
|
* Signedness bugs for Mac OS X.rsc2005-09-131-1/+1
|
* Fix vacfilegetmode.rsc2005-09-132-7/+1
|
* Add 9P2000.u extensions.rsc2005-09-131-9/+55
|
* Add Unix specials.rsc2005-09-131-2/+73
|
* Add vacfilegetmode.rsc2005-09-131-0/+6
|
* Replace vacfileisspecial with vacfilemode.rsc2005-09-131-1/+1
|
* Add Unix fields.rsc2005-09-131-0/+3
|
* redirect only oncersc2005-07-251-0/+1
|
* venti updatesrsc2005-07-245-12/+41
|
* updatersc2005-07-132-10/+10
|
* use vtfilecreate rightrsc2005-07-131-2/+2
|
* mark broken codersc2005-07-131-2/+2
|
* sunosrsc2005-03-152-2/+2
|
* 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 use shutdown on macrsc2005-01-191-4/+6
|
* avoid c99rsc2005-01-191-15/+22
|
* do not call exits in threaded programsrsc2005-01-172-2/+2
|
* different naming conventionrsc2005-01-161-4/+18
|
* use EARGFrsc2005-01-161-3/+3
|
* make vacfs work; thanks to luchorsc2005-01-166-145/+154
|
* stupid sunrsc2005-01-142-4/+2
|
* works on Linux 2.6rsc2005-01-141-1/+0
|
* os x changesrsc2005-01-111-0/+5
|
* unused variablesrsc2005-01-041-2/+2
|