Age | Commit message (Expand) | Author | Files | Lines |
2020-01-13 | acme: factor out tag parsing code | Russ Cox | 3 | -21/+28 |
2020-01-13 | mk: treat X= as empty list in rc shell | Russ Cox | 1 | -6/+12 |
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 | cmd/9pfuse: ignore FMODE_EXEC open flag | Nicola Girardi | 1 | -2/+11 |
2020-01-13 | clock: import from plan 9 | Russ Cox | 1 | -0/+104 |
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 | 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 | 10 | -464/+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 | 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 | 1 | -1/+1 |
2020-01-13 | cmd/venti/srv: split memory allocation call | Neven Sajko | 1 | -2/+2 |
2020-01-12 | all: fix or silence various gcc warnings | Russ Cox | 14 | -14/+17 |
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 700 | -4966/+4647 |
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 | 9term: add a "look" menu item (#299) | Fazlul Shahriar | 3 | -0/+32 |
2020-01-02 | cmd/htmlroff: fix buffer overflow in t2.c getqarg | Neven Sajko | 1 | -1/+1 |
2020-01-02 | ls: check that pointer is not nil before calling qsort | Neven Sajko | 1 | -1/+1 |
2020-01-02 | acme: do not pass null pointers where disallowed | Neven Sajko | 2 | -1/+4 |
2020-01-02 | cmd/rc: fix declarations of some externally linked variables | Neven Sajko | 2 | -3/+2 |
2020-01-02 | cb: fix a null pointer dereference | Neven Sajko | 1 | -3/+3 |
2019-12-19 | sam: report close error | Russ Cox | 3 | -1/+9 |
2019-12-19 | acme: report close failure during Put | Russ Cox | 1 | -2/+6 |
2019-12-10 | ed: formatting tweak (remove redundant tab). (#301) | Marc Simpson | 1 | -1/+1 |
2019-12-08 | page: fix pdf prolog for ghostscript >= 9.27 (#296) | Fazlul Shahriar | 2 | -4/+2 |
2019-12-08 | ed: replace magic number (077776, i.e. 32766) with NBLK-1. (#300) | Marc Simpson | 1 | -1/+1 |
2019-11-14 | page: fix hang for forward-only postscript files | Fazlul Shahriar | 2 | -1/+7 |
2019-10-29 | plumber: add -f (foreground) option (#288) | Jason Felice | 3 | -4/+11 |
2019-10-29 | awk: split record into runes for empty FS (#292) | Fazlul Shahriar | 1 | -4/+9 |
2019-09-19 | hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287) | deepcube | 1 | -2/+2 |
2019-09-19 | upas/nfs: fix null date when message is sent to plumber (#263) | telephil | 1 | -1/+1 |
2019-09-19 | plumber: fix EOF detection on writes to rules file (#257) | Fazlul Shahriar | 1 | -3/+3 |
2019-09-19 | auxstats: replace /proc ACPI calls with /sys ones (#245) | Zach Scott | 1 | -22/+8 |
2019-06-19 | devdraw: cocoa metal screen adds a delayed update (#270) | Xiao-Yong | 1 | -0/+7 |