aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-01web: add Chromium support on FreeBSDDavid du Colombier1-1/+1
2017-09-22.travis.yml: configure build matrix to build on OS X and Linux (thanks Michae...David du Colombier1-20/+28
2017-09-149l: support FreeBSD 10 and 11 (thanks Ori Bernstein)David du Colombier1-1/+1
2017-09-14lib/moveplan9.files: add missing filesAdam Saponara1-1/+12
2017-09-14all: remove .cvsignore filesKare Nuorteva46-387/+0
2017-09-14README: update linksKare Nuorteva1-7/+5
2017-09-02.travis.yml: disable osx buildDavid du Colombier1-1/+0
2017-09-01lib9: import frand function from Plan 9David du Colombier2-0/+18
2017-09-01svgpic: fix warningsDavid du Colombier1-3/+1
2017-09-01libmach: initialize ss variable in stabsline2pc functionDavid du Colombier1-1/+2
2017-09-01.travis.yml: build on osxDavid du Colombier1-0/+8
2017-09-01README: add Travis CI and Coverity Scan badgesDavid du Colombier1-0/+7
2017-09-01dict, sky: update site from pdos.lcs.mit.edu to 9fans.github.ioDavid du Colombier2-3/+3
2017-09-01dist/publish: fix export of of usr treeRuss Cox1-1/+1
2017-09-01all: update site from swtch.com to 9fans.github.ioRuss Cox26-52/+83
2017-09-01codereview: delete, now using GitHub pull requestsRuss Cox5-3944/+2
2017-09-01.travis.yml: add Coverity Scan to Travis CI configurationDavid du Colombier1-0/+18
2017-09-01.travis.yml: add Travis CI configurationDavid du Colombier1-0/+4
2017-09-01ed: allow larger temp filesRuss Cox1-1/+1
2017-09-019(1): document gotcha with oh-my-zshRuss Cox1-0/+15
2017-07-23venti: fix venti graph on 64-bitMichael Stroucken2-1/+2
2017-07-16dist: update mk pushRuss Cox1-4/+4
2017-07-16man: various cleanupRuss Cox26-49/+43
2017-07-16codereview.py: removeRuss Cox1-1448/+0
2017-07-16man5, man6: delete empty dirsRuss Cox4-4/+0
2017-07-16man1: document mouse keystrokes in acme, sam, 9termRuss Cox3-0/+40
2017-07-16acme: implement Cmd-Shift-Z for Redo on MacRuss Cox1-0/+4
2017-07-16devdraw: fix Mac Kcmd+ShiftRuss Cox1-0/+3
2017-06-19fontsrv: avoid quote mapping on fonts with indistinguishable quotesRuss Cox1-5/+19
2017-06-19lib9: fix needsrcquoteRuss Cox1-1/+1
2017-06-19svgpic: new program to convert pic to svgRuss Cox19-0/+4034
2017-06-15troff: import HB, HI and HX fonts from Plan 9David du Colombier3-0/+918
2017-05-05factotum: Fix an operator precedence bug in the secstore codeDan Cross1-1/+1
2017-04-21yacc: Fix a bug from at least 1995.Dan Cross1-1/+2
2017-04-08libdraw: replace hand-rolled realloc, preventing buffer overflow.Ray Lai1-3/+1
2017-04-089term: Add missing parentheses, preventing buffer overflow.Ray Lai1-1/+1
2017-02-109pfuse: support osxfuse>=3.3.0James Porter1-7/+28
2017-01-099term: c nitsRuss Cox2-2/+3
2017-01-09cmd/9term: A hack because I'm constantly getting confused about ^C vs fn+deleteDave Presotto3-0/+11
2017-01-07src/cmd: take fontsrv out of BUGGEREDDave Presotto1-1/+1
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox15-87/+106
2017-01-069term, win: work around bsd linker nonsenseRuss Cox3-2/+9
2017-01-069term, mc: conspire to handle hidpi displaysRuss Cox2-1/+26
2016-11-20include: define _DEFAULT_SOURCEDavid du Colombier6-0/+6
2016-11-02libregexp: various fixesDavid du Colombier3-6/+4
2016-11-02fix segfaults on OpenBSD: int cannot hold all the values a ptrdiff_t can take.Gleydson Soares1-1/+1
2016-04-18font: s/10/11 in ascent for unicode.7x13.fontRob Pike1-1/+1
2016-01-22fontsrv: do not try to look up surrogate pairsRuss Cox1-0/+2
2015-12-08auxstats: fix OpenBSD by using getifaddrs(3) instead of kvm(3)Gleydson Soares2-75/+24
2015-11-11devdraw: cocoa: set window title on main threadsqweek1-2/+12