| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | libdraw: do not let devdraw fork, for OS X | Russ Cox | 2008-07-01 | 1 | -1/+5 | |
| | | ||||||
| * | libdraw: die if display does | Russ Cox | 2008-06-30 | 2 | -3/+3 | |
| | | ||||||
| * | lib9: allow no $DISPLAY on OS X in getns | Russ Cox | 2008-06-30 | 1 | -0/+7 | |
| | | ||||||
| * | devdraw: OS X native version | Russ Cox | 2008-06-30 | 12 | -86/+2083 | |
| | | ||||||
| * | snarfer: OS X native version (ha!) | Russ Cox | 2008-06-30 | 2 | -0/+3 | |
| | | ||||||
| * | 9p: fix writen (sqweek) | Russ Cox | 2008-06-19 | 1 | -8/+13 | |
| | | ||||||
| * | post9p: try mount9p before 9pfuse | Russ Cox | 2008-06-19 | 1 | -0/+4 | |
| | | ||||||
| * | vacfs: silence print | Russ Cox | 2008-06-19 | 1 | -1/+0 | |
| | | ||||||
| * | 9pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek) | Russ Cox | 2008-06-19 | 1 | -5/+14 | |
| | | ||||||
| * | 9p: exit on write error (sqweek) | Russ Cox | 2008-06-19 | 1 | -5/+22 | |
| | | ||||||
| * | mount: update MacFUSE locations (Jeff Sickel) | Russ Cox | 2008-06-19 | 1 | -1/+2 | |
| | | ||||||
| * | mount: use /proc/filesystems to check for fuse, 9p (uriel) | Russ Cox | 2008-06-19 | 1 | -2/+2 | |
| | | ||||||
| * | vacfs: present qids correctly | Russ Cox | 2008-06-15 | 4 | -7/+15 | |
| | | ||||||
| * | vac: fix usage, more #ifdef PLAN9PORT | Russ Cox | 2008-06-15 | 1 | -1/+3 | |
| | | ||||||
| * | vac: make qids unique | Russ Cox | 2008-06-15 | 7 | -1564/+557 | |
| | | ||||||
| * | vacfs: plan 9 compatibility | Russ Cox | 2008-06-14 | 2 | -32/+90 | |
| | | ||||||
| * | vac: plan9 compatibility | Russ Cox | 2008-06-14 | 2 | -6/+9 | |
| | | ||||||
| * | vac: remove fs.c | Russ Cox | 2008-06-14 | 1 | -0/+0 | |
| | | ||||||
| * | vac: major cleanup and bug fixes | Russ Cox | 2008-06-14 | 8 | -1222/+1375 | |
| | | ||||||
| * | libventi: minor vtfile bug fixes | Russ Cox | 2008-06-14 | 1 | -1/+12 | |
| | | ||||||
| * | libventi: return value nits | Russ Cox | 2008-06-14 | 2 | -2/+2 | |
| | | ||||||
| * | vac(1): cleanup | Russ Cox | 2008-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | vac: cleanup | Russ Cox | 2008-06-14 | 3 | -32/+7 | |
| | | ||||||
| * | post9pservice(4): update | Russ Cox | 2008-06-14 | 1 | -1/+11 | |
| | | ||||||
| * | unvac, vacfs: allow literal vac scores in addition to file names | Russ Cox | 2008-06-14 | 1 | -9/+15 | |
| | | ||||||
| * | vac(1): document unvac | Russ Cox | 2008-06-14 | 1 | -6/+43 | |
| | | ||||||
| * | tapefs(4): add man page | Russ Cox | 2008-06-14 | 1 | -0/+109 | |
| | | ||||||
| * | venti-cache(3): delete vtblockdirty | Russ Cox | 2008-06-14 | 1 | -4/+0 | |
| | | ||||||
| * | vac: clean up, add unvac | Russ Cox | 2008-06-14 | 16 | -2421/+488 | |
| | | ||||||
| * | venti: add demo programs readfile.c and writefile.c | Russ Cox | 2008-06-14 | 2 | -0/+214 | |
| | | ||||||
| * | 9pserve: add -c option | Russ Cox | 2008-06-11 | 2 | -2/+20 | |
| | | ||||||
| * | lib9: make netmkaddr handle unix! addresses better | Russ Cox | 2008-06-11 | 1 | -1/+7 | |
| | | ||||||
| * | include/memlayer.h: remove redundant AUTOLIB (Brian Stuart) | Russ Cox | 2008-06-10 | 1 | -2/+0 | |
| | | ||||||
| * | libdisk: avoid unreachable code to silence Sun cc warning (Russell Davies) | Russ Cox | 2008-06-04 | 1 | -14/+12 | |
| | | ||||||
| * | include/drawfcall.h: remove redundant AUTOLIB(draw) | Russ Cox | 2008-06-04 | 1 | -1/+0 | |
| | | ||||||
| * | ndb/local: remove rsc-specific entries (oops) | Russ Cox | 2008-06-04 | 1 | -7/+0 | |
| | | ||||||
| * | libbio: lost changes to include/bio.h (@#%@#$ mercurial) | Russ Cox | 2008-06-03 | 1 | -4/+3 | |
| | | ||||||
| * | acme: fix owner bug in elogapply | Russ Cox | 2008-06-01 | 1 | -1/+12 | |
| | | ||||||
| * | vftp: walk fixes (Fazlul Shahriar) | Russ Cox | 2008-06-01 | 1 | -1/+14 | |
| | | ||||||
| * | libdiskfs: ext2 revision 1 tweaks (Fazlul Shahriar) | Russ Cox | 2008-06-01 | 2 | -8/+17 | |
| | | ||||||
| * | libthread: fix 64-bit bug in threadstart (Nathaniel Filardo) | Russ Cox | 2008-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | sort: use noted(NDFLT) in note handler | Russ Cox | 2008-06-01 | 1 | -2/+1 | |
| | | | | | | | | | | | There are many more random notes flying around here in Unix-land than there were on Plan 9. For example, some shells implement "cat file | sort" with cat as the child of sort, so that when cat exits, sort gets a "sys: child" note. noted(NDFLT) knows which signals aren't really important and can be ignored, and which need to kill the program. | |||||
| * | u.h: add Solaris 5.10 to makecontext list | Russ Cox | 2008-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | merge | Russ Cox | 2008-05-31 | 15 | -55/+125 | |
| |\ | ||||||
| * | upas/fs: accomodate new post9pservice | Russ Cox | 2008-05-10 | 1 | -1/+1 | |
| | | ||||||
| * | mailfs: add -m option | Russ Cox | 2008-05-10 | 1 | -2/+7 | |
| | | ||||||
| * | main.html: link to HG changes | Russ Cox | 2008-05-10 | 1 | -2/+6 | |
| | | ||||||
| * | CHANGES: add pointer to web version | Russ Cox | 2008-05-10 | 1 | -0/+5 | |
| | | ||||||
| * | libregexp: more placating of gcc (John Gosset) | Russ Cox | 2008-05-10 | 1 | -5/+5 | |
| | | ||||||
| * | lib9: hide uvlong/double conversions to placate gcc (John Gosset) | Russ Cox | 2008-05-10 | 1 | -26/+31 | |
| | | ||||||
