Age | Commit message (Expand) | Author | Files | Lines |
2008-04-15 | sam: allow more output from ! command (Rob Pike) | Russ Cox | 1 | -2/+2 |
2008-03-22 | libip: fix 64-bit problem in nhgetv (William Josephson) | Russ Cox | 1 | -4/+4 |
2008-03-06 | 9pfuse: use intptr to silence 64-bit warning (Michael Teichgräber) | Russ Cox | 1 | -1/+1 |
2008-03-06 | libsec: 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-03-03 | lib9: gcc-4.2 bug in sprint | Russ Cox | 1 | -1/+4 |
2008-02-28 | libthread: remove bogus write in threadmain | Russ Cox | 1 | -1/+0 |
2008-02-04 | lib9p: fix Tattach ref count bug | 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-12 | libdiskfs: fix ext2 directory reading bug (Mike Mammarella) | Russ Cox | 1 | -6/+9 |
2008-01-10 | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 1 | -1/+1 |
2008-01-10 | libdraw: fix spinning event loop (David Bulkow) | Russ Cox | 1 | -6/+6 |
2008-01-10 | libregexp: fix match choice bug | Russ Cox | 2 | -2/+2 |
2007-12-07 | libregexp: revert regexp fix | Russ Cox | 5 | -117/+113 |
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 | libregexp: fix ambiguous match selection | Russ Cox | 5 | -113/+117 |
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 | 17 | -104/+225 |
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 | libdiskfs: work around OS X linker brain-damage | Russ Cox | 2 | -0/+4 |
2007-11-05 | libmach: move machbyname, mach to crack.c to avoid OS X linker problem | Russ Cox | 3 | -31/+26 |
2007-11-05 | libthread: use our own swapcontext/makecontext even on OS X 10.5 | Russ Cox | 2 | -5/+11 |
2007-11-05 | libmp: no text jump labels for darwin | Russ Cox | 5 | -47/+45 |
2007-11-05 | build: use ar s flag to avoid ranlib | Russ Cox | 4 | -9/+10 |
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-11-03 | libthread: better OS X 10.5 test (Jeff Sickel) | Russ Cox | 1 | -1/+1 |
2007-10-31 | venti: use 9ar, not ar (fixes Darwin build problem) | Russ Cox | 1 | -1/+1 |
2007-10-30 | libthread: Apple OS X 10.5 (Leopard) tweaks (Jeff Sickel, Bakul Shah) | Russ Cox | 3 | -9/+12 |