summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 9term: add threadmaybackgroundRuss Cox2020-12-301-0/+6
* libthread: drop schedlockRuss Cox2020-12-302-2/+1
* tcolors: add threadmaybackgroundRuss Cox2020-12-301-0/+6
* 9a: remove a few mentionsRuss Cox2020-12-301-1/+1
* all: remove $OBJTYPE from buildRuss Cox2020-12-3036-1201/+25
* 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-3021-1469/+11
* libthread: make pthreadperthread the defaultRuss Cox2020-12-301-1/+1
* libthread: fix pthreadperthread bugsRuss Cox2020-12-302-107/+187
* libthread: add threadmaybackgroundRuss Cox2020-12-3017-7/+93
* libthread: delete NetBSD special caseRuss Cox2020-12-304-465/+4
* 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
* all: a few more #define tricks for AIXRuss Cox2020-08-152-0/+36
* fontsrv: fix handling of colored glyphs (emoji)Russ Cox2020-08-151-5/+17
* touch: fix for OpenBSD.James Cook2020-08-081-1/+1
* devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)Igor Böhm2020-07-222-4/+11
* acme: add font control messageRuss Cox2020-07-181-0/+18
* src/cmd: rm dformatRuss Cox2020-06-221-108/+0
* libthread: use libc functions in ucontext for macOS (#417)Xiao-Yong2020-06-153-81/+3
* fontsrv: fix compilation on X11 (#420)Gregor Best2020-06-041-0/+1
* ed: handle Unicode beyond the BMP correctly in list mode.sean2020-05-291-9/+32
* devdraw: accept 5- and 6-byte Unicode hex valuesRuss Cox2020-05-291-8/+31
* fontsrv: scale f->originy to match f->height on x11dzklaim2020-05-291-1/+1
* fontsrv: handle non-BMP runes on X11Russ Cox2020-05-294-43/+44
* libdraw: handle larger number of subfontsRuss Cox2020-05-291-1/+1
* devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox2020-05-185-5/+25
* build: use installbsd instead of install on AIXRuss Cox2020-05-185-7/+4
* rc: avoid problematic internal names "var", "thread"Russ Cox2020-05-181-0/+6
* acme: avoid global named "class"Russ Cox2020-05-181-0/+3
* libdiskfs: avoid problematic internal constant namesRuss Cox2020-05-182-0/+66
* diff: rename class to fix AIXRuss Cox2020-05-181-0/+3
* devdraw: use indirect impl interface in x11Gabriel Diaz2020-05-181-0/+21
* lib9: avoid unportable use of d_namlen in dirreadRuss Cox2020-05-181-2/+1
* devdraw: use global drawlk instead of per-clientRuss Cox2020-05-173-18/+20
* devdraw: use indirect impl interfaceRuss Cox2020-05-174-30/+61
* libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handlingRuss Cox2020-05-172-6/+26
* libthread: add pthreadperthread mode and use under ASANRuss Cox2020-05-174-18/+120