aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-01-13lib9: do not fetch disk size for character devicesRuss Cox1-1/+1
2020-01-13mk: treat X= as empty list in rc shellRuss Cox1-6/+12
2020-01-13acme: fix crash in X |cat with multiple windowsRuss Cox1-5/+24
2020-01-13vac, unvac: allow 128MB cache size, up from 4MBRuss Cox2-2/+2
2020-01-139pfuse: do not fswalk("..")Russ Cox1-12/+5
2020-01-13libthread: fix nbrecvul, recvul to match man page, Plan 9Russ Cox1-2/+2
2020-01-13cmd/9pfuse: ignore FMODE_EXEC open flagNicola Girardi1-2/+11
2020-01-13clock: import from plan 9Russ Cox1-0/+104
2020-01-13lib9: rm unused _p9translate.cRuss Cox1-46/+0
2020-01-13devdraw: AUTOFRAMEWORK CoreFoundation on macOSRuss Cox1-0/+1
2020-01-13devdraw: x11 working againRuss Cox14-2340/+1844
2020-01-13devdraw: multiclient modeRuss Cox3-42/+115
2020-01-13cmapcube: don't crash on initdraw failureRuss Cox1-1/+2
2020-01-13libdraw: connect to devdraw via $wsysid when setRuss Cox2-1/+79
2020-01-13devdraw: more cleanup, clearer lockingRuss Cox8-313/+329
2020-01-13devdraw: refactor, clean up mac screenRuss Cox7-505/+492
2020-01-13devdraw: move per-window globals in mac-screen.m into ClientRuss Cox3-62/+81
2020-01-13devdraw: move Client into devdraw.h and move global state inRuss Cox10-464/+470
2020-01-13devdraw: use consistent mac-* prefix on macOS filesRuss Cox12-200/+6
2020-01-13devdraw: can use libthread directly now on macOSRuss Cox5-79/+13
2020-01-13devdraw: simplify mac file namesRuss Cox4-98/+5
2020-01-13devdraw: drop pre-metal macOS supportRuss Cox3-1688/+5
2020-01-13devdraw: update drawclient test program to run againRuss Cox2-9/+8
2020-01-13cmd/yacc: correctly detect end of file in gettokNeven Sajko1-0/+2
2020-01-13cmd/yacc: check that arg is safe to pass to <ctype.h> isX functionsNeven Sajko1-5/+14
2020-01-13cmd/yacc: check for EOF in string constant in cpyactNeven Sajko1-1/+1
2020-01-13cmd/yacc: do not create an out of bounds pointerNeven Sajko1-1/+2
2020-01-13lib9/fmt: avoid racy access to installed fmt formatsRuss Cox4-22/+55
2020-01-13lib9: fix memory leak in dial of regular file (#284)jvd231-1/+3
2020-01-13fontsrv: allow x11 hinting and disable autohint only (#254)Xiao-Yong1-1/+1
2020-01-13Make venti's doc more accurateEdouard Klein1-1/+1
2020-01-13cmd/venti/srv: split memory allocation callNeven Sajko1-2/+2
2020-01-12libdraw: fix "mk"Russ Cox1-2/+1
2020-01-12libthread: run first thread in proc on system stackRuss Cox3-17/+47
2020-01-12lib9: make a p9frexp function wrapping system frexpRuss Cox2-0/+10
2020-01-12all: fix or silence various gcc warningsRuss Cox16-22/+23
2020-01-10Trivial changes: whitespace and modes.Dan Cross1021-6193/+5688
2020-01-09src: mv ../buildEnvironmentVariables mkhdrRuss Cox2-1/+23
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-07lib9, libndb: exclude terminating null from strncpy boundNeven Sajko2-2/+2
2020-01-07lib9: remove getcallerpc implementationsRuss Cox8-55/+1
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 Shahriar3-0/+32
2020-01-07all: sync and dedup the creation of the SYSNAME and OBJTYPE env vars (#321)Neven Sajko1-19/+1