summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* u.h: add intptrRuss Cox2008-03-061-0/+1
* eqn: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox2008-03-061-1/+1
* lib9: gcc-4.2 bug in sprintRuss Cox2008-03-031-1/+4
* libthread: remove bogus write in threadmainRuss Cox2008-02-281-1/+0
* lib9p: fix Tattach ref count bugRuss Cox2008-02-041-1/+1
* troff: yet another case problem (OS X)Russ Cox2008-02-011-0/+0
* xshove: document, tweakRuss Cox2008-01-312-14/+77
* rio: add xshove programRuss Cox2008-01-314-3/+298
* tr2post: rename charlib files to not be case-dependent (OS X)Russ Cox2008-01-3121-2/+413
* bogus fileRuss Cox2008-01-311-12/+0
* troff: rename Hr etc to longer names (OS X)Russ Cox2008-01-314-0/+0
* CHANGESRuss Cox2008-01-301-0/+134
* acme: fix regexp match choice bugRuss Cox2008-01-301-1/+1
* sam: fix regexp match choice bugRuss Cox2008-01-301-1/+1
* devdraw, rio: more full-screen nonsenseRuss Cox2008-01-304-107/+17
* devdraw: full-screen cleanupRuss Cox2008-01-303-1/+16
* rio: more full-screen fixes.Russ Cox2008-01-303-6/+9
* devdraw: add F11 for full-screen toggleRuss Cox2008-01-306-7/+78
* mergeRuss Cox2008-01-3012-46/+48
|\
* rio: make full-screen work properly; add showeventRuss Cox2008-01-3012-11/+2132
* libdiskfs: fix ext2 directory reading bug (Mike Mammarella)Russ Cox2008-01-121-6/+9
* acme: make STACK bigger for OS X (David Swasey)Russ Cox2008-01-101-1/+1
* libdraw: fix spinning event loop (David Bulkow)Russ Cox2008-01-101-6/+6
* libregexp: fix match choice bugRuss Cox2008-01-102-2/+2
* 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
* 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