summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* codereview: delete, now using GitHub pull requestsRuss Cox2017-09-015-3944/+2
* .travis.yml: add Coverity Scan to Travis CI configurationDavid du Colombier2017-09-011-0/+18
* .travis.yml: add Travis CI configurationDavid du Colombier2017-09-011-0/+4
* ed: allow larger temp filesRuss Cox2017-09-011-1/+1
* 9(1): document gotcha with oh-my-zshRuss Cox2017-09-011-0/+15
* venti: fix venti graph on 64-bitMichael Stroucken2017-07-232-1/+2
* dist: update mk pushRuss Cox2017-07-161-4/+4
* man: various cleanupRuss Cox2017-07-1626-49/+43
* codereview.py: removeRuss Cox2017-07-161-1448/+0
* man5, man6: delete empty dirsRuss Cox2017-07-164-4/+0
* man1: document mouse keystrokes in acme, sam, 9termRuss Cox2017-07-163-0/+40
* acme: implement Cmd-Shift-Z for Redo on MacRuss Cox2017-07-161-0/+4
* devdraw: fix Mac Kcmd+ShiftRuss Cox2017-07-161-0/+3
* fontsrv: avoid quote mapping on fonts with indistinguishable quotesRuss Cox2017-06-191-5/+19
* lib9: fix needsrcquoteRuss Cox2017-06-191-1/+1
* svgpic: new program to convert pic to svgRuss Cox2017-06-1919-0/+4034
* troff: import HB, HI and HX fonts from Plan 9David du Colombier2017-06-153-0/+918
* factotum: Fix an operator precedence bug in the secstore codeDan Cross2017-05-051-1/+1
* yacc: Fix a bug from at least 1995.Dan Cross2017-04-211-1/+2
* libdraw: replace hand-rolled realloc, preventing buffer overflow.Ray Lai2017-04-081-3/+1
* 9term: Add missing parentheses, preventing buffer overflow.Ray Lai2017-04-081-1/+1
* 9pfuse: support osxfuse>=3.3.0James Porter2017-02-101-7/+28
* 9term: c nitsRuss Cox2017-01-092-2/+3
* cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+deleteDave Presotto2017-01-093-0/+11
* src/cmd: take fontsrv out of BUGGEREDDave Presotto2017-01-071-1/+1
* all: fix or silence all INSTALL warnings on macOSRuss Cox2017-01-0615-87/+106
* 9term, win: work around bsd linker nonsenseRuss Cox2017-01-063-2/+9
* 9term, mc: conspire to handle hidpi displaysRuss Cox2017-01-062-1/+26
* include: define _DEFAULT_SOURCEDavid du Colombier2016-11-206-0/+6
* libregexp: various fixesDavid du Colombier2016-11-023-6/+4
* fix segfaults on OpenBSD: int cannot hold all the values a ptrdiff_t can take.Gleydson Soares2016-11-021-1/+1
* font: s/10/11 in ascent for unicode.7x13.fontRob Pike2016-04-181-1/+1
* fontsrv: do not try to look up surrogate pairsRuss Cox2016-01-221-0/+2
* auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3)Gleydson Soares2015-12-082-75/+24
* devdraw: cocoa: set window title on main threadsqweek2015-11-111-2/+12
* win: local \r cancellationRuss Cox2015-11-101-1/+14
* 9term, win: better \r handling (thanks, git)Russ Cox2015-11-102-1/+31
* INSTALL: append /usr/X11R6/include and /usr/X11R6/include/freetype2 toGleydson Soares2015-11-101-1/+2
* mk: avoid infinite loop when targets are repeatedRuss Cox2015-08-272-0/+6
* fontsrv: use 64 chars per subfont instead of 256Russ Cox2015-08-274-9/+14
* font/fixed: adjust the ascent for the 7x13 subfontsRob Pike2015-08-2625-0/+0
* font/lucsans: fix reference to supsub.9Rob Pike2015-08-261-1/+1
* upas/nfs: search for stunnele3 in $PATHGleydson Soares2015-06-291-4/+7
* all: linux/arm64 portAram Hăvărneanu2015-06-034-0/+17
* libregexp: fix copy-paste errorDavid du Colombier2015-06-031-1/+1
* all: linux/mips portAram Hăvărneanu2015-06-035-0/+18
* all: fix openbsd buildAram Hăvărneanu2015-06-032-3/+4
* keyboard.h: add some missing key enums from Plan 9mischief2015-06-031-1/+6
* acme: add focus change to logSergiusz Urbaniak2015-06-031-0/+6
* devdraw: plumb drag-n-dropped filesmarius a. eriksen2015-06-033-10/+57