Age | Commit message (Expand) | Author | Files | Lines |
2008-07-10 | nedmail: add -S parameter for alternate mail service | Russ Cox | 1 | -3/+7 |
2008-07-10 | snoopy: no trailing comma in array | Russ Cox | 1 | -1/+1 |
2008-07-10 | devdraw: correct mouse event buffering on OS X | Russ Cox | 1 | -15/+22 |
2008-07-09 | devdraw: minor OS X leak fixes and attempted speedups | Russ Cox | 1 | -8/+21 |
2008-07-09 | page: add canonical -W option | Russ Cox | 1 | -0/+3 |
2008-07-09 | rio: stub out _NET_WM_STATE_FULLSCREEN support | Russ Cox | 3 | -1/+15 |
2008-07-09 | devdraw: default to native gui on OS X | Russ Cox | 1 | -1/+3 |
2008-07-09 | rio: only build if WSYSTYPE is x11 | Russ Cox | 1 | -1/+1 |
2008-07-09 | venti: add venti/dump program | Russ Cox | 2 | -0/+135 |
2008-07-04 | devdraw: double-check write return value on OS X | Russ Cox | 1 | -1/+2 |
2008-07-04 | 9p: can go back to using write | Russ Cox | 1 | -24/+4 |
2008-07-04 | 9pfuse: always return . and .. | Russ Cox | 1 | -3/+28 |
2008-07-04 | 9pfuse: better handling of SETXATTR (sqweek) | Russ Cox | 1 | -5/+8 |
2008-07-04 | 9pfuse: add symlink support | Russ Cox | 1 | -1/+30 |
2008-07-03 | venti: reduce locking contention in buildindex | Russ Cox | 3 | -13/+74 |
2008-07-03 | venti: more detail in index divisor too coarse message | Russ Cox | 1 | -1/+1 |
2008-07-03 | venti: bump MaxAMap | Russ Cox | 1 | -1/+1 |
2008-07-03 | venti: mark checksum-queued arenas in http output | Russ Cox | 1 | -0/+2 |
2008-07-03 | venti: make sure arena checksum jobs cannot be missed | Russ Cox | 1 | -5/+8 |
2008-07-03 | venti/wrarena: add timing output, fix sync | Russ Cox | 1 | -4/+6 |
2008-07-03 | venti: allow plan 9 partitions as disk subnames | Russ Cox | 1 | -190/+103 |
2008-07-03 | devdraw: make OS X native gui build (Eric Nichols) | Russ Cox | 1 | -1/+1 |
2008-07-03 | vnfs: quieter | Russ Cox | 1 | -1/+0 |
2008-07-03 | devdraw: OS X: fix Unicode input errors (Andrey Mirtchovski) | Russ Cox | 1 | -2/+4 |
2008-07-03 | devdraw: OS X: go full screen on largest device (Eric Nichols) | Russ Cox | 1 | -1/+3 |
2008-07-03 | vac: add -a and -x flags | Russ Cox | 10 | -81/+494 |
2008-07-03 | devdraw: do not create OS X window group (Eric Nichols) | Russ Cox | 1 | -3/+0 |
2008-07-02 | devdraw: OS X unicode input (Andrey Mirtchovski) | Russ Cox | 1 | -0/+7 |
2008-07-02 | vac: fix -m bug (Myron Cheung) | Russ Cox | 2 | -5/+4 |
2008-07-02 | devdraw: OS X mouse scroll fix (Jeff Sickel) | Russ Cox | 1 | -1/+1 |
2008-07-01 | devdraw: OS X alt key support | Russ Cox | 1 | -2/+38 |
2008-07-01 | devdraw: add %F for fullscreen on OS X | Russ Cox | 1 | -10/+30 |
2008-06-30 | devdraw: OS X native version | Russ Cox | 12 | -86/+2083 |
2008-06-30 | snarfer: OS X native version (ha!) | Russ Cox | 2 | -0/+3 |
2008-06-19 | 9p: fix writen (sqweek) | Russ Cox | 1 | -8/+13 |
2008-06-19 | vacfs: silence print | Russ Cox | 1 | -1/+0 |
2008-06-19 | 9pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek) | Russ Cox | 1 | -5/+14 |
2008-06-19 | 9p: exit on write error (sqweek) | Russ Cox | 1 | -5/+22 |
2008-06-15 | vacfs: present qids correctly | Russ Cox | 4 | -7/+15 |
2008-06-15 | vac: fix usage, more #ifdef PLAN9PORT | Russ Cox | 1 | -1/+3 |
2008-06-15 | vac: make qids unique | Russ Cox | 7 | -1564/+557 |
2008-06-14 | vacfs: plan 9 compatibility | Russ Cox | 2 | -32/+90 |
2008-06-14 | vac: plan9 compatibility | Russ Cox | 2 | -6/+9 |
2008-06-14 | vac: remove fs.c | Russ Cox | 1 | -0/+0 |
2008-06-14 | vac: major cleanup and bug fixes | Russ Cox | 8 | -1222/+1375 |
2008-06-14 | vac: cleanup | Russ Cox | 3 | -32/+7 |
2008-06-14 | unvac, vacfs: allow literal vac scores in addition to file names | Russ Cox | 1 | -9/+15 |
2008-06-14 | vac: clean up, add unvac | Russ Cox | 16 | -2421/+488 |
2008-06-14 | venti: add demo programs readfile.c and writefile.c | Russ Cox | 2 | -0/+214 |
2008-06-11 | 9pserve: add -c option | Russ Cox | 1 | -2/+11 |