summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bin/9c, bin/9l: Re-enable optimization on AIX.Ben Huntsman2021-08-302-3/+3
* libthread: use setpgid instead of setpgrpAnthony Sorace2021-04-221-1/+1
* install(1): mention libfontconfig1-dev for DebianRuss Cox2021-04-092-203/+86
* fspread: fix buffer overflowGünther Noack2021-04-051-4/+9
* all: update for new MIT licenseRuss Cox2021-03-2316-491/+196
* mk: fix for Unix buildRuss Cox2021-03-231-2/+2
* acme: fix double-free in acmeerrorprocRuss Cox2021-03-231-4/+2
* mount: find kext with MacFUSE >=4 and macOS >=11Connor Taffe2021-01-311-0/+3
* 9pfuse: support MacFUSE >=4Connor Taffe2021-01-311-1/+30
* 9p: parse lines in rdwr commandDavid Arroyo2021-01-311-5/+9
* man9: rename IM to MRFazlul Shahriar2021-01-2911-27/+27
* htmlroff: fix array boundsXiao-Yong Jin2021-01-291-2/+2
* eqn: enlarge errbuf to account for large tokensXiao-Yong Jin2021-01-292-2/+2
* xd: fix swizz8 loop countingXiao-Yong Jin2021-01-291-1/+1
* libhtml: fix array bounds in lexXiao-Yong Jin2021-01-291-1/+1
* libthread: call setpgrp in programs that will backgroundRuss Cox2021-01-141-0/+7
* sam: avoid out-of-bounds read in rtermRuss Cox2021-01-141-2/+2
* sam: remove backward ?:Russ Cox2021-01-141-1/+1
* rc: do not exit on EINTR from readRuss Cox2021-01-141-1/+10
* lib9: reject postnote with special pidsRuss Cox2021-01-141-0/+5
* auxstats: do not postnote 0Russ Cox2021-01-141-1/+2
* acme, sam, samterm: remove weird switch usageRuss Cox2021-01-054-6/+10
* sam: rm dregsRuss Cox2021-01-054-293/+0
* stats: add threadmaybackgroundRuss Cox2021-01-055-40/+49
* acme: allow @ in file namesRuss Cox2020-12-301-1/+1
* wintext: add to moveplan9.files (#470)Jacob Vosmaer2020-12-301-0/+1
* 9term: add threadmaybackgroundRuss Cox2020-12-301-0/+6
* .gitignore: add LOCAL.config and lib/fortunes.indexRuss Cox2020-12-301-0/+2
* .gitignore: more binariesRuss Cox2020-12-301-0/+48
* libthread: drop schedlockRuss Cox2020-12-302-2/+1
* 9c: drop PLAN9PORT_ASANRuss Cox2020-12-301-9/+0
* tcolors: add threadmaybackgroundRuss Cox2020-12-301-0/+6
* 9a: remove a few mentionsRuss Cox2020-12-302-16/+2
* .gitignore: enumerate ignored parts of bin/Russ Cox2020-12-301-17/+218
* all: remove $OBJTYPE from buildRuss Cox2020-12-3056-1291/+41
* wintext: use rc not bashRuss Cox2020-12-301-14/+9
* 9term: use openpty on NetBSDNicola Girardi2020-12-301-0/+16
* devdraw: add /usr/X11R7 for NetBSDRuss Cox2020-12-301-0/+2
* libthread: simplifyRuss Cox2020-12-3023-1477/+12
* libthread: make pthreadperthread the defaultRuss Cox2020-12-302-21/+15
* libthread: fix pthreadperthread bugsRuss Cox2020-12-302-107/+187
* libthread: add threadmaybackgroundRuss Cox2020-12-3019-21/+120
* libthread: delete NetBSD special caseRuss Cox2020-12-304-465/+4
* 9c: use -fcommon for clangRuss Cox2020-12-301-0/+1
* libthread: fix use after free of first thread in each procRuss Cox2020-12-151-1/+9
* time: print 1s of millisecondsRuss Cox2020-12-151-3/+3
* 9c, 9l: updates for macOS arm64.Anthony Sorace2020-09-272-0/+7
* all: a few more #define tricks for AIXRuss Cox2020-08-152-0/+36
* tmac: rename IM (italic manual) to MR (manual reference)Russ Cox2020-08-15286-1588/+1591
* fontsrv: fix handling of colored glyphs (emoji)Russ Cox2020-08-151-5/+17