summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mntgen: import mntgen(4) from Plan 9fgergo2024-01-091-0/+256
* ramfs: update to workfgergo2023-12-301-5/+4
* page: fix viewing of graphicsRuss Cox2023-09-131-2/+4
* acme: have Dump save both low and high DPI fontnamesmatheuristic2023-09-051-4/+13
* libframe: Match the color of tickjapanoise2023-08-231-1/+1
* libdraw: fix subfont scalingmatheuristic2023-08-211-1/+1
* libregexp: allow up to 127 captured subexpressions in one regexpIgor Burago2023-03-311-1/+1
* plumber: increase NMATCHSUBEXP up to 100Igor Burago2023-03-311-1/+1
* plumber: use strtoul to parse subexpression match variable substitutionsIgor Burago2023-03-301-24/+9
* plumber: increase NMATCHSUBEXP up to libregexp's NSUBEXPIgor Burago2023-03-301-1/+1
* plumber: allow multi-digit subexpression match variable substitutionsIgor Burago2023-03-301-2/+23
* plumber: parametrize the number of stored match pattern subexpressionsIgor Burago2023-03-302-9/+15
* devdraw: Fix mouse wheel scrolling in 1-tick increments on macOSzakkor2023-03-291-3/+3
* acme: allow larger paste amountsRuss Cox2023-01-061-1/+1
* page: scale ppi on high-res displaysRuss Cox2023-01-061-8/+8
* 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
* 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
* troff: support `\~` as an alias for `\ ` (#567)g-branden-robinson2022-08-121-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
* 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
* src/cmd/acme: provide info on presense or absence of undo history (#528)Roger Peppe2021-10-192-2/+4
* 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