summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* factotum: update for new nbrecvul return valueRuss Cox2020-01-151-2/+30
* compress: remove (not distributed) from tar(1) manpage.sean2020-01-151-1/+0
* compress: import Plan9 compresssean2020-01-153-0/+1526
* winwatch: Plan 9-ify.Dan Cross2020-01-151-426/+412
* clock: Remove unused static variable in clock.cDan Cross2020-01-151-2/+0
* winwatch: port based Plan 9 winwatchmarkvanatten2020-01-153-1/+596
* 9pfuse: update errortabOleg Nemanov2020-01-151-0/+2
* soelim: manpage fixes.sean2020-01-151-4/+3
* soelim: import from Plan9sean2020-01-153-0/+47
* venti/buildindex: fix hang on large indexesRuss Cox2020-01-141-1/+1
* devdraw: notify window resize promptly on x11Russ Cox2020-01-145-13/+28
* libdraw: send hangup to process when window is lostRuss Cox2020-01-141-1/+5