summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* dist,unix: use MKSHELL=$PLAN9/bin/rc (John DeGood)Russ Cox2008-01-102-2/+2
|
* libregexp: revert regexp fixRuss Cox2007-12-075-117/+113
|
* sam: revert regexp fixRuss Cox2007-12-071-59/+49
|
* acme: revert regexp changeRuss Cox2007-12-071-59/+51
|
* sam: regexp fix (see libregexp change)Russ Cox2007-12-071-49/+59
|
* acme: regexp fix (see libregexp change)Russ Cox2007-12-071-51/+59
|
* libregexp: fix ambiguous match selectionRuss Cox2007-12-075-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 outputRuss Cox2007-12-071-2/+2
|
* sam: turn off DEBUG logging (oops)Russ Cox2007-12-041-1/+0
|
* vbackup: fix uninitialized variable use in -i codeRuss Cox2007-12-041-0/+1
|
* acme: refresh window properly after Tab command (Fazlul Shahriar)Russ Cox2007-11-281-1/+1
|
* vbackup: add -i flag to avoid score prefetching (David Swasey)Russ Cox2007-11-272-39/+68
|
* .hgignore: ignore moreRuss Cox2007-11-271-0/+2
|
* mergeRuss Cox2007-11-2721-107/+239
|\
* .hgignore: ignore moreRuss Cox2007-11-271-0/+9
|
* upas/smtp: remove intermediate filesRuss Cox2007-11-272-1285/+0
|
* tpic: clean up betterRuss Cox2007-11-271-0/+1
|
* venti: add debugging html formRuss Cox2007-11-271-0/+41
|
* libdiskfs: work around OS X linker brain-damageRuss Cox2007-11-052-0/+4
|
* libmach: move machbyname, mach to crack.c to avoid OS X linker problemRuss Cox2007-11-053-31/+26
|
* libthread: use our own swapcontext/makecontext even on OS X 10.5Russ Cox2007-11-052-5/+11
|
* libmp: no text jump labels for darwinRuss Cox2007-11-055-47/+45
|
* build: use ar s flag to avoid ranlibRuss Cox2007-11-055-14/+14
|
* diff: continue after i/o errors when diffing many filesRuss Cox2007-11-052-5/+13
|
* mailfs: add -r flag to specify mail root (Richard Bilson)Russ Cox2007-11-053-13/+38
|
* mailfs: handle NIL bodyRuss Cox2007-11-051-0/+2
|
* factotum: silence gcc warningRuss Cox2007-11-051-0/+2
|
* man: document hg interface; update CVS host nameRuss Cox2007-11-042-5/+124
|
* libthread: better OS X 10.5 test (Jeff Sickel)Russ Cox2007-11-031-1/+1
|
* venti: use 9ar, not ar (fixes Darwin build problem)Russ Cox2007-10-311-1/+1
|
* libthread: Apple OS X 10.5 (Leopard) tweaks (Jeff Sickel, Bakul Shah)Russ Cox2007-10-303-9/+12
|
* venti: fix sync deadlock, add /proc stubRuss Cox2007-10-2920-260/+175
|
* grap: fclose, error context bug fixes (Doug Gwyn)Russ Cox2007-10-292-3/+4
|
* srv: add -n flag to reject auth by clientsRuss Cox2007-10-122-5/+17
|
* 9pserve: add -n flag to reject auth by clientsRuss Cox2007-10-122-2/+15
|
* 9p: add -n to disable authenticationRuss Cox2007-10-122-4/+20
|
* mount: explicit u on test -S and mount to get unix versions (Chris King)Russ Cox2007-10-091-3/+3
|
* venti: new icacheRuss Cox2007-09-2517-427/+813
|
* venti: fix double free on corrupt bloom filterRuss Cox2007-09-251-1/+0
|
* venti: formatting changes for wrarenaRuss Cox2007-09-241-12/+15
|
* venti: formatting changes in fixarenasRuss Cox2007-09-241-3/+5
|
* venti: formatting changes in findscoreRuss Cox2007-09-241-1/+2
|
* venti: throw away dcache read-ahead codeRuss Cox2007-09-241-154/+27
|
* venti: move os x linker hackRuss Cox2007-09-241-5/+6
|
* venti/randtest: compute totalbytes correctlyRuss Cox2007-09-241-3/+4
|
* factotum: fix build error (Axel Belinfante)Russ Cox2007-09-161-2/+1
|
* auxstats: use acpi to find battery info on Linux (Andrey Mirtchovski)Russ Cox2007-09-151-5/+26
|
* factotum: implement p9crRuss Cox2007-09-133-340/+173
|
* 9pserve: delete from correct hash slot (fix infinite loop)Russ Cox2007-08-281-1/+1
|
* venti: seal arenas without bypassing dcacheRuss Cox2007-08-231-12/+9
|