summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* devdraw: correctly hide Mac menu bar (#335)Xiao-Yong2020-01-131-9/+9
* acme: fix buffer overflow introduced in parsetag refactorRuss Cox2020-01-133-8/+8
* 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
* mk: treat X= as empty list in rc shellRuss Cox2020-01-131-6/+12
* 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
* cmd/9pfuse: ignore FMODE_EXEC open flagNicola Girardi2020-01-131-2/+11
* clock: import from plan 9Russ Cox2020-01-131-0/+104
* 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
* devdraw: more cleanup, clearer lockingRuss Cox2020-01-138-313/+329
* devdraw: refactor, clean up mac screenRuss Cox2020-01-137-505/+492
* devdraw: move per-window globals in mac-screen.m into ClientRuss Cox2020-01-133-62/+81
* devdraw: move Client into devdraw.h and move global state inRuss Cox2020-01-1310-464/+470
* devdraw: use consistent mac-* prefix on macOS filesRuss Cox2020-01-1312-200/+6
* devdraw: can use libthread directly now on macOSRuss Cox2020-01-135-79/+13
* devdraw: simplify mac file namesRuss Cox2020-01-134-98/+5
* devdraw: drop pre-metal macOS supportRuss Cox2020-01-133-1688/+5
* devdraw: update drawclient test program to run againRuss Cox2020-01-132-9/+8
* cmd/yacc: correctly detect end of file in gettokNeven Sajko2020-01-131-0/+2
* cmd/yacc: check that arg is safe to pass to <ctype.h> isX functionsNeven Sajko2020-01-131-5/+14
* cmd/yacc: check for EOF in string constant in cpyactNeven Sajko2020-01-131-1/+1
* cmd/yacc: do not create an out of bounds pointerNeven Sajko2020-01-131-1/+2
* fontsrv: allow x11 hinting and disable autohint only (#254)Xiao-Yong2020-01-131-1/+1
* Make venti's doc more accurateEdouard Klein2020-01-131-1/+1
* cmd/venti/srv: split memory allocation callNeven Sajko2020-01-131-2/+2
* all: fix or silence various gcc warningsRuss Cox2020-01-1214-14/+17
* Trivial changes: whitespace and modes.Dan Cross2020-01-10700-4966/+4647
* mk: plan9 style.Dan Cross2020-01-081-7/+8
* mk: fix out of bounds accessNeven Sajko2020-01-071-7/+21
* 9term: add a "look" menu item (#299)Fazlul Shahriar2020-01-073-0/+32
* cmd/htmlroff: fix buffer overflow in t2.c getqargNeven Sajko2020-01-021-1/+1
* ls: check that pointer is not nil before calling qsortNeven Sajko2020-01-021-1/+1
* acme: do not pass null pointers where disallowedNeven Sajko2020-01-022-1/+4
* cmd/rc: fix declarations of some externally linked variablesNeven Sajko2020-01-022-3/+2
* cb: fix a null pointer dereferenceNeven Sajko2020-01-021-3/+3
* sam: report close errorRuss Cox2019-12-193-1/+9
* acme: report close failure during PutRuss Cox2019-12-191-2/+6
* ed: formatting tweak (remove redundant tab). (#301)Marc Simpson2019-12-101-1/+1
* page: fix pdf prolog for ghostscript >= 9.27 (#296)Fazlul Shahriar2019-12-082-4/+2
* ed: replace magic number (077776, i.e. 32766) with NBLK-1. (#300)Marc Simpson2019-12-081-1/+1
* page: fix hang for forward-only postscript filesFazlul Shahriar2019-11-142-1/+7
* plumber: add -f (foreground) option (#288)Jason Felice2019-10-293-4/+11