| Commit message (Expand) | Author | Age | Files | Lines |
| * | vacfs: fix segfault when no prefix specified | David du Colombier | 2011-11-30 | 1 | -1/+1 |
| * | mac Plumb: skip loading non-existent .bashrc | Rob Kroeger | 2011-11-28 | 2 | -1/+4 |
| * | mailfs: add -u user argument | David du Colombier | 2011-11-28 | 3 | -6/+16 |
| * | mailfs: small fixes and plan 9 support | David du Colombier | 2011-11-22 | 6 | -5/+35 |
| * | venti/mgr: various fixes and plan 9 support | David du Colombier | 2011-11-21 | 1 | -55/+56 |
| * | venti: fix log url in stats | David du Colombier | 2011-11-21 | 1 | -1/+1 |
| * | upas: fix segfault when host not found | David du Colombier | 2011-11-21 | 1 | -1/+4 |
| * | acme: fix arrow near end of text | Sean McKean | 2011-11-17 | 2 | -6/+5 |
| * | Cocoa Devdraw: cursor, menu bar, old fs, activation | David Jeannot | 2011-11-08 | 1 | -20/+52 |
| * | venti: import changes from plan 9 | David du Colombier | 2011-11-08 | 5 | -3/+8 |
| * | libventi: add VtEntryNoArchive from liboventi, for use with fossil | David du Colombier | 2011-11-08 | 1 | -0/+1 |
| * | codereview: update from go | Russ Cox | 2011-11-08 | 1 | -44/+127 |
| * | venti: fix vtcachealloc and VtMaxLumpSize | David du Colombier | 2011-11-08 | 3 | -2/+14 |
| * | libventi: add functions reconn and redial for use with fossil | David du Colombier | 2011-11-08 | 4 | -0/+48 |
| * | venti: fix format on ulong | David du Colombier | 2011-11-08 | 4 | -5/+5 |
| * | man: update venti-cache(3) | David du Colombier | 2011-11-08 | 1 | -17/+12 |
| * | rc(1): remove FreeBSD version | Russ Cox | 2011-10-31 | 1 | -1/+1 |
| * | page(1): mention ghostscript, /dev/fd | Russ Cox | 2011-10-31 | 1 | -0/+28 |
| * | page: check for gs failure | Russ Cox | 2011-10-25 | 1 | -0/+8 |
| * | devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen) | Russ Cox | 2011-10-23 | 3 | -3/+50 |
| * | OS X PowerPC fixes (thanks Cameron Kaiser) | Russ Cox | 2011-10-23 | 6 | -2/+9 |
| * | rio: quiet nm on Lion | Russ Cox | 2011-10-14 | 1 | -0/+4 |
| * | libthread: fix 10.5.8 build - uname says 9.8.0 | Russ Cox | 2011-10-14 | 1 | -1/+1 |
| * | libthread: Lion context routines | Russ Cox | 2011-10-13 | 6 | -3/+129 |
| * | 9term: fix hold mode delay | Russ Cox | 2011-10-13 | 1 | -0/+1 |
| * | devdraw: more fixes (thanks David Jeannot) | Russ Cox | 2011-10-12 | 5 | -320/+379 |
| * | merge | Russ Cox | 2011-10-12 | 4 | -10/+25 |
| |\ |
|
| * | devdraw: cleanup, fix macargv | Russ Cox | 2011-10-12 | 5 | -23/+63 |
| * | 9term: hold mode back door | Russ Cox | 2011-10-11 | 2 | -16/+23 |
| * | semicolons! | Russ Cox | 2011-10-07 | 1 | -2/+2 |
| * | libsec: fix dsagen 64-bit bug | Russ Cox | 2011-10-05 | 1 | -1/+1 |
| * | secstore: say password for win | Russ Cox | 2011-10-05 | 1 | -1/+1 |
| * | dsasign: new command | Russ Cox | 2011-10-05 | 2 | -0/+181 |
| * | 9pfuse: handle two more flags | Russ Cox | 2011-10-05 | 1 | -1/+8 |
| * | devdraw: fix screen grabber, allocation warning | David Jeannot | 2011-10-03 | 1 | -62/+113 |
| * | INSTALL: use mk -k | Russ Cox | 2011-10-03 | 1 | -1/+1 |
| * | devdraw: do not interpret alt-tab as alt for compose | Justin Davis | 2011-09-28 | 4 | -2/+17 |
| * | devdraw: disable Lion warning | Russ Cox | 2011-09-26 | 1 | -1/+1 |
| * | use cocoa on snow leopard | Russ Cox | 2011-09-26 | 2 | -1/+3 |
| * | devdraw: cocoa updates | David Jeannot | 2011-09-26 | 1 | -43/+55 |
| * | devdraw: handle, warn about Lion | Russ Cox | 2011-09-19 | 1 | -1/+9 |
| * | dd: fix apple gcc return warning (even Go can handle this one, Apple!) | Russ Cox | 2011-09-19 | 1 | -0/+2 |
| * | devdraw: update Lion cocoa | David Jeannot | 2011-09-19 | 8 | -406/+603 |
| * | 9term: fix insert | David Swasey | 2011-09-12 | 1 | -2/+2 |
| * | devdraw: draft cocoa support | David Jeannot | 2011-09-06 | 8 | -0/+1340 |
| * | plumb: character offsets start at 1, not 0 | Russ Cox | 2011-08-31 | 1 | -1/+1 |
| * | upas/smtp: fixes for authenticated connections | Richard Miller | 2011-08-31 | 2 | -2/+3 |
| * | mk: pass environment to P command | Russ Cox | 2011-08-27 | 1 | -1/+1 |
| * | win: hide not just passwords but also passphrases | Mathieu Lonjaret | 2011-08-26 | 1 | -1/+1 |
| * | zerotrunc: from Plan 9 | David du Colombier | 2011-08-16 | 1 | -0/+26 |