Age | Commit message (Expand) | Author | Files | Lines |
2012-10-21 | acme: add $acmeshell to control execution shell | Marius Eriksen | 3 | -2/+12 |
2012-10-21 | fontsrv: x11 support | Yuval Pavel Zholkover | 4 | -3/+274 |
2012-10-21 | plumb.app: accept plumb:foo as alias for foo | Rob Kroeger | 1 | -1/+16 |
2012-10-21 | devdraw: map X11 dead_diaresis to double quote | Caio Oliveira | 1 | -39/+42 |
2012-10-21 | libmemdraw: fix int size bug | Erik Quanstrom | 1 | -1/+2 |
2012-10-21 | silence more warnings | Russ Cox | 15 | -299/+307 |
2012-10-21 | fix clang warnings reported by Tuncer Ayaz | Russ Cox | 23 | -620/+617 |
2012-10-20 | lib9: fix Mac warning | Russ Cox | 1 | -1/+8 |
2012-10-20 | fix gcc 4.7 warnings (thanks Tuncer Ayaz) | Russ Cox | 14 | -40/+9 |
2012-10-16 | libframe: use correct text color when painting | Rob Kroeger | 1 | -6/+12 |
2012-10-16 | devdraw: MacBook retina support | Rob Kroeger | 1 | -8/+121 |
2012-10-07 | devdraw: prefer 24-bit over 15-bit or 16-bit. | Russ Cox | 1 | -6/+6 |
2012-10-05 | acme: correct writes of runes on auspicious byte boundaries | Erik Quanstrom | 1 | -23/+34 |
2012-09-24 | src/cmd: Add a repurposed import(4), called `9import', to the ports. | Akshat Kumar | 1 | -0/+239 |
2012-09-23 | acme: mouse movement for Del | Russ Cox | 5 | -8/+62 |
2012-09-18 | snarfer: disable during build | Russ Cox | 1 | -1/+1 |
2012-09-17 | sam: add $% as an alias for $samfile | Russ Cox | 1 | -0/+1 |
2012-09-17 | libdraw: add visibleclicks mode | Russ Cox | 3 | -2/+54 |
2012-09-11 | lib9/p9dialparse: fix segfault on gethostbyname | David du Colombier | 1 | -1/+1 |
2012-09-10 | 9pfuse: fix memory leak, avoid memory explosion | Ties Bos | 1 | -2/+11 |
2012-09-08 | lib9: remove ss_len manipulation in _p9dialparse | Russ Cox | 1 | -3/+0 |
2012-09-08 | 9pfuse: osxfuse support | Russ Cox | 1 | -8/+16 |
2012-09-08 | lib9: fix announce on OS X | Russ Cox | 1 | -5/+7 |
2012-09-04 | lib9/dial: fix addrlen in connect() and bind() | David du Colombier | 2 | -7/+35 |
2012-08-05 | disk/mkfs,disk/mkext: fix mkdir conflict | Russ Cox | 2 | -0/+3 |
2012-08-03 | lib9/getnetconn: add support for IPv6 | David du Colombier | 1 | -0/+27 |
2012-08-03 | vacfs: fix create srv with ORCLOSE on plan 9 | David du Colombier | 1 | -9/+11 |
2012-08-03 | devdraw: make it 3 times faster on OS X | David Jeannot | 1 | -42/+49 |
2012-07-31 | devdraw: fix for OS X 10.8 (Mountain Lion) | Rob Kroeger | 1 | -31/+40 |
2012-07-29 | libventi: fix segfault in vtgetreq | David du Colombier | 1 | -1/+2 |
2012-07-17 | disk/mkfs, disk/mkext: add from Plan 9 | Russ Cox | 3 | -0/+1169 |
2012-07-14 | openbsd updates (thanks Pascal Stumpf) | Russ Cox | 7 | -138/+80 |
2012-07-14 | libmach: remove debug print | Russ Cox | 1 | -1/+0 |
2012-07-14 | auth/factotum: fix flush (thanks Erik Quanstrom) | Russ Cox | 1 | -2/+3 |
2012-06-27 | lib9: fix openbsd build | David du Colombier | 2 | -1/+2 |
2012-06-02 | lib9/dial: add support for IPv6 | David du Colombier | 5 | -118/+106 |
2012-05-29 | fix INSTALL warnings | Russ Cox | 6 | -5/+5 |
2012-05-29 | venti: fix VtMaxLumpSize | Abhishek Kulkarni | 7 | -7/+7 |
2012-05-15 | plumb: remove debugging print | Russ Cox | 1 | -1/+0 |
2012-05-07 | venti: remove bloomlookuptime in stats | David du Colombier | 1 | -3/+0 |
2012-05-07 | venti: fix bloom in stats | David du Colombier | 1 | -1/+4 |
2012-05-02 | venti: fix writedonechan size in bloom | David du Colombier | 1 | -1/+1 |
2012-04-22 | venti: add bootstrap mode (write + no index) | Russ Cox | 4 | -0/+9 |
2012-04-07 | venti: fix typo | Russ Cox | 1 | -1/+1 |
2012-04-07 | venti: add arenapart support to wrarena | Russ Cox | 1 | -2/+16 |
2012-04-04 | vacfs: remove 9P2000.u relic | David du Colombier | 1 | -5/+0 |
2012-03-05 | devdraw: fix mouse warping with multi-monitor on OS X | David Jeannot | 1 | -3/+3 |
2012-03-05 | merge | Russ Cox | 11 | -18/+21 |
2012-03-05 | Devdraw now waits for the image: this means that | David Jeannot | 1 | -74/+226 |
2012-03-05 | devdraw: fix winsize (-W) on OS X | David Jeannot | 1 | -5/+11 |