Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-03-06 | eqn: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 1 | -1/+1 |
2008-01-31 | xshove: document, tweak | Russ Cox | 1 | -14/+43 |
2008-01-31 | rio: add xshove program | Russ Cox | 4 | -3/+298 |
2008-01-31 | tr2post: rename charlib files to not be case-dependent (OS X) | Russ Cox | 3 | -2/+90 |
2008-01-30 | acme: fix regexp match choice bug | Russ Cox | 1 | -1/+1 |
2008-01-30 | sam: fix regexp match choice bug | Russ Cox | 1 | -1/+1 |
2008-01-30 | devdraw, rio: more full-screen nonsense | Russ Cox | 4 | -107/+17 |
2008-01-30 | devdraw: full-screen cleanup | Russ Cox | 3 | -1/+16 |
2008-01-30 | rio: more full-screen fixes. | Russ Cox | 3 | -6/+9 |
2008-01-30 | devdraw: add F11 for full-screen toggle | Russ Cox | 6 | -7/+78 |
2008-01-30 | merge | Russ Cox | 12 | -46/+48 |
2008-01-30 | rio: make full-screen work properly; add showevent | Russ Cox | 12 | -11/+2132 |
2008-01-10 | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 1 | -1/+1 |
2007-12-07 | sam: revert regexp fix | Russ Cox | 1 | -59/+49 |
2007-12-07 | acme: revert regexp change | Russ Cox | 1 | -59/+51 |
2007-12-07 | sam: regexp fix (see libregexp change) | Russ Cox | 1 | -49/+59 |
2007-12-07 | acme: regexp fix (see libregexp change) | Russ Cox | 1 | -51/+59 |
2007-12-07 | hoc: print exact floating point output | Russ Cox | 1 | -2/+2 |
2007-12-04 | sam: turn off DEBUG logging (oops) | Russ Cox | 1 | -1/+0 |
2007-12-04 | vbackup: fix uninitialized variable use in -i code | Russ Cox | 1 | -0/+1 |
2007-11-28 | acme: refresh window properly after Tab command (Fazlul Shahriar) | Russ Cox | 1 | -1/+1 |
2007-11-27 | vbackup: add -i flag to avoid score prefetching (David Swasey) | Russ Cox | 1 | -38/+63 |
2007-11-27 | merge | Russ Cox | 13 | -22/+47 |
2007-11-27 | upas/smtp: remove intermediate files | Russ Cox | 2 | -1285/+0 |
2007-11-27 | tpic: clean up better | Russ Cox | 1 | -0/+1 |
2007-11-27 | venti: add debugging html form | Russ Cox | 1 | -0/+41 |
2007-11-05 | build: use ar s flag to avoid ranlib | Russ Cox | 1 | -1/+1 |
2007-11-05 | diff: continue after i/o errors when diffing many files | Russ Cox | 2 | -5/+13 |
2007-11-05 | mailfs: add -r flag to specify mail root (Richard Bilson) | Russ Cox | 3 | -13/+38 |
2007-11-05 | mailfs: handle NIL body | Russ Cox | 1 | -0/+2 |
2007-11-05 | factotum: silence gcc warning | Russ Cox | 1 | -0/+2 |
2007-10-31 | venti: use 9ar, not ar (fixes Darwin build problem) | Russ Cox | 1 | -1/+1 |
2007-10-29 | venti: fix sync deadlock, add /proc stub | Russ Cox | 20 | -260/+175 |
2007-10-29 | grap: fclose, error context bug fixes (Doug Gwyn) | Russ Cox | 2 | -3/+4 |
2007-10-12 | srv: add -n flag to reject auth by clients | Russ Cox | 1 | -4/+8 |
2007-10-12 | 9pserve: add -n flag to reject auth by clients | Russ Cox | 1 | -1/+9 |
2007-10-12 | 9p: add -n to disable authentication | Russ Cox | 1 | -4/+17 |
2007-09-25 | venti: new icache | Russ Cox | 17 | -427/+813 |
2007-09-25 | venti: fix double free on corrupt bloom filter | Russ Cox | 1 | -1/+0 |
2007-09-24 | venti: formatting changes for wrarena | Russ Cox | 1 | -12/+15 |
2007-09-24 | venti: formatting changes in fixarenas | Russ Cox | 1 | -3/+5 |
2007-09-24 | venti: formatting changes in findscore | Russ Cox | 1 | -1/+2 |
2007-09-24 | venti: throw away dcache read-ahead code | Russ Cox | 1 | -154/+27 |