aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2020-05-18libdiskfs: avoid problematic internal constant namesRuss Cox2-0/+66
2020-05-18diff: rename class to fix AIXRuss Cox1-0/+3
2020-05-18devdraw: use indirect impl interface in x11Gabriel Diaz1-0/+21
2020-05-18lib9: avoid unportable use of d_namlen in dirreadRuss Cox1-2/+1
2020-05-17devdraw: use global drawlk instead of per-clientRuss Cox3-18/+20
2020-05-17devdraw: use indirect impl interfaceRuss Cox4-30/+61
2020-05-17libthread: handle spurious _procsleep wakeups, fix $LIBTHREAD handlingRuss Cox2-6/+26
2020-05-17libthread: add pthreadperthread mode and use under ASANRuss Cox4-18/+120
2020-05-17mk: replace overlapping strcpy with memmoveRuss Cox1-1/+2
2020-05-17lib9: use opendir/readdir to read directoriesRuss Cox1-183/+187
2020-05-17lib9: move seek into open.cRuss Cox4-12/+7
2020-05-17lib9: add closeRuss Cox1-0/+7
2020-05-17lib9: merge create, open, dirread into open.cRuss Cox5-292/+273
2020-05-08fmt: adjust GCC version checkKurt H Maier1-2/+2
2020-05-07all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman8-0/+21
2020-05-07mk: support Big Archive Format under AIXBen Huntsman1-0/+4
2020-05-07all: update build scripts to fix AIX XL/C compatibilityBen Huntsman3-2/+8
2020-05-07fmt: disable use of stdatomic on AIX XL C and old GCCRuss Cox1-0/+21
2020-05-05rc: clean up parser levels, disallow free carats on listsRuss Cox4-31/+37
2020-05-04rc: allow unquoted = in command argumentsRuss Cox2-10/+27
2020-05-04rc: move free carat handling into parserRuss Cox4-74/+103
2020-05-04rc: move newline handling into parserRuss Cox6-24/+67
2020-05-04rc: add recursive descent parserRuss Cox13-9/+730
2020-03-30acme: scale window bodies on resize, not including tag spaceRuss Cox1-3/+5