| Commit message (Expand) | Author | Age | Files | Lines |
| * | codereview: delete, now using GitHub pull requests | Russ Cox | 2017-09-01 | 5 | -3944/+2 |
| * | .travis.yml: add Coverity Scan to Travis CI configuration | David du Colombier | 2017-09-01 | 1 | -0/+18 |
| * | .travis.yml: add Travis CI configuration | David du Colombier | 2017-09-01 | 1 | -0/+4 |
| * | ed: allow larger temp files | Russ Cox | 2017-09-01 | 1 | -1/+1 |
| * | 9(1): document gotcha with oh-my-zsh | Russ Cox | 2017-09-01 | 1 | -0/+15 |
| * | venti: fix venti graph on 64-bit | Michael Stroucken | 2017-07-23 | 2 | -1/+2 |
| * | dist: update mk push | Russ Cox | 2017-07-16 | 1 | -4/+4 |
| * | man: various cleanup | Russ Cox | 2017-07-16 | 26 | -49/+43 |
| * | codereview.py: remove | Russ Cox | 2017-07-16 | 1 | -1448/+0 |
| * | man5, man6: delete empty dirs | Russ Cox | 2017-07-16 | 4 | -4/+0 |
| * | man1: document mouse keystrokes in acme, sam, 9term | Russ Cox | 2017-07-16 | 3 | -0/+40 |
| * | acme: implement Cmd-Shift-Z for Redo on Mac | Russ Cox | 2017-07-16 | 1 | -0/+4 |
| * | devdraw: fix Mac Kcmd+Shift | Russ Cox | 2017-07-16 | 1 | -0/+3 |
| * | fontsrv: avoid quote mapping on fonts with indistinguishable quotes | Russ Cox | 2017-06-19 | 1 | -5/+19 |
| * | lib9: fix needsrcquote | Russ Cox | 2017-06-19 | 1 | -1/+1 |
| * | svgpic: new program to convert pic to svg | Russ Cox | 2017-06-19 | 19 | -0/+4034 |
| * | troff: import HB, HI and HX fonts from Plan 9 | David du Colombier | 2017-06-15 | 3 | -0/+918 |
| * | factotum: Fix an operator precedence bug in the secstore code | Dan Cross | 2017-05-05 | 1 | -1/+1 |
| * | yacc: Fix a bug from at least 1995. | Dan Cross | 2017-04-21 | 1 | -1/+2 |
| * | libdraw: replace hand-rolled realloc, preventing buffer overflow. | Ray Lai | 2017-04-08 | 1 | -3/+1 |
| * | 9term: Add missing parentheses, preventing buffer overflow. | Ray Lai | 2017-04-08 | 1 | -1/+1 |
| * | 9pfuse: support osxfuse>=3.3.0 | James Porter | 2017-02-10 | 1 | -7/+28 |
| * | 9term: c nits | Russ Cox | 2017-01-09 | 2 | -2/+3 |
| * | cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+delete | Dave Presotto | 2017-01-09 | 3 | -0/+11 |
| * | src/cmd: take fontsrv out of BUGGERED | Dave Presotto | 2017-01-07 | 1 | -1/+1 |
| * | all: fix or silence all INSTALL warnings on macOS | Russ Cox | 2017-01-06 | 15 | -87/+106 |
| * | 9term, win: work around bsd linker nonsense | Russ Cox | 2017-01-06 | 3 | -2/+9 |
| * | 9term, mc: conspire to handle hidpi displays | Russ Cox | 2017-01-06 | 2 | -1/+26 |
| * | include: define _DEFAULT_SOURCE | David du Colombier | 2016-11-20 | 6 | -0/+6 |
| * | libregexp: various fixes | David du Colombier | 2016-11-02 | 3 | -6/+4 |
| * | fix segfaults on OpenBSD: int cannot hold all the values a ptrdiff_t can take. | Gleydson Soares | 2016-11-02 | 1 | -1/+1 |
| * | font: s/10/11 in ascent for unicode.7x13.font | Rob Pike | 2016-04-18 | 1 | -1/+1 |
| * | fontsrv: do not try to look up surrogate pairs | Russ Cox | 2016-01-22 | 1 | -0/+2 |
| * | auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3) | Gleydson Soares | 2015-12-08 | 2 | -75/+24 |
| * | devdraw: cocoa: set window title on main thread | sqweek | 2015-11-11 | 1 | -2/+12 |
| * | win: local \r cancellation | Russ Cox | 2015-11-10 | 1 | -1/+14 |
| * | 9term, win: better \r handling (thanks, git) | Russ Cox | 2015-11-10 | 2 | -1/+31 |
| * | INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 to | Gleydson Soares | 2015-11-10 | 1 | -1/+2 |
| * | mk: avoid infinite loop when targets are repeated | Russ Cox | 2015-08-27 | 2 | -0/+6 |
| * | fontsrv: use 64 chars per subfont instead of 256 | Russ Cox | 2015-08-27 | 4 | -9/+14 |
| * | font/fixed: adjust the ascent for the 7x13 subfonts | Rob Pike | 2015-08-26 | 25 | -0/+0 |
| * | font/lucsans: fix reference to supsub.9 | Rob Pike | 2015-08-26 | 1 | -1/+1 |
| * | upas/nfs: search for stunnele3 in $PATH | Gleydson Soares | 2015-06-29 | 1 | -4/+7 |
| * | all: linux/arm64 port | Aram Hăvărneanu | 2015-06-03 | 4 | -0/+17 |
| * | libregexp: fix copy-paste error | David du Colombier | 2015-06-03 | 1 | -1/+1 |
| * | all: linux/mips port | Aram Hăvărneanu | 2015-06-03 | 5 | -0/+18 |
| * | all: fix openbsd build | Aram Hăvărneanu | 2015-06-03 | 2 | -3/+4 |
| * | keyboard.h: add some missing key enums from Plan 9 | mischief | 2015-06-03 | 1 | -1/+6 |
| * | acme: add focus change to log | Sergiusz Urbaniak | 2015-06-03 | 1 | -0/+6 |
| * | devdraw: plumb drag-n-dropped files | marius a. eriksen | 2015-06-03 | 3 | -10/+57 |