aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-19libthread: rm NetBSD pthread reference in sysofiles.shRuss Cox1-1/+1
2020-01-19all: remove Linux 2.4 vs 2.6 detectionRuss Cox9-130/+28
2020-01-19libthread: remove Linux 2.4 codeRuss Cox7-513/+462
2020-01-19libthread: rm unused sparc-ucontext.hRuss Cox2-37/+0
2020-01-19libthread: rm Darwin pre-11.0.0 supportRuss Cox5-192/+0
2020-01-19libthread: rm FreeBSD 4 codeRuss Cox7-504/+54
2020-01-19libthread: rm OpenBSD.cRuss Cox1-145/+0
2020-01-19libthread: rm unused ARM (get|set)mcontext (#354)Neven Sajko1-43/+0
2020-01-169fs: remove tip (dead?), redirect sources to 9p.ioDan Cross1-3/+1
2020-01-16devdraw: abort alt sequence on window change on macOSRuss Cox1-0/+4
2020-01-16libthread: NetBSD supports pthreads, remove ancient systems in sysofiles.shDan Cross1-8/+1
2020-01-16malloc: remove lockingDan Cross3-41/+3
2020-01-16lib9: putenv wraps POSIX setenv, not legacy putenvDan Cross1-7/+1
2020-01-15devdraw: avoid deadlock in x11 resizeRuss Cox2-0/+3
2020-01-15cmd/rio: xshove: set geometry by window idNicola Girardi1-1/+6
2020-01-15libmach: Fix type errors in FreeBSD.cDan Cross1-4/+4
2020-01-15devdraw: set windowrect correctly on x11 if window gets unexpected sizeRuss Cox1-2/+2
2020-01-15devdraw: actually send resize event on resizeRuss Cox1-0/+7
2020-01-15factotum: update for new nbrecvul return valueRuss Cox1-2/+30
2020-01-15compress: remove (not distributed) from tar(1) manpage.sean1-1/+0
2020-01-15compress: import Plan9 compresssean3-0/+1526
2020-01-15winwatch: Plan 9-ify.Dan Cross1-426/+412
2020-01-15clock: Remove unused static variable in clock.cDan Cross1-2/+0
2020-01-15winwatch: port based Plan 9 winwatchmarkvanatten3-1/+596
2020-01-159pfuse: update errortabOleg Nemanov1-0/+2
2020-01-15soelim: manpage fixes.sean1-4/+3
2020-01-15soelim: import from Plan9sean3-0/+47
2020-01-14venti/buildindex: fix hang on large indexesRuss Cox1-1/+1
2020-01-14devdraw: notify window resize promptly on x11Russ Cox5-13/+28
2020-01-14libdraw: send hangup to process when window is lostRuss Cox1-1/+5
2020-01-14lib9: make formatting lock-free againRuss Cox4-124/+83
2020-01-14acme: save/restore multiline tags in Dump/LoadRuss Cox1-4/+16
2020-01-14tar: remove /bin/ when invoking compressorsphonologus1-6/+1
2020-01-14libthread: use mmap to allocate OpenBSD stacksRuss Cox6-8/+61
2020-01-14libdraw: use proper pipe for default font dataRuss Cox1-6/+16
2020-01-14devdraw: do not force-hide menu and dock during full screen on macRuss Cox1-3/+15
2020-01-13devdraw: hide dock in full screen modeRuss Cox1-0/+13
2020-01-13INSTALL: do not rm config after setting it upRuss Cox1-7/+7
2020-01-13devdraw: correctly hide Mac menu bar (#335)Xiao-Yong1-9/+9
2020-01-13libthread: fix fault in teardown of procRuss Cox2-1/+2
2020-01-13acme: fix buffer overflow introduced in parsetag refactorRuss Cox3-8/+8
2020-01-13mouse(3): fix definition of MousectlRuss Cox1-4/+6
2020-01-13acme: fix movetodel for spaces in file namesRuss Cox1-11/+8
2020-01-13acme: allow spaces in window namesRuss Cox2-5/+20
2020-01-13mk: fix hash function (#315)Neven Sajko1-7/+3
2020-01-13acme: one more place to use parsetagRuss Cox1-5/+1
2020-01-13acme: factor out tag parsing codeRuss Cox3-21/+28
2020-01-13lib9: do not fetch disk size for character devicesRuss Cox1-1/+1
2020-01-13mk: treat X= as empty list in rc shellRuss Cox1-6/+12
2020-01-13tmac: fix troff -ms .KS after .1CRuss Cox1-6/+6