Age | Commit message (Expand) | Author | Files | Lines |
2020-01-16 | libthread: NetBSD supports pthreads, remove ancient systems in sysofiles.sh | Dan Cross | 1 | -8/+1 |
2020-01-16 | malloc: remove locking | Dan Cross | 3 | -41/+3 |
2020-01-16 | lib9: putenv wraps POSIX setenv, not legacy putenv | Dan Cross | 1 | -7/+1 |
2020-01-15 | devdraw: avoid deadlock in x11 resize | Russ Cox | 2 | -0/+3 |
2020-01-15 | cmd/rio: xshove: set geometry by window id | Nicola Girardi | 1 | -1/+6 |
2020-01-15 | libmach: Fix type errors in FreeBSD.c | Dan Cross | 1 | -4/+4 |
2020-01-15 | devdraw: set windowrect correctly on x11 if window gets unexpected size | Russ Cox | 1 | -2/+2 |
2020-01-15 | devdraw: actually send resize event on resize | Russ Cox | 1 | -0/+7 |
2020-01-15 | factotum: update for new nbrecvul return value | Russ Cox | 1 | -2/+30 |
2020-01-15 | compress: remove (not distributed) from tar(1) manpage. | sean | 1 | -1/+0 |
2020-01-15 | compress: import Plan9 compress | sean | 3 | -0/+1526 |
2020-01-15 | winwatch: Plan 9-ify. | Dan Cross | 1 | -426/+412 |
2020-01-15 | clock: Remove unused static variable in clock.c | Dan Cross | 1 | -2/+0 |
2020-01-15 | winwatch: port based Plan 9 winwatch | markvanatten | 3 | -1/+596 |
2020-01-15 | 9pfuse: update errortab | Oleg Nemanov | 1 | -0/+2 |
2020-01-15 | soelim: manpage fixes. | sean | 1 | -4/+3 |
2020-01-15 | soelim: import from Plan9 | sean | 3 | -0/+47 |
2020-01-14 | venti/buildindex: fix hang on large indexes | Russ Cox | 1 | -1/+1 |
2020-01-14 | devdraw: notify window resize promptly on x11 | Russ Cox | 5 | -13/+28 |
2020-01-14 | libdraw: send hangup to process when window is lost | Russ Cox | 1 | -1/+5 |
2020-01-14 | lib9: make formatting lock-free again | Russ Cox | 4 | -124/+83 |
2020-01-14 | acme: save/restore multiline tags in Dump/Load | Russ Cox | 1 | -4/+16 |
2020-01-14 | tar: remove /bin/ when invoking compressors | phonologus | 1 | -6/+1 |
2020-01-14 | libthread: use mmap to allocate OpenBSD stacks | Russ Cox | 6 | -8/+61 |
2020-01-14 | libdraw: use proper pipe for default font data | Russ Cox | 1 | -6/+16 |
2020-01-14 | devdraw: do not force-hide menu and dock during full screen on mac | Russ Cox | 1 | -3/+15 |
2020-01-13 | devdraw: hide dock in full screen mode | Russ Cox | 1 | -0/+13 |
2020-01-13 | INSTALL: do not rm config after setting it up | Russ Cox | 1 | -7/+7 |
2020-01-13 | devdraw: correctly hide Mac menu bar (#335) | Xiao-Yong | 1 | -9/+9 |
2020-01-13 | libthread: fix fault in teardown of proc | Russ Cox | 2 | -1/+2 |
2020-01-13 | acme: fix buffer overflow introduced in parsetag refactor | Russ Cox | 3 | -8/+8 |
2020-01-13 | mouse(3): fix definition of Mousectl | Russ Cox | 1 | -4/+6 |
2020-01-13 | acme: fix movetodel for spaces in file names | Russ Cox | 1 | -11/+8 |
2020-01-13 | acme: allow spaces in window names | Russ Cox | 2 | -5/+20 |
2020-01-13 | mk: fix hash function (#315) | Neven Sajko | 1 | -7/+3 |
2020-01-13 | acme: one more place to use parsetag | Russ Cox | 1 | -5/+1 |
2020-01-13 | acme: factor out tag parsing code | Russ Cox | 3 | -21/+28 |
2020-01-13 | lib9: do not fetch disk size for character devices | Russ Cox | 1 | -1/+1 |
2020-01-13 | mk: treat X= as empty list in rc shell | Russ Cox | 1 | -6/+12 |
2020-01-13 | tmac: fix troff -ms .KS after .1C | Russ Cox | 1 | -6/+6 |
2020-01-13 | acme: fix crash in X |cat with multiple windows | Russ Cox | 1 | -5/+24 |
2020-01-13 | vac, unvac: allow 128MB cache size, up from 4MB | Russ Cox | 2 | -2/+2 |
2020-01-13 | 9pfuse: do not fswalk("..") | Russ Cox | 1 | -12/+5 |
2020-01-13 | TODO: remove, not updated in 15 years | Russ Cox | 2 | -15/+3 |
2020-01-13 | libthread: fix nbrecvul, recvul to match man page, Plan 9 | Russ Cox | 1 | -2/+2 |
2020-01-13 | cmd/9pfuse: ignore FMODE_EXEC open flag | Nicola Girardi | 1 | -2/+11 |
2020-01-13 | clock: import from plan 9 | Russ Cox | 2 | -5/+112 |
2020-01-13 | lib9: rm unused _p9translate.c | Russ Cox | 1 | -46/+0 |
2020-01-13 | devdraw: AUTOFRAMEWORK CoreFoundation on macOS | Russ Cox | 1 | -0/+1 |
2020-01-13 | devdraw: x11 working again | Russ Cox | 14 | -2340/+1844 |