aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-02-18Merge remote-tracking branch 'upstream/master'HEADmasterPetter Rodhelind105-3537/+412
2021-01-319pfuse: support MacFUSE >=4Connor Taffe1-1/+30
2021-01-319p: parse lines in rdwr commandDavid Arroyo1-5/+9
2021-01-29htmlroff: fix array boundsXiao-Yong Jin1-2/+2
2021-01-29eqn: enlarge errbuf to account for large tokensXiao-Yong Jin2-2/+2
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-309term: add threadmaybackgroundRuss Cox1-0/+6
2020-12-30libthread: drop schedlockRuss Cox2-2/+1
2020-12-30tcolors: add threadmaybackgroundRuss Cox1-0/+6
2020-12-309a: remove a few mentionsRuss Cox1-1/+1
2020-12-30all: remove $OBJTYPE from buildRuss Cox36-1201/+25
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 Cox21-1469/+11
2020-12-30libthread: make pthreadperthread the defaultRuss Cox1-1/+1
2020-12-30libthread: fix pthreadperthread bugsRuss Cox2-107/+187
2020-12-30libthread: add threadmaybackgroundRuss Cox17-7/+93
2020-12-30libthread: delete NetBSD special caseRuss Cox4-465/+4
2020-12-18Merge remote-tracking branch 'upstream/master'Petter Rodhelind10-122/+95
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-08-15all: a few more #define tricks for AIXRuss Cox2-0/+36
2020-08-15fontsrv: fix handling of colored glyphs (emoji)Russ Cox1-5/+17
2020-08-08touch: fix for OpenBSD.James Cook1-1/+1
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 Cox1-0/+18
2020-06-22src/cmd: rm dformatRuss Cox1-108/+0
2020-06-18Merge remote-tracking branch 'upstream/master'Petter Rodhelind48-524/+804
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-29ed: handle Unicode beyond the BMP correctly in list mode.sean1-9/+32
2020-05-29devdraw: accept 5- and 6-byte Unicode hex valuesRuss Cox1-8/+31
2020-05-29fontsrv: scale f->originy to match f->height on x11dzklaim1-1/+1
2020-05-29fontsrv: handle non-BMP runes on X11Russ Cox4-43/+44
2020-05-29libdraw: handle larger number of subfontsRuss Cox1-1/+1
2020-05-18devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox5-5/+25
2020-05-18build: use installbsd instead of install on AIXRuss Cox5-7/+4
2020-05-18rc: avoid problematic internal names "var", "thread"Russ Cox1-0/+6
2020-05-18acme: avoid global named "class"Russ Cox1-0/+3