summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib9: make formatting lock-free againRuss Cox2020-01-144-124/+83
* acme: save/restore multiline tags in Dump/LoadRuss Cox2020-01-141-4/+16
* tar: remove /bin/ when invoking compressorsphonologus2020-01-141-6/+1
* libthread: use mmap to allocate OpenBSD stacksRuss Cox2020-01-146-8/+61
* libdraw: use proper pipe for default font dataRuss Cox2020-01-141-6/+16
* devdraw: do not force-hide menu and dock during full screen on macRuss Cox2020-01-141-3/+15
* devdraw: hide dock in full screen modeRuss Cox2020-01-131-0/+13
* INSTALL: do not rm config after setting it upRuss Cox2020-01-131-7/+7
* devdraw: correctly hide Mac menu bar (#335)Xiao-Yong2020-01-131-9/+9
* libthread: fix fault in teardown of procRuss Cox2020-01-132-1/+2
* acme: fix buffer overflow introduced in parsetag refactorRuss Cox2020-01-133-8/+8