aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-01libdraw: do not let devdraw fork, for OS XRuss Cox1-1/+5
2008-06-30libdraw: die if display doesRuss Cox2-3/+3
2008-06-30lib9: allow no $DISPLAY on OS X in getnsRuss Cox1-0/+7
2008-06-30devdraw: OS X native versionRuss Cox12-86/+2083
2008-06-30snarfer: OS X native version (ha!)Russ Cox2-0/+3
2008-06-199p: fix writen (sqweek)Russ Cox1-8/+13
2008-06-19post9p: try mount9p before 9pfuseRuss Cox1-0/+4
2008-06-19vacfs: silence printRuss Cox1-1/+0
2008-06-199pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek)Russ Cox1-5/+14
2008-06-199p: exit on write error (sqweek)Russ Cox1-5/+22
2008-06-15vacfs: present qids correctlyRuss Cox4-7/+15
2008-06-15vac: fix usage, more #ifdef PLAN9PORTRuss Cox1-1/+3
2008-06-15vac: make qids uniqueRuss Cox7-1564/+557
2008-06-14vacfs: plan 9 compatibilityRuss Cox2-32/+90
2008-06-14vac: plan9 compatibilityRuss Cox2-6/+9
2008-06-14vac: remove fs.cRuss Cox1-0/+0
2008-06-14vac: major cleanup and bug fixesRuss Cox8-1222/+1375
2008-06-14libventi: minor vtfile bug fixesRuss Cox1-1/+12
2008-06-14libventi: return value nitsRuss Cox2-2/+2
2008-06-14vac: cleanupRuss Cox3-32/+7
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