| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | vac: cleanup | Russ Cox | 2008-06-14 | 3 | -32/+7 |
| | | |||||
| * | unvac, vacfs: allow literal vac scores in addition to file names | Russ Cox | 2008-06-14 | 1 | -9/+15 |
| | | |||||
| * | 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 | 1 | -2/+11 |
| | | |||||
| * | 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 |
| | | |||||
| * | 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. | ||||
| * | merge | Russ Cox | 2008-05-31 | 8 | -4/+68 |
| | | |||||
| * | 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 |
| | | |||||
| * | misc: array bounds fixes that gcc finds (John Gosset) | Russ Cox | 2008-05-10 | 6 | -9/+6 |
| | | |||||
| * | acme: fix mtpt crash (Tim Wiess) | Russ Cox | 2008-05-08 | 1 | -0/+3 |
| | | |||||
| * | misc: more post9pservice callers | Russ Cox | 2008-05-07 | 3 | -5/+6 |
| | | |||||
| * | mailfs: handle windows-1251 correctly | Russ Cox | 2008-05-06 | 1 | -1/+9 |
| | | | | | now my cyrillic spam displays right! | ||||
| * | post9pservice: accept mtpt (via fuse) | Russ Cox | 2008-05-05 | 1 | -4/+8 |
| | | |||||
| * | 9pfuse: bug fix in error case | Russ Cox | 2008-05-05 | 1 | -0/+1 |
| | | |||||
| * | vacfs: quieter | Russ Cox | 2008-04-17 | 1 | -1/+0 |
| | | |||||
| * | post9pservice: add extra arg to unmodified calls | Russ Cox | 2008-04-17 | 3 | -3/+3 |
| | | |||||
| * | vacfs: implement -m flag | Russ Cox | 2008-04-17 | 1 | -13/+7 |
| | | |||||
| * | acme: add -m option and avoid looking in the mirror | Russ Cox | 2008-04-17 | 6 | -2/+25 |
| | | |||||
| * | 9pfuse: accept - for stdin, try to hang up cleanly | Russ Cox | 2008-04-17 | 2 | -4/+21 |
| | | |||||
| * | sam: clean up checkerrs (Rob Pike) | Russ Cox | 2008-04-16 | 1 | -3/+3 |
| | | |||||
| * | merge | Russ Cox | 2008-04-15 | 4 | -47/+63 |
| | | |||||
| * | sam: allow more output from ! command (Rob Pike) | Russ Cox | 2008-04-15 | 1 | -2/+2 |
| | | |||||
| * | 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 2008-03-06 | 1 | -1/+1 |
| | | |||||
| * | eqn: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 2008-03-06 | 1 | -1/+1 |
| | | |||||
| * | xshove: document, tweak | Russ Cox | 2008-01-31 | 1 | -14/+43 |
| | | |||||
| * | rio: add xshove program | Russ Cox | 2008-01-31 | 4 | -3/+298 |
| | | |||||
| * | tr2post: rename charlib files to not be case-dependent (OS X) | Russ Cox | 2008-01-31 | 3 | -2/+90 |
| | | |||||
| * | acme: fix regexp match choice bug | Russ Cox | 2008-01-30 | 1 | -1/+1 |
| | | |||||
| * | sam: fix regexp match choice bug | Russ Cox | 2008-01-30 | 1 | -1/+1 |
| | | |||||
| * | devdraw, rio: more full-screen nonsense | Russ Cox | 2008-01-30 | 4 | -107/+17 |
| | | |||||
| * | devdraw: full-screen cleanup | Russ Cox | 2008-01-30 | 3 | -1/+16 |
| | | |||||
| * | rio: more full-screen fixes. | Russ Cox | 2008-01-30 | 3 | -6/+9 |
| | | |||||
| * | devdraw: add F11 for full-screen toggle | Russ Cox | 2008-01-30 | 6 | -7/+78 |
| | | |||||
| * | merge | Russ Cox | 2008-01-30 | 12 | -46/+48 |
| | | |||||
| * | rio: make full-screen work properly; add showevent | Russ Cox | 2008-01-30 | 12 | -11/+2132 |
| | | |||||
| * | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 2008-01-10 | 1 | -1/+1 |
| | | |||||
| * | sam: revert regexp fix | Russ Cox | 2007-12-07 | 1 | -59/+49 |
| | | |||||
| * | acme: revert regexp change | Russ Cox | 2007-12-07 | 1 | -59/+51 |
| | | |||||
| * | sam: regexp fix (see libregexp change) | Russ Cox | 2007-12-07 | 1 | -49/+59 |
| | | |||||
| * | acme: regexp fix (see libregexp change) | Russ Cox | 2007-12-07 | 1 | -51/+59 |
| | | |||||
