summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* libventi: minor vtfile bug fixesRuss Cox2008-06-141-1/+12
* libventi: return value nitsRuss Cox2008-06-142-2/+2
* 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
* venti: add demo programs readfile.c and writefile.cRuss Cox2008-06-142-0/+214
* 9pserve: add -c optionRuss Cox2008-06-111-2/+11
* lib9: make netmkaddr handle unix! addresses betterRuss Cox2008-06-111-1/+7
* libdisk: avoid unreachable code to silence Sun cc warning (Russell Davies)Russ Cox2008-06-041-14/+12
* acme: fix owner bug in elogapplyRuss Cox2008-06-011-1/+12
* vftp: walk fixes (Fazlul Shahriar)Russ Cox2008-06-011-1/+14
* libdiskfs: ext2 revision 1 tweaks (Fazlul Shahriar)Russ Cox2008-06-012-8/+17
* libthread: fix 64-bit bug in threadstart (Nathaniel Filardo)Russ Cox2008-06-011-1/+1
* sort: use noted(NDFLT) in note handlerRuss Cox2008-06-011-2/+1
* mergeRuss Cox2008-05-3114-54/+124
* upas/fs: accomodate new post9pserviceRuss Cox2008-05-101-1/+1
* mailfs: add -m optionRuss Cox2008-05-101-2/+7
* libregexp: more placating of gcc (John Gosset)Russ Cox2008-05-101-5/+5
* lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox2008-05-101-26/+31
* misc: array bounds fixes that gcc finds (John Gosset)Russ Cox2008-05-106-9/+6
* lib9p: remove unused variablesRuss Cox2008-05-101-2/+0
* acme: fix mtpt crash (Tim Wiess)Russ Cox2008-05-081-0/+3
* misc: more post9pservice callersRuss Cox2008-05-073-5/+6
* localtime: use correct time zone more often (Michael Teichgräber)Russ Cox2008-05-061-27/+13
* mailfs: handle windows-1251 correctlyRuss Cox2008-05-061-1/+9
* libthread: fix no-receive nbrecv etc. bug (David Jeannot)Russ Cox2008-05-061-8/+12
* libmux: more robust codeRuss Cox2008-05-051-1/+4
* libthread: input sanity checksRuss Cox2008-05-051-2/+3
* post9pservice: accept mtpt (via fuse)Russ Cox2008-05-053-37/+76
* lib9p: make ramfs buildRuss Cox2008-05-051-8/+8
* 9pfuse: bug fix in error caseRuss Cox2008-05-051-0/+1
* vacfs: quieterRuss Cox2008-04-171-1/+0
* post9pservice: add extra arg to unmodified callsRuss Cox2008-04-173-3/+3
* vacfs: implement -m flagRuss Cox2008-04-171-13/+7
* acme: add -m option and avoid looking in the mirrorRuss Cox2008-04-176-2/+25
* 9pfuse: accept - for stdin, try to hang up cleanlyRuss Cox2008-04-172-4/+21
* sam: clean up checkerrs (Rob Pike)Russ Cox2008-04-161-3/+3
* mergeRuss Cox2008-04-154-47/+63
* sam: allow more output from ! command (Rob Pike)Russ Cox2008-04-151-2/+2
* libip: fix 64-bit problem in nhgetv (William Josephson)Russ Cox2008-03-221-4/+4
* 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox2008-03-061-1/+1
* libsec: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox2008-03-061-1/+1
* eqn: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox2008-03-061-1/+1