aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-12all: fix or silence various gcc warningsRuss Cox17-22/+27
2020-01-10Trivial changes: whitespace and modes.Dan Cross1021-6193/+5688
2020-01-09src: mv ../buildEnvironmentVariables mkhdrRuss Cox3-2/+5
2020-01-09mkfile, mkmk.sh: update for new asm-free getcallerpcRuss Cox2-3/+3
2020-01-08lib9: add getcallerpc.c (fixes build)Russ Cox1-0/+13
2020-01-08libhtml: plug a memory leak in addtextNeven Sajko1-0/+3
2020-01-08libhtml: plug quite a few memory leaksNeven Sajko2-4/+13
2020-01-08mk: plan9 style.Dan Cross1-7/+8
2020-01-07mk: fix out of bounds accessNeven Sajko1-7/+21
2020-01-079c: Fix case patterns for DragonFly and other BSDsMartin Kühl1-2/+2
2020-01-07lib9, libndb: exclude terminating null from strncpy boundNeven Sajko2-2/+2
2020-01-07lib9: remove getcallerpc implementationsRuss Cox9-66/+15
2020-01-07libmach: plug another memory leakNeven Sajko1-0/+2
2020-01-07libmach: plug memory leakNeven Sajko1-1/+4
2020-01-079term: add a "look" menu item (#299)Fazlul Shahriar4-0/+39
2020-01-07INSTALL, 9c, 9l: improve handling of *BSD (#302)Leonid Bobrov3-39/+27
2020-01-07all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321)Neven Sajko3-36/+22
2020-01-06acme(1): update man page to note -a trimming trailing spaces on PutRuss Cox1-6/+11
2020-01-02cmd/htmlroff: fix buffer overflow in t2.c getqargNeven Sajko1-1/+1
2020-01-02ls: check that pointer is not nil before calling qsortNeven Sajko1-1/+1
2020-01-02acme: do not pass null pointers where disallowedNeven Sajko2-1/+4
2020-01-02cmd/rc: fix declarations of some externally linked variablesNeven Sajko2-3/+2
2020-01-02cb: fix a null pointer dereferenceNeven Sajko1-3/+3
2019-12-19sam: report close errorRuss Cox3-1/+9
2019-12-19acme: report close failure during PutRuss Cox1-2/+6
2019-12-19libbio: report Bflush/close error from BtermRuss Cox1-3/+5
2019-12-10ed: formatting tweak (remove redundant tab). (#301)Marc Simpson1-1/+1
2019-12-08page: fix pdf prolog for ghostscript >= 9.27 (#296)Fazlul Shahriar2-4/+2
2019-12-08ed: replace magic number (077776, i.e. 32766) with NBLK-1. (#300)Marc Simpson1-1/+1
2019-11-14page: fix hang for forward-only postscript filesFazlul Shahriar2-1/+7
2019-11-119c, 9l: use $TMPDIR if available (#272)Jason Felice2-2/+2
2019-10-29plumber: add -f (foreground) option (#288)Jason Felice4-5/+19
2019-10-29awk: split record into runes for empty FS (#292)Fazlul Shahriar1-4/+9
2019-09-19Teach 9l about FreeBSD ≥ 12; address issue #247. (#249)Francis Conti1-1/+1
2019-09-199l: support Linux version 5.0+ (#274)Günther Noack1-1/+1
2019-09-19hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287)deepcube1-2/+2
2019-09-19upas/nfs: fix null date when message is sent to plumber (#263)telephil1-1/+1
2019-09-19plumber: fix EOF detection on writes to rules file (#257)Fazlul Shahriar1-3/+3
2019-09-19auxstats: replace /proc ACPI calls with /sys ones (#245)Zach Scott1-22/+8
2019-06-19devdraw: cocoa metal screen adds a delayed update (#270)Xiao-Yong1-0/+7
2019-06-11devdraw: handle windowDidResize on macOS (#212)Pocket78781-1/+7
2019-06-10acme: accept expanded URLs in lookRuss Cox1-9/+39
2019-05-17acme: delete trailing spaces during Put in autoindent modeRuss Cox1-41/+64
2019-05-17devdraw: cocoa metal screen updates (#215)Xiao-Yong2-63/+31
2019-04-19acme: do not trim spaces during PutRuss Cox1-4/+8
2019-04-05samterm: stop ignoring all keys >= KcmdPocket78781-2/+3
2019-04-05devdraw: stop redirecting ^H in cocoa-metal (#209)Xiao-Yong1-1/+0
2019-04-05man/memdraw.3: fix typoNoah Evans1-1/+1
2019-04-05libdraw,devdraw: fix compatibility with old 16x16 cursor protocol (#217)Fazlul Shahriar4-1/+33
2019-04-05devdraw: prefer low-power GPU for macOS metal rendering (#231)Chris Schultz1-2/+13