summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
* awk: split record into runes for empty FS (#292)Fazlul Shahriar2019-10-291-4/+9
* hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287)deepcube2019-09-191-2/+2
* upas/nfs: fix null date when message is sent to plumber (#263)telephil2019-09-191-1/+1
* plumber: fix EOF detection on writes to rules file (#257)Fazlul Shahriar2019-09-191-3/+3
* auxstats: replace /proc ACPI calls with /sys ones (#245)Zach Scott2019-09-191-22/+8
* devdraw: cocoa metal screen adds a delayed update (#270)Xiao-Yong2019-06-191-0/+7
* devdraw: handle windowDidResize on macOS (#212)Pocket78782019-06-111-1/+7
* acme: accept expanded URLs in lookRuss Cox2019-06-101-9/+39
* acme: delete trailing spaces during Put in autoindent modeRuss Cox2019-05-171-41/+64
* devdraw: cocoa metal screen updates (#215)Xiao-Yong2019-05-171-63/+27
* acme: do not trim spaces during PutRuss Cox2019-04-191-4/+8
* samterm: stop ignoring all keys >= KcmdPocket78782019-04-051-2/+3
* devdraw: stop redirecting ^H in cocoa-metal (#209)Xiao-Yong2019-04-051-1/+0
* libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar2019-04-052-0/+9
* devdraw: prefer low-power GPU for macOS metal rendering (#231)Chris Schultz2019-04-051-2/+13
* devdraw: avoid deadlock on pre-Mojave macOSRuss Cox2019-04-051-0/+6
* acme: Update tag after receiving menu/nomenu control event (#251)Martin Kühl2019-04-051-0/+2
* devdraw: fix cocoa metal _flushmemscreen for invalid rectangles (#240)Xiao-Yong2019-04-051-0/+4
* devdraw: respond to windowDidBecomeKey on darwin (#239)Jacob Vosmaer2019-04-051-0/+5
* page: handle EPS without showpageRuss Cox2019-02-252-1/+6
* rio: delete ancient Imakefile (use mk instead)Russ Cox2019-02-011-27/+0
* acme: drop trailing spaces during Put of auto-indent windowRuss Cox2019-02-011-3/+38
* libdraw: redo default font construction to be hidpi-safeRuss Cox2018-11-162-4/+0
* file: recognize Mach-O binaries and Java class filesMartin Kühl2018-11-151-0/+3
* file: add missing newlines to file typesMartin Kühl2018-11-151-3/+3