| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | libdiskfs: fix ext2 directory reading bug (Mike Mammarella) | Russ Cox | 2008-01-12 | 1 | -6/+9 |
| | | |||||
| * | acme: make STACK bigger for OS X (David Swasey) | Russ Cox | 2008-01-10 | 1 | -1/+1 |
| | | |||||
| * | libdraw: fix spinning event loop (David Bulkow) | Russ Cox | 2008-01-10 | 1 | -6/+6 |
| | | |||||
| * | libregexp: fix match choice bug | Russ Cox | 2008-01-10 | 2 | -2/+2 |
| | | | | | | | | | This bug fix allows some pathological regular expressions to cause the regexp library to report a stack overflow (really a stack filling; safe) but it also fixes the behavior of some common regexps. It is too hard to satisfy both. | ||||
| * | libregexp: revert regexp fix | Russ Cox | 2007-12-07 | 5 | -117/+113 |
| | | |||||
| * | 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 |
| | | |||||
| * | libregexp: fix ambiguous match selection | Russ Cox | 2007-12-07 | 5 | -113/+117 |
| | | | | | | | | | | | echo SYSSYSR1 | sed 's/SYS.+/sysr1/' was producing SYSsysr1 instead of sysr1. Bug was introduced during overflow cleanup earlier this year. Also bring regexec.c and rregexec.c into sync again. Also allocate large enough lists in the regexec2/rregexec2 case. | ||||
| * | hoc: print exact floating point output | Russ Cox | 2007-12-07 | 1 | -2/+2 |
| | | |||||
| * | sam: turn off DEBUG logging (oops) | Russ Cox | 2007-12-04 | 1 | -1/+0 |
| | | |||||
| * | vbackup: fix uninitialized variable use in -i code | Russ Cox | 2007-12-04 | 1 | -0/+1 |
| | | |||||
| * | acme: refresh window properly after Tab command (Fazlul Shahriar) | Russ Cox | 2007-11-28 | 1 | -1/+1 |
| | | |||||
| * | vbackup: add -i flag to avoid score prefetching (David Swasey) | Russ Cox | 2007-11-27 | 1 | -38/+63 |
| | | |||||
| * | merge | Russ Cox | 2007-11-27 | 17 | -104/+225 |
| | | |||||
| * | upas/smtp: remove intermediate files | Russ Cox | 2007-11-27 | 2 | -1285/+0 |
| | | |||||
| * | tpic: clean up better | Russ Cox | 2007-11-27 | 1 | -0/+1 |
| | | |||||
| * | venti: add debugging html form | Russ Cox | 2007-11-27 | 1 | -0/+41 |
| | | |||||
| * | libdiskfs: work around OS X linker brain-damage | Russ Cox | 2007-11-05 | 2 | -0/+4 |
| | | |||||
| * | libmach: move machbyname, mach to crack.c to avoid OS X linker problem | Russ Cox | 2007-11-05 | 3 | -31/+26 |
| | | |||||
| * | libthread: use our own swapcontext/makecontext even on OS X 10.5 | Russ Cox | 2007-11-05 | 2 | -5/+11 |
| | | |||||
| * | libmp: no text jump labels for darwin | Russ Cox | 2007-11-05 | 5 | -47/+45 |
| | | |||||
| * | build: use ar s flag to avoid ranlib | Russ Cox | 2007-11-05 | 4 | -9/+10 |
| | | |||||
| * | diff: continue after i/o errors when diffing many files | Russ Cox | 2007-11-05 | 2 | -5/+13 |
| | | |||||
| * | mailfs: add -r flag to specify mail root (Richard Bilson) | Russ Cox | 2007-11-05 | 3 | -13/+38 |
| | | |||||
| * | mailfs: handle NIL body | Russ Cox | 2007-11-05 | 1 | -0/+2 |
| | | |||||
| * | factotum: silence gcc warning | Russ Cox | 2007-11-05 | 1 | -0/+2 |
| | | |||||
| * | libthread: better OS X 10.5 test (Jeff Sickel) | Russ Cox | 2007-11-03 | 1 | -1/+1 |
| | | |||||
| * | venti: use 9ar, not ar (fixes Darwin build problem) | Russ Cox | 2007-10-31 | 1 | -1/+1 |
| | | |||||
| * | libthread: Apple OS X 10.5 (Leopard) tweaks (Jeff Sickel, Bakul Shah) | Russ Cox | 2007-10-30 | 3 | -9/+12 |
| | | |||||
| * | venti: fix sync deadlock, add /proc stub | Russ Cox | 2007-10-29 | 20 | -260/+175 |
| | | |||||
| * | grap: fclose, error context bug fixes (Doug Gwyn) | Russ Cox | 2007-10-29 | 2 | -3/+4 |
| | | |||||
| * | srv: add -n flag to reject auth by clients | Russ Cox | 2007-10-12 | 1 | -4/+8 |
| | | |||||
| * | 9pserve: add -n flag to reject auth by clients | Russ Cox | 2007-10-12 | 1 | -1/+9 |
| | | |||||
| * | 9p: add -n to disable authentication | Russ Cox | 2007-10-12 | 1 | -4/+17 |
| | | |||||
| * | venti: new icache | Russ Cox | 2007-09-25 | 17 | -427/+813 |
| | | |||||
| * | venti: fix double free on corrupt bloom filter | Russ Cox | 2007-09-25 | 1 | -1/+0 |
| | | |||||
| * | venti: formatting changes for wrarena | Russ Cox | 2007-09-24 | 1 | -12/+15 |
| | | |||||
| * | venti: formatting changes in fixarenas | Russ Cox | 2007-09-24 | 1 | -3/+5 |
| | | |||||
| * | venti: formatting changes in findscore | Russ Cox | 2007-09-24 | 1 | -1/+2 |
| | | |||||
| * | venti: throw away dcache read-ahead code | Russ Cox | 2007-09-24 | 1 | -154/+27 |
| | | |||||
