Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
Thanks to Michael Kaminsky for the suggestion. | |||||
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 | |
2008-06-01 | acme: fix owner bug in elogapply | Russ Cox | 1 | -1/+12 | |
2008-06-01 | vftp: walk fixes (Fazlul Shahriar) | Russ Cox | 1 | -1/+14 | |
2008-06-01 | sort: use noted(NDFLT) in note handler | Russ Cox | 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. | |||||
2008-05-31 | merge | Russ Cox | 8 | -4/+68 | |
2008-05-10 | upas/fs: accomodate new post9pservice | Russ Cox | 1 | -1/+1 | |
2008-05-10 | mailfs: add -m option | Russ Cox | 1 | -2/+7 | |
2008-05-10 | misc: array bounds fixes that gcc finds (John Gosset) | Russ Cox | 6 | -9/+6 | |
2008-05-08 | acme: fix mtpt crash (Tim Wiess) | Russ Cox | 1 | -0/+3 | |
2008-05-07 | misc: more post9pservice callers | Russ Cox | 3 | -5/+6 | |
2008-05-06 | mailfs: handle windows-1251 correctly | Russ Cox | 1 | -1/+9 | |
now my cyrillic spam displays right! | |||||
2008-05-05 | post9pservice: accept mtpt (via fuse) | Russ Cox | 1 | -4/+8 | |
2008-05-05 | 9pfuse: bug fix in error case | Russ Cox | 1 | -0/+1 | |
2008-04-17 | vacfs: quieter | Russ Cox | 1 | -1/+0 | |
2008-04-17 | post9pservice: add extra arg to unmodified calls | Russ Cox | 3 | -3/+3 | |
2008-04-17 | vacfs: implement -m flag | Russ Cox | 1 | -13/+7 | |
2008-04-17 | acme: add -m option and avoid looking in the mirror | Russ Cox | 6 | -2/+25 | |
2008-04-17 | 9pfuse: accept - for stdin, try to hang up cleanly | Russ Cox | 2 | -4/+21 | |
2008-04-16 | sam: clean up checkerrs (Rob Pike) | Russ Cox | 1 | -3/+3 | |
2008-04-15 | merge | Russ Cox | 4 | -47/+63 | |
2008-04-15 | sam: allow more output from ! command (Rob Pike) | Russ Cox | 1 | -2/+2 | |
2008-03-06 | 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 1 | -1/+1 | |