summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib9p: Remove postmountsrv (#505)Ben Huntsman2021-08-303-113/+0
* 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
* libthread: use setpgid instead of setpgrpAnthony Sorace2021-04-221-1/+1
* fspread: fix buffer overflowGünther Noack2021-04-051-4/+9
* all: update for new MIT licenseRuss Cox2021-03-236-78/+22
* mk: fix for Unix buildRuss Cox2021-03-231-2/+2
* acme: fix double-free in acmeerrorprocRuss Cox2021-03-231-4/+2
* 9pfuse: support MacFUSE >=4Connor Taffe2021-01-311-1/+30
* 9p: parse lines in rdwr commandDavid Arroyo2021-01-311-5/+9
* htmlroff: fix array boundsXiao-Yong Jin2021-01-291-2/+2
* eqn: enlarge errbuf to account for large tokensXiao-Yong Jin2021-01-292-2/+2
* xd: fix swizz8 loop countingXiao-Yong Jin2021-01-291-1/+1
* libhtml: fix array bounds in lexXiao-Yong Jin2021-01-291-1/+1
* libthread: call setpgrp in programs that will backgroundRuss Cox2021-01-141-0/+7
* sam: avoid out-of-bounds read in rtermRuss Cox2021-01-141-2/+2
* sam: remove backward ?:Russ Cox2021-01-141-1/+1
* rc: do not exit on EINTR from readRuss Cox2021-01-141-1/+10
* lib9: reject postnote with special pidsRuss Cox2021-01-141-0/+5
* auxstats: do not postnote 0Russ Cox2021-01-141-1/+2
* acme, sam, samterm: remove weird switch usageRuss Cox2021-01-054-6/+10
* sam: rm dregsRuss Cox2021-01-054-293/+0
* stats: add threadmaybackgroundRuss Cox2021-01-055-40/+49
* acme: allow @ in file namesRuss Cox2020-12-301-1/+1
* 9term: add threadmaybackgroundRuss Cox2020-12-301-0/+6
* libthread: drop schedlockRuss Cox2020-12-302-2/+1
* tcolors: add threadmaybackgroundRuss Cox2020-12-301-0/+6
* 9a: remove a few mentionsRuss Cox2020-12-301-1/+1
* all: remove $OBJTYPE from buildRuss Cox2020-12-3036-1201/+25
* 9term: use openpty on NetBSDNicola Girardi2020-12-301-0/+16
* devdraw: add /usr/X11R7 for NetBSDRuss Cox2020-12-301-0/+2
* libthread: simplifyRuss Cox2020-12-3021-1469/+11
* libthread: make pthreadperthread the defaultRuss Cox2020-12-301-1/+1
* libthread: fix pthreadperthread bugsRuss Cox2020-12-302-107/+187
* libthread: add threadmaybackgroundRuss Cox2020-12-3017-7/+93
* libthread: delete NetBSD special caseRuss Cox2020-12-304-465/+4
* libthread: fix use after free of first thread in each procRuss Cox2020-12-151-1/+9
* time: print 1s of millisecondsRuss Cox2020-12-151-3/+3
* all: a few more #define tricks for AIXRuss Cox2020-08-152-0/+36
* fontsrv: fix handling of colored glyphs (emoji)Russ Cox2020-08-151-5/+17
* touch: fix for OpenBSD.James Cook2020-08-081-1/+1
* devdraw, libdraw: fix memory leaks by freeing getns() malloced string (#431)Igor Böhm2020-07-222-4/+11