aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-29xd: fix swizz8 loop countingXiao-Yong Jin1-1/+1
2021-01-29libhtml: fix array bounds in lexXiao-Yong Jin1-1/+1
2021-01-14libthread: call setpgrp in programs that will backgroundRuss Cox1-0/+7
2021-01-14sam: avoid out-of-bounds read in rtermRuss Cox1-2/+2
2021-01-14sam: remove backward ?:Russ Cox1-1/+1
2021-01-14rc: do not exit on EINTR from readRuss Cox1-1/+10
2021-01-14lib9: reject postnote with special pidsRuss Cox1-0/+5
2021-01-14auxstats: do not postnote 0Russ Cox1-1/+2
2021-01-05acme, sam, samterm: remove weird switch usageRuss Cox4-6/+10
2021-01-05sam: rm dregsRuss Cox4-293/+0
2021-01-05stats: add threadmaybackgroundRuss Cox5-40/+49
2020-12-30acme: allow @ in file namesRuss Cox1-1/+1
2020-12-30wintext: add to moveplan9.files (#470)Jacob Vosmaer1-0/+1
2020-12-309term: add threadmaybackgroundRuss Cox1-0/+6
2020-12-30.gitignore: add LOCAL.config and lib/fortunes.indexRuss Cox1-0/+2
2020-12-30.gitignore: more binariesRuss Cox1-0/+48
2020-12-30libthread: drop schedlockRuss Cox2-2/+1
2020-12-309c: drop PLAN9PORT_ASANRuss Cox1-9/+0
2020-12-30tcolors: add threadmaybackgroundRuss Cox1-0/+6
2020-12-309a: remove a few mentionsRuss Cox2-16/+2
2020-12-30.gitignore: enumerate ignored parts of bin/Russ Cox1-17/+218
2020-12-30all: remove $OBJTYPE from buildRuss Cox56-1291/+41
2020-12-30wintext: use rc not bashRuss Cox1-14/+9
2020-12-309term: use openpty on NetBSDNicola Girardi1-0/+16
2020-12-30devdraw: add /usr/X11R7 for NetBSDRuss Cox1-0/+2
2020-12-30libthread: simplifyRuss Cox23-1477/+12
2020-12-30libthread: make pthreadperthread the defaultRuss Cox2-21/+15
2020-12-30libthread: fix pthreadperthread bugsRuss Cox2-107/+187
2020-12-30libthread: add threadmaybackgroundRuss Cox19-21/+120
2020-12-30libthread: delete NetBSD special caseRuss Cox4-465/+4
2020-12-309c: use -fcommon for clangRuss Cox1-0/+1
2020-12-15libthread: fix use after free of first thread in each procRuss Cox1-1/+9
2020-12-15time: print 1s of millisecondsRuss Cox1-3/+3
2020-09-279c, 9l: updates for macOS arm64.Anthony Sorace2-0/+7
2020-08-15all: a few more #define tricks for AIXRuss Cox2-0/+36
2020-08-15tmac: rename IM (italic manual) to MR (manual reference)Russ Cox286-1588/+1591
2020-08-15fontsrv: fix handling of colored glyphs (emoji)Russ Cox1-5/+17
2020-08-13tmac: introduce real manual reference macro instead of overloading IRRuss Cox297-1774/+1790
2020-08-08touch: fix for OpenBSD.James Cook1-1/+1
2020-07-22fontsrv(4): update man page for size of fontsrv subfontsRuss Cox1-8/+8
2020-07-22devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)Igor Böhm2-4/+11
2020-07-18acme: add font control messageRuss Cox2-1/+24
2020-07-18draw: use int for Cacheinfo x fieldRuss Cox1-1/+1
2020-06-22src/cmd: rm dformatRuss Cox1-108/+0
2020-06-15libthread: use libc functions in ucontext for macOS (#417)Xiao-Yong3-81/+3
2020-06-04fontsrv: fix compilation on X11 (#420)Gregor Best1-0/+1
2020-05-30osxvers: use swvers -productVersion to skip one awk callRuss Cox1-1/+1
2020-05-29ed(1): fix documentation for list modeRuss Cox1-36/+36
2020-05-29ed: handle Unicode beyond the BMP correctly in list mode.sean2-11/+42
2020-05-29devdraw: accept 5- and 6-byte Unicode hex valuesRuss Cox2-15/+45