summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fontsrv(4): update man page for size of fontsrv subfontsRuss Cox2020-07-221-8/+8
* 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-182-1/+24
* draw: use int for Cacheinfo x fieldRuss Cox2020-07-181-1/+1
* 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
* osxvers: use swvers -productVersion to skip one awk callRuss Cox2020-05-301-1/+1
* ed(1): fix documentation for list modeRuss Cox2020-05-291-36/+36
* ed: handle Unicode beyond the BMP correctly in list mode.sean2020-05-292-11/+42
* devdraw: accept 5- and 6-byte Unicode hex valuesRuss Cox2020-05-292-15/+45
* 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-293-4/+5
* man: update man pages to say $HOME when accurateRuss Cox2020-05-184-33/+37
* devdraw, libdraw: handle keyboard runes > U+FFFFRuss Cox2020-05-187-8/+34
* build: drop _XOPEN_SOURCE in u.h on AIXRuss Cox2020-05-181-1/+0
* build: use installbsd instead of install on AIXRuss Cox2020-05-186-8/+5
* 9c: fix tabRuss Cox2020-05-181-1/+1
* 9l: xlc_r automatically adds -lpthread.Ben Huntsman2020-05-181-1/+0
* lib9: use __builtin_return_address on IBM XL/CBen Huntsman2020-05-181-1/+1
* 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
* INSTALL: build mk all the timeRuss Cox2020-05-171-4/+3
* 9c, 9l: accept CC9FLAGS from configRuss Cox2020-05-173-18/+39
* mk: replace overlapping strcpy with memmoveRuss Cox2020-05-171-1/+2
* lib9: use opendir/readdir to read directoriesRuss Cox2020-05-172-186/+187
* lib9: move seek into open.cRuss Cox2020-05-174-12/+7
* lib9: add closeRuss Cox2020-05-172-1/+10
* lib9: merge create, open, dirread into open.cRuss Cox2020-05-175-292/+273
* fmt: adjust GCC version checkKurt H Maier2020-05-081-2/+2
* all: fix #includes for AIX, add a few AIX "implementation" filesBen Huntsman2020-05-079-0/+25
* mk: support Big Archive Format under AIXBen Huntsman2020-05-071-0/+4
* all: update build scripts to fix AIX XL/C compatibilityBen Huntsman2020-05-076-11/+35
* fmt: disable use of stdatomic on AIX XL C and old GCCRuss Cox2020-05-071-0/+21
* 9term.app: respect user-set shell instead of forcing bashRuss Cox2020-05-051-2/+22
* rc(1): mention /etc/shells in BUGS sectionRuss Cox2020-05-051-0/+6
* rc: clean up parser levels, disallow free carats on listsRuss Cox2020-05-054-31/+37
* rc: allow unquoted = in command argumentsRuss Cox2020-05-043-11/+28
* rc: move free carat handling into parserRuss Cox2020-05-045-97/+106
* rc: move newline handling into parserRuss Cox2020-05-046-24/+67
* rc: add recursive descent parserRuss Cox2020-05-0413-9/+730