summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rio: check the return value of malloc(3)Tom Schwindl2022-09-123-0/+14
* fix double free bug, simplify error handling, reduce X11 callsMvA2022-09-111-63/+58
* fix double free bug, simplify error handling, reduce X11 calls, improve styleMvA2022-09-111-100/+74
* fix indentationDerek Stevens2022-09-071-1/+1
* acme/wind.c: redraw window body with bg color if too small for a single line;...Derek Stevens2022-09-071-0/+1
* factotum: fix log read inuse bugTw2022-09-073-0/+3
* acme: accept paths with spaces in the 'name' ctl messageIgor Burago2022-09-071-1/+1
* plumber: allow underscores in variable names in plumbing rulesIgor Burago2022-09-071-10/+19
* plumber: set match variables past the first non-matching subexpressionIgor Burago2022-09-071-6/+6
* web: fix plumbing with Firefoxmmnmnnmnmm2022-09-061-1/+1
* plumber: fail on buffer exhaustion or runaway quotes in string expansionIgor Burago2022-09-061-11/+25
* src/cmd: print all usage messages to stderrTom Schwindl2022-09-062-2/+2
* add macedit to moveplan9.filesmmnmnnmnmm2022-08-181-0/+1
* 9l: without arguments, exit instead of failing to link nothingmmnmnnmnmm2022-08-181-0/+2
* Modernise terminology (#573)mmnmnnmnmm2022-08-181-2/+2
* troff: support `\~` as an alias for `\ ` (#567)g-branden-robinson2022-08-121-0/+2
* Fix fonts (#463)Lincerely2022-07-272-0/+2
* Fixed a use after free in rio.Karsten Pedersen2022-07-271-1/+2
* upas: don't hardcode path for rc(1)Sören Tempel2022-07-272-1/+4
* sam: use get9root instead of duplicating the logicSören Tempel2022-07-271-3/+1
* lib9: pass $PLAN9_TARGET via CPP for get9root fallback valueSören Tempel2022-07-273-3/+5
* INSTALL: Always set PLAN9_TARGET environment variableSören Tempel2022-07-272-2/+4
* Added a paren to fix a warning in u.hcamsn0w2022-07-261-1/+1
* factotum: plug a memory leak in apoplufia2022-07-261-0/+1
* fontsrv: always compute new height and ascent for the font fileXiao-Yong Jin2022-07-261-9/+14
* devdraw/x11: fix modifier key handling for some XkbOptionsXiao-Yong Jin2022-07-261-12/+31
* Bail out if convW2M(...) indicates failure.Igor Böhm2022-07-261-1/+2
* libdraw: fix out-of-bounds access to local buffer in event.c:startrpc()Igor Böhm2022-07-261-1/+1
* fossil: fix EOF detection when reading 9P messageFazlul Shahriar2022-07-261-3/+2
* deroff: fix out-of-bounds access if runes above 0X80 are inside EQ clausesmmnmnnmnmm2022-07-261-1/+1
* trim button & modbutton imagesAndriy Symonovych2022-07-261-3/+1
* make sure border has correct heightAndriy Symonovych2022-07-261-1/+1
* src/cmd/fontsrv: pad subfile names to support correct file lengthKyle Nusbaum2022-07-261-4/+4
* acme: Don't move the mouse if button depressedBen Huntsman2022-07-261-1/+4
* rc: remove dead code.Ori Bernstein2022-05-111-2/+0
* man/man3/stat.3: Update man page to match include/libc.h. Resolves Issue #530Ben Huntsman2022-05-111-2/+2
* INSTALL: build arm64 binaries on arm64 MacsRuss Cox2022-01-241-1/+9
* src/cmd/acme: provide info on presense or absence of undo history (#528)Roger Peppe2021-10-193-5/+8
* cmd/auxstats: improve network device name matcher in LinuxNicola Girardi2021-10-181-1/+3
* cmd/auxstats: improve wireless interface name matcher in LinuxNic2021-10-171-1/+4
* mk: provide a mechanism to default to `rc`Dan Cross2021-10-051-0/+2
* sam: fix spurious overwrite messageRuss Cox2021-09-301-1/+1
* acme: fix extra print argsRuss Cox2021-09-281-2/+2
* lib9p: Fix compile errorAlexander Kapshuk2021-09-011-1/+0
* lib9p: Remove postmountsrv (#505)Ben Huntsman2021-08-307-127/+3
* .gitignore: Ignore some more things that get created during compile.Ben Huntsman2021-08-301-0/+20
* 9term: Skip unnecessary ioctl call on AIX.Ben Huntsman2021-08-302-1/+2
* libdraw: Fix GUI programs on AIX (#398)Ben Huntsman2021-08-301-0/+4
* bin/9c, bin/9l: Re-enable optimization on AIX.Ben Huntsman2021-08-302-3/+3
* libthread: use setpgid instead of setpgrpAnthony Sorace2021-04-221-1/+1