summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mk: replace overlapping strcpy with memmoveRuss Cox2020-05-171-1/+2
* lib9: use opendir/readdir to read directoriesRuss Cox2020-05-171-183/+187
* lib9: move seek into open.cRuss Cox2020-05-174-12/+7
* lib9: add closeRuss Cox2020-05-171-0/+7
* 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-078-0/+21
* mk: support Big Archive Format under AIXBen Huntsman2020-05-071-0/+4
* all: update build scripts to fix AIX XL/C compatibilityBen Huntsman2020-05-073-2/+8
* fmt: disable use of stdatomic on AIX XL C and old GCCRuss Cox2020-05-071-0/+21
* rc: clean up parser levels, disallow free carats on listsRuss Cox2020-05-054-31/+37
* rc: allow unquoted = in command argumentsRuss Cox2020-05-042-10/+27
* rc: move free carat handling into parserRuss Cox2020-05-044-74/+103
* rc: move newline handling into parserRuss Cox2020-05-046-24/+67
* rc: add recursive descent parserRuss Cox2020-05-0413-9/+730
* acme: scale window bodies on resize, not including tag spaceRuss Cox2020-03-301-3/+5
* libthread: fix ARM build by renaming fileNeven Sajko2020-02-111-0/+0
* devdraw: fix `cmd-r` to toggle retina vs. non-retina mode on macOS (#361)Martin Palma2020-02-031-1/+1
* libthread: comment stack border a bit moreRuss Cox2020-01-241-4/+10
* acme: report close failure in Put, this time for sureRuss Cox2020-01-241-5/+5
* libthread: fix test deps, cleanup in mkfileRuss Cox2020-01-191-1/+4
* libthread: clean up sysofiles.sh a bit moreRuss Cox2020-01-191-25/+10
* libthread: rm OpenBSD tas implementationsRuss Cox2020-01-192-23/+1
* libthread: use consistent stack calculation code in makecontextRuss Cox2020-01-1911-83/+36
* libthread: rm NetBSD pthread reference in sysofiles.shRuss Cox2020-01-191-1/+1
* all: remove Linux 2.4 vs 2.6 detectionRuss Cox2020-01-192-44/+3
* libthread: remove Linux 2.4 codeRuss Cox2020-01-197-513/+462
* libthread: rm unused sparc-ucontext.hRuss Cox2020-01-192-37/+0
* libthread: rm Darwin pre-11.0.0 supportRuss Cox2020-01-195-192/+0
* libthread: rm FreeBSD 4 codeRuss Cox2020-01-196-500/+52
* libthread: rm OpenBSD.cRuss Cox2020-01-191-145/+0
* libthread: rm unused ARM (get|set)mcontext (#354)Neven Sajko2020-01-191-43/+0
* devdraw: abort alt sequence on window change on macOSRuss Cox2020-01-161-0/+4
* libthread: NetBSD supports pthreads, remove ancient systems in sysofiles.shDan Cross2020-01-161-8/+1
* malloc: remove lockingDan Cross2020-01-163-41/+3
* lib9: putenv wraps POSIX setenv, not legacy putenvDan Cross2020-01-161-7/+1
* devdraw: avoid deadlock in x11 resizeRuss Cox2020-01-152-0/+3
* cmd/rio: xshove: set geometry by window idNicola Girardi2020-01-151-1/+6
* libmach: Fix type errors in FreeBSD.cDan Cross2020-01-151-4/+4
* devdraw: set windowrect correctly on x11 if window gets unexpected sizeRuss Cox2020-01-151-2/+2