summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mouse(3): fix definition of MousectlRuss Cox2020-01-131-4/+6
* acme: fix movetodel for spaces in file namesRuss Cox2020-01-131-11/+8
* acme: allow spaces in window namesRuss Cox2020-01-132-5/+20
* mk: fix hash function (#315)Neven Sajko2020-01-131-7/+3
* acme: one more place to use parsetagRuss Cox2020-01-131-5/+1
* acme: factor out tag parsing codeRuss Cox2020-01-133-21/+28
* lib9: do not fetch disk size for character devicesRuss Cox2020-01-131-1/+1
* mk: treat X= as empty list in rc shellRuss Cox2020-01-131-6/+12
* tmac: fix troff -ms .KS after .1CRuss Cox2020-01-131-6/+6
* acme: fix crash in X |cat with multiple windowsRuss Cox2020-01-131-5/+24
* vac, unvac: allow 128MB cache size, up from 4MBRuss Cox2020-01-132-2/+2
* 9pfuse: do not fswalk("..")Russ Cox2020-01-131-12/+5
* TODO: remove, not updated in 15 yearsRuss Cox2020-01-132-15/+3
* libthread: fix nbrecvul, recvul to match man page, Plan 9Russ Cox2020-01-131-2/+2
* cmd/9pfuse: ignore FMODE_EXEC open flagNicola Girardi2020-01-131-2/+11
* clock: import from plan 9Russ Cox2020-01-132-5/+112
* lib9: rm unused _p9translate.cRuss Cox2020-01-131-46/+0
* devdraw: AUTOFRAMEWORK CoreFoundation on macOSRuss Cox2020-01-131-0/+1
* devdraw: x11 working againRuss Cox2020-01-1314-2340/+1844
* devdraw: multiclient modeRuss Cox2020-01-133-42/+115
* cmapcube: don't crash on initdraw failureRuss Cox2020-01-131-1/+2
* libdraw: connect to devdraw via $wsysid when setRuss Cox2020-01-133-1/+85
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-138-313/+329
* devdraw: refactor, clean up mac screenRuss Cox2020-01-137-505/+492