summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-1311-465/+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
* lib9/fmt: avoid racy access to installed fmt formatsRuss Cox2020-01-134-22/+55
* lib9: fix memory leak in dial of regular file (#284)jvd232020-01-131-1/+3
* wintext: add tmux support, use in ", ""Russ Cox2020-01-134-20/+19
* fontsrv: allow x11 hinting and disable autohint only (#254)Xiao-Yong2020-01-131-1/+1
* Make venti's doc more accurateEdouard Klein2020-01-133-9/+26
* cmd/venti/srv: split memory allocation callNeven Sajko2020-01-131-2/+2
* libdraw: fix "mk"Russ Cox2020-01-121-2/+1
* libthread: run first thread in proc on system stackRuss Cox2020-01-124-17/+55
* lib9: make a p9frexp function wrapping system frexpRuss Cox2020-01-123-1/+13
* all: fix or silence various gcc warningsRuss Cox2020-01-1217-22/+27
* Trivial changes: whitespace and modes.Dan Cross2020-01-101021-6193/+5688
* src: mv ../buildEnvironmentVariables mkhdrRuss Cox2020-01-093-2/+5
* mkfile, mkmk.sh: update for new asm-free getcallerpcRuss Cox2020-01-092-3/+3
* lib9: add getcallerpc.c (fixes build)Russ Cox2020-01-081-0/+13
* libhtml: plug a memory leak in addtextNeven Sajko2020-01-081-0/+3
* libhtml: plug quite a few memory leaksNeven Sajko2020-01-082-4/+13
* mk: plan9 style.Dan Cross2020-01-081-7/+8
* mk: fix out of bounds accessNeven Sajko2020-01-071-7/+21
* 9c: Fix case patterns for DragonFly and other BSDsMartin Kühl2020-01-071-2/+2
* lib9, libndb: exclude terminating null from strncpy boundNeven Sajko2020-01-072-2/+2
* lib9: remove getcallerpc implementationsRuss Cox2020-01-079-66/+15
* libmach: plug another memory leakNeven Sajko2020-01-071-0/+2
* libmach: plug memory leakNeven Sajko2020-01-071-1/+4
* 9term: add a "look" menu item (#299)Fazlul Shahriar2020-01-074-0/+39
* INSTALL, 9c, 9l: improve handling of *BSD (#302)Leonid Bobrov2020-01-073-39/+27
* all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321)Neven Sajko2020-01-073-36/+22
* acme(1): update man page to note -a trimming trailing spaces on PutRuss Cox2020-01-061-6/+11
* 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
* libbio: report Bflush/close error from BtermRuss Cox2019-12-191-3/+5
* 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