Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-01-13 | devdraw: multiclient mode | Russ Cox | 3 | -42/+115 |
2020-01-13 | cmapcube: don't crash on initdraw failure | Russ Cox | 1 | -1/+2 |
2020-01-13 | libdraw: connect to devdraw via $wsysid when set | Russ Cox | 3 | -1/+85 |
2020-01-13 | devdraw: more cleanup, clearer locking | Russ Cox | 8 | -313/+329 |
2020-01-13 | devdraw: refactor, clean up mac screen | Russ Cox | 7 | -505/+492 |
2020-01-13 | devdraw: move per-window globals in mac-screen.m into Client | Russ Cox | 3 | -62/+81 |
2020-01-13 | devdraw: move Client into devdraw.h and move global state in | Russ Cox | 11 | -465/+470 |
2020-01-13 | devdraw: use consistent mac-* prefix on macOS files | Russ Cox | 12 | -200/+6 |
2020-01-13 | devdraw: can use libthread directly now on macOS | Russ Cox | 5 | -79/+13 |
2020-01-13 | devdraw: simplify mac file names | Russ Cox | 4 | -98/+5 |
2020-01-13 | devdraw: drop pre-metal macOS support | Russ Cox | 3 | -1688/+5 |
2020-01-13 | devdraw: update drawclient test program to run again | Russ Cox | 2 | -9/+8 |
2020-01-13 | cmd/yacc: correctly detect end of file in gettok | Neven Sajko | 1 | -0/+2 |
2020-01-13 | cmd/yacc: check that arg is safe to pass to <ctype.h> isX functions | Neven Sajko | 1 | -5/+14 |
2020-01-13 | cmd/yacc: check for EOF in string constant in cpyact | Neven Sajko | 1 | -1/+1 |
2020-01-13 | cmd/yacc: do not create an out of bounds pointer | Neven Sajko | 1 | -1/+2 |
2020-01-13 | lib9/fmt: avoid racy access to installed fmt formats | Russ Cox | 4 | -22/+55 |
2020-01-13 | lib9: fix memory leak in dial of regular file (#284) | jvd23 | 1 | -1/+3 |
2020-01-13 | wintext: add tmux support, use in ", "" | Russ Cox | 4 | -20/+19 |
2020-01-13 | fontsrv: allow x11 hinting and disable autohint only (#254) | Xiao-Yong | 1 | -1/+1 |
2020-01-13 | Make venti's doc more accurate | Edouard Klein | 3 | -9/+26 |
2020-01-13 | cmd/venti/srv: split memory allocation call | Neven Sajko | 1 | -2/+2 |
2020-01-12 | libdraw: fix "mk" | Russ Cox | 1 | -2/+1 |
2020-01-12 | libthread: run first thread in proc on system stack | Russ Cox | 4 | -17/+55 |
2020-01-12 | lib9: make a p9frexp function wrapping system frexp | Russ Cox | 3 | -1/+13 |
2020-01-12 | all: fix or silence various gcc warnings | Russ Cox | 17 | -22/+27 |
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 1021 | -6193/+5688 |
2020-01-09 | src: mv ../buildEnvironmentVariables mkhdr | Russ Cox | 3 | -2/+5 |
2020-01-09 | mkfile, mkmk.sh: update for new asm-free getcallerpc | Russ Cox | 2 | -3/+3 |
2020-01-08 | lib9: add getcallerpc.c (fixes build) | Russ Cox | 1 | -0/+13 |
2020-01-08 | libhtml: plug a memory leak in addtext | Neven Sajko | 1 | -0/+3 |
2020-01-08 | libhtml: plug quite a few memory leaks | Neven Sajko | 2 | -4/+13 |
2020-01-08 | mk: plan9 style. | Dan Cross | 1 | -7/+8 |
2020-01-07 | mk: fix out of bounds access | Neven Sajko | 1 | -7/+21 |
2020-01-07 | 9c: Fix case patterns for DragonFly and other BSDs | Martin Kühl | 1 | -2/+2 |
2020-01-07 | lib9, libndb: exclude terminating null from strncpy bound | Neven Sajko | 2 | -2/+2 |
2020-01-07 | lib9: remove getcallerpc implementations | Russ Cox | 9 | -66/+15 |
2020-01-07 | libmach: plug another memory leak | Neven Sajko | 1 | -0/+2 |
2020-01-07 | libmach: plug memory leak | Neven Sajko | 1 | -1/+4 |
2020-01-07 | 9term: add a "look" menu item (#299) | Fazlul Shahriar | 4 | -0/+39 |
2020-01-07 | INSTALL, 9c, 9l: improve handling of *BSD (#302) | Leonid Bobrov | 3 | -39/+27 |
2020-01-07 | all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321) | Neven Sajko | 3 | -36/+22 |
2020-01-06 | acme(1): update man page to note -a trimming trailing spaces on Put | Russ Cox | 1 | -6/+11 |
2020-01-02 | cmd/htmlroff: fix buffer overflow in t2.c getqarg | Neven Sajko | 1 | -1/+1 |