aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-07libregexp: revert regexp fixRuss Cox5-117/+113
2007-12-07sam: revert regexp fixRuss Cox1-59/+49
2007-12-07acme: revert regexp changeRuss Cox1-59/+51
2007-12-07sam: regexp fix (see libregexp change)Russ Cox1-49/+59
2007-12-07acme: regexp fix (see libregexp change)Russ Cox1-51/+59
2007-12-07libregexp: fix ambiguous match selectionRuss Cox5-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.
2007-12-07hoc: print exact floating point outputRuss Cox1-2/+2
2007-12-04sam: turn off DEBUG logging (oops)Russ Cox1-1/+0
2007-12-04vbackup: fix uninitialized variable use in -i codeRuss Cox1-0/+1
2007-11-28acme: refresh window properly after Tab command (Fazlul Shahriar)Russ Cox1-1/+1
2007-11-27vbackup: add -i flag to avoid score prefetching (David Swasey)Russ Cox2-39/+68
2007-11-27.hgignore: ignore moreRuss Cox1-0/+2
2007-11-27mergeRuss Cox21-107/+239
2007-11-27.hgignore: ignore moreRuss Cox1-0/+9
2007-11-27upas/smtp: remove intermediate filesRuss Cox2-1285/+0
2007-11-27tpic: clean up betterRuss Cox1-0/+1
2007-11-27venti: add debugging html formRuss Cox1-0/+41
2007-11-05libdiskfs: work around OS X linker brain-damageRuss Cox2-0/+4
2007-11-05libmach: move machbyname, mach to crack.c to avoid OS X linker problemRuss Cox3-31/+26
2007-11-05libthread: use our own swapcontext/makecontext even on OS X 10.5Russ Cox2-5/+11
2007-11-05libmp: no text jump labels for darwinRuss Cox5-47/+45
2007-11-05build: use ar s flag to avoid ranlibRuss Cox5-14/+14
2007-11-05diff: continue after i/o errors when diffing many filesRuss Cox2-5/+13
2007-11-05mailfs: add -r flag to specify mail root (Richard Bilson)Russ Cox3-13/+38
2007-11-05mailfs: handle NIL bodyRuss Cox1-0/+2
2007-11-05factotum: silence gcc warningRuss Cox1-0/+2
2007-11-04man: document hg interface; update CVS host nameRuss Cox2-5/+124
2007-11-03libthread: better OS X 10.5 test (Jeff Sickel)Russ Cox1-1/+1
2007-10-31venti: use 9ar, not ar (fixes Darwin build problem)Russ Cox1-1/+1
2007-10-30libthread: Apple OS X 10.5 (Leopard) tweaks (Jeff Sickel, Bakul Shah)Russ Cox3-9/+12
2007-10-29venti: fix sync deadlock, add /proc stubRuss Cox20-260/+175
2007-10-29grap: fclose, error context bug fixes (Doug Gwyn)Russ Cox2-3/+4
2007-10-12srv: add -n flag to reject auth by clientsRuss Cox2-5/+17
2007-10-129pserve: add -n flag to reject auth by clientsRuss Cox2-2/+15
2007-10-129p: add -n to disable authenticationRuss Cox2-4/+20
2007-10-09mount: explicit u on test -S and mount to get unix versions (Chris King)Russ Cox1-3/+3
2007-09-25venti: new icacheRuss Cox17-427/+813
2007-09-25venti: fix double free on corrupt bloom filterRuss Cox1-1/+0
2007-09-24venti: formatting changes for wrarenaRuss Cox1-12/+15
2007-09-24venti: formatting changes in fixarenasRuss Cox1-3/+5
2007-09-24venti: formatting changes in findscoreRuss Cox1-1/+2
2007-09-24venti: throw away dcache read-ahead codeRuss Cox1-154/+27
2007-09-24venti: move os x linker hackRuss Cox1-5/+6
2007-09-24venti/randtest: compute totalbytes correctlyRuss Cox1-3/+4
2007-09-16factotum: fix build error (Axel Belinfante)Russ Cox1-2/+1
2007-09-15auxstats: use acpi to find battery info on Linux (Andrey Mirtchovski)Russ Cox1-5/+26
2007-09-13factotum: implement p9crRuss Cox3-340/+173
2007-08-289pserve: delete from correct hash slot (fix infinite loop)Russ Cox1-1/+1
2007-08-23venti: seal arenas without bypassing dcacheRuss Cox1-12/+9
2007-08-23venti: allow partition syntax in verifyarena (Michael Kaminsky)Russ Cox1-5/+9