git: fix typo in git/log output
rc: only have single instance of a symbol, extern in header (thanks mcf)
rc: simplify Makefile, use yacc default rule (thanks k0ga)
ape: export mktemp() in <stdlib.h> when _BSD_SOURCE is set
ape: allow exporting rc functions in environ[]
rc: make it portable (for UNIX)
rc: Xerror is not a instruction, remove from pfnc
git: size cache in bytes, not objects
rc: add Xhereq instruction to trace
rc: rstr() shouldnt skip trailing NUL bytes (thanks ori)
remove ssl from zynq and remaining kernel configurations
rc: fix here document handling with quoted end-marker (thanks sigrid)
/rc/lib/rcmain: remove useless exit $staus at the end
rc: add err != nil check for early exit
0intro(1), acme(1), con(1), rcpu(1), rio(1), namespace(4), authsrv(6), aan(8): cpu -> rcpu
ftpfs(4): import -> rimport
consolefs(4): import -> rimport
listen(8): get rid of old ports
listen(8): remove old cpu, exportfs and rexec listeners
acme(1): fix reference to 9front default acme font
git: revert c947bf808 -- it triggers a bug.
git: fetch all branches by default.
rio: allow spaces in working directory path (-cd) when creating a new window via wctl
git(1): fix quotes in git/conf example
delete import, oexportfs src
devssl, cpu, import, oexportfs: delete
vga/igfx: add missing pci did's for hwblank for known mobile models
acmed(8), rsa(8): add role=client attribute to rsa keys
troff: we are not htmlroff
git: improve pack cache heuristics
netaudio: fix auth check, can have multiple auth servers!
netaudit: check for sys= attribute to be free of periods
netaudit, ndb(6): the dom= attribute in ndb should be specified without the trailing period
kernel: add extra negative and power-of-two check to pcibarsize()
aux/vga: use vlong for pci bar size
kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB
aescbc: flush before exit and report an error (if any)
/rc/bin/rc-httpd/{rc-httpd, handlers/error}: do some minimal sanitization on $SERVER_NAME before handing it off to select-handler. this prevents malformed Host: headers from retrieving arbitrary files from the file system. (thanks, Lightning)
prep(8): fix typos, wording, and formating
vgadb: add 3rd gen intel hd graphics did (thanks mora)
rsa(8): fix spelling and adjust macros to fix formating
audiohda: add support for intel cannon point-lp (t490s)
snap(4): remove non-existent -s from snapfs
6c: extern registers must be considered used on return
nusbrc(8): fix typo in BUGS section
mklatin: fix compose sequences starting with a space char (␣ and ı)
keyboard: add ∵ (because) and ∷ (proportion)
keyboard: ++ = ⧺
keyboard: complete double-struck capital set; change SS → Ss for §
kbdfs: allow X and x to be used not just for hex composition
igfx: add x1 carbon 3rd gen (broadwell)
devtls: reject zero length records (thanks sigrid)
diff: revert last change, this breaks git/diff
devtls: reject zero length records (thanks sigrid)
git(1): fix git/add -r spacing and wording in BUGS section
kernel/rdb: need to reenable polling mode on the uart, remove cruft
bcm64: parse the emmc2bus/dma-ranges device-tree property and provide *emmc2bus kernel parameter
bcm64/sdhc: add *emmc2bus kernel parameter to set dma dram bus address
bcm/emmc: remove unused cardr wakeup(), use MACHP(0) as tick reference
sdmmc: do card init in a background process after the first try
acme: fix leaking memory allocated by getenv("font")
diff: fix -u when comparing identical files
git(1): fix typo in git/push section
leak(1): document how to generate pool.$objtype.acid
audiohda: add support for intel comet lake-s, fix typo
acme: fix plumb message leaks (thanks igor)
git/revert: fix empty invocation
/lib/theo: We don't need to make statements people perceive as promises.
mainly just spelling and typos
snoopy: dns: add caa record type, fix rrtypestr()
ndb/dns: use decimal encoding for txt rr string escapes
snoopy: adjust for new dns txt rr format
ndb/dns: handle txt rr strings as binary, remove nullrr ndb code
libndb: move mkptrname() into libndb to avoid duplication
zuke: fix search function ignoring matching artist name
venti(8): change documented behavior to match actual
man grep args spacing diff
rc-httpd(8): document how to use HTTP basic authentication
rc-httpd: fold two sed calls into one when computing location
ndb/dnsquery: make ! bang work with reverse lookups, document in ndb(8)
man g filetypes diff
ndb/dns: use correct attribute when serializing caa record in ndb format
ndb/dnsdebug: dont duplicate rrfmt()
ndb/dns: fix ndb serialization of RR*
/sys/doc/troff.ms: give correct path for -m flag (thanks kyle)
tinc: fix typo in unknown host error message
libtags: no tags is still fine if format is known
libc: idn2utf()/utf2idn(): check for < 1 buffer, can't insert terminating NUL.