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.
libsec: no point in checking for "xn--" marker, just call idn2utf().
libc: fix overflow of domain component rune buffer for idn2utf()
ape: add missing idn2utf, utf2idn to lib9
acmed: pass original utf8 subject domain to challengefn, simplify
libsec: decode international domain names in certificat subject, fix overflow botch
acmed: handle international domain names
libsec: handle international domain names in certificate request
acmed(8): ip => auth: missed a reference to the old name
git/pack: check pf->pack for nil before Bterming it
mkplist: add -s option to enable "simple" sort (thanks qwx)
zuke: simplify volume control logic
zuke: reset before tokenize, increase player thread stack
acmed: remove unused define
acmed: move from ip/ to auth/
acmed: reject -t flag when -e is given, dup stderr to stdout of -e cmd
acmed(8): more improvements
rootstub: create /sys/lib/tls/acmed directory
zuke: do not change volume with delta == 0
zuke: support other volume handles, update volume when /dev/audio is opened
/lib/ndb/local: add dnschallenge ndb file for acmed(8) by default
acmed: tokenize domains from subject also with spaces (fixed multidom cert)
acmed: add external command flag -e, improvements, bugs
ndb/dns: implement caa record type in ndb
git/serve: one more silencing of non-interactive prints
git/serve: don't show progress when not interactive
kernel: make growfd(), findfreefd() and newfd2() static
devswap: improve setswapchan()
libsec: fix wrong assert condition (introduced in 775a4bea4386c12067057de0e56dd8baa34f43ec)
acmed(8): fix typos, formatting, and missed name change.
libsec: fix operator precedence bugs (thanks kemal)
libsec: fix bugs in tls extension handling (thanks kemal)
libaml: resolve refs in ObjectType instruction
libaml: implement ObjectType instruction (thanks sigrid)
libaml: implement ToString instruction
devtls: implement "hangup" ctl message
fork(2): document new error behaviour when out of resources