aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-06-14unvac, vacfs: allow literal vac scores in addition to file namesRuss Cox1-9/+15
2008-06-14vac: clean up, add unvacRuss Cox16-2421/+488
2008-06-14venti: add demo programs readfile.c and writefile.cRuss Cox2-0/+214
2008-06-119pserve: add -c optionRuss Cox1-2/+11
2008-06-11lib9: make netmkaddr handle unix! addresses betterRuss Cox1-1/+7
2008-06-04libdisk: avoid unreachable code to silence Sun cc warning (Russell Davies)Russ Cox1-14/+12
2008-06-01acme: fix owner bug in elogapplyRuss Cox1-1/+12
2008-06-01vftp: walk fixes (Fazlul Shahriar)Russ Cox1-1/+14
2008-06-01libdiskfs: ext2 revision 1 tweaks (Fazlul Shahriar)Russ Cox2-8/+17
2008-06-01libthread: fix 64-bit bug in threadstart (Nathaniel Filardo)Russ Cox1-1/+1
2008-06-01sort: use noted(NDFLT) in note handlerRuss Cox1-2/+1
2008-05-31mergeRuss Cox14-54/+124
2008-05-10upas/fs: accomodate new post9pserviceRuss Cox1-1/+1
2008-05-10mailfs: add -m optionRuss Cox1-2/+7
2008-05-10libregexp: more placating of gcc (John Gosset)Russ Cox1-5/+5
2008-05-10lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox1-26/+31
2008-05-10misc: array bounds fixes that gcc finds (John Gosset)Russ Cox6-9/+6
2008-05-10lib9p: remove unused variablesRuss Cox1-2/+0
2008-05-08acme: fix mtpt crash (Tim Wiess)Russ Cox1-0/+3
2008-05-07misc: more post9pservice callersRuss Cox3-5/+6
2008-05-06localtime: use correct time zone more often (Michael Teichgräber)Russ Cox1-27/+13
2008-05-06mailfs: handle windows-1251 correctlyRuss Cox1-1/+9
2008-05-06libthread: fix no-receive nbrecv etc. bug (David Jeannot)Russ Cox1-8/+12
2008-05-05libmux: more robust codeRuss Cox1-1/+4
2008-05-05libthread: input sanity checksRuss Cox1-2/+3
2008-05-05post9pservice: accept mtpt (via fuse)Russ Cox3-37/+76
2008-05-05lib9p: make ramfs buildRuss Cox1-8/+8
2008-05-059pfuse: bug fix in error caseRuss Cox1-0/+1
2008-04-17vacfs: quieterRuss Cox1-1/+0
2008-04-17post9pservice: add extra arg to unmodified callsRuss Cox3-3/+3
2008-04-17vacfs: implement -m flagRuss Cox1-13/+7
2008-04-17acme: add -m option and avoid looking in the mirrorRuss Cox6-2/+25
2008-04-179pfuse: accept - for stdin, try to hang up cleanlyRuss Cox2-4/+21
2008-04-16sam: clean up checkerrs (Rob Pike)Russ Cox1-3/+3
2008-04-15mergeRuss Cox4-47/+63
2008-04-15sam: allow more output from ! command (Rob Pike)Russ Cox1-2/+2
2008-03-22libip: fix 64-bit problem in nhgetv (William Josephson)Russ Cox1-4/+4
2008-03-069pfuse: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2008-03-06libsec: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2008-03-06eqn: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2008-03-03lib9: gcc-4.2 bug in sprintRuss Cox1-1/+4
2008-02-28libthread: remove bogus write in threadmainRuss Cox1-1/+0
2008-02-04lib9p: fix Tattach ref count bugRuss Cox1-1/+1
2008-01-31xshove: document, tweakRuss Cox1-14/+43
2008-01-31rio: add xshove programRuss Cox4-3/+298
2008-01-31tr2post: rename charlib files to not be case-dependent (OS X)Russ Cox3-2/+90
2008-01-30acme: fix regexp match choice bugRuss Cox1-1/+1
2008-01-30sam: fix regexp match choice bugRuss Cox1-1/+1
2008-01-30devdraw, rio: more full-screen nonsenseRuss Cox4-107/+17
2008-01-30devdraw: full-screen cleanupRuss Cox3-1/+16