aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 9c: added explicit -fcommon to gcc defaults.sean2020-04-301-0/+1
* acme: scale window bodies on resize, not including tag spaceRuss Cox2020-03-301-3/+5
* Fix broken references to plan9.bell-labs.com/plan9Larkin Nickle2020-02-2211-18/+18
* 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-199-130/+28
* 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-197-504/+54
* libthread: rm OpenBSD.cRuss Cox2020-01-191-145/+0
* libthread: rm unused ARM (get|set)mcontext (#354)Neven Sajko2020-01-191-43/+0
* 9fs: remove tip (dead?), redirect sources to 9p.ioDan Cross2020-01-161-3/+1
* 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
* devdraw: actually send resize event on resizeRuss Cox2020-01-151-0/+7