nusb/ether: implement link status for a88179
ip/torrent: allow seeding files from read-only contexts.
ip/torrent: fix webseed when there is only one defined in the torrent file
libndb: do some extra robustness checks around hash files
ndb/mkhash: handle database= reordering, check offset overflow, remove file
git/walk: skip all paths with '.git/' when creating the index
libmach: add HSUBPD decoding for amd64
libmach: add DPPD decoding for amd64
git: utilize time zone info when present and ignore it when it's not
rio(1), rio(4): wctl /srv pipe is dead, mention 'none' attach (thanks unobe)
fshalt: get rid of special nvme hack for disk shutdown
devip: make some symbols static, cleanup
ip/ipconfig: allow "del" verb in addition to "remove"
devip: have findipifc() return rlock'd interface, allow to use "del" instead of "remove" for route and interface operations
cpp: run tests with 'mk test'
devuart: fix wrong opens count in case of uartenable() error
devuart: make sure consuart was enabled before setting serialoq
devuart: handle software flow control (XON/XOFF) in devuart alone
/sys/lib/dist/mkfile: include /386/mbr et al in disk images
devuart: cleanup uart console code
zynq: remove uartconsole() function, already done by devuart internally
zynq: fix print format in emmc driver
diff: make distproto copies tests
ape: libap: do not set objtype in amd64 mkfile
patch: delete files for tests before test run
bcm64, imx8: provide more flexible MPIDR_EL1 CPUID to machno mapping
kernel: fix SEGMAXSIZE macro, force 64-bit result
distproto: include /lib/ucd in releases
nusb/ether: implement link status detection for smsc and lan78xx
nusb/ether: make stats file compatible to stats(8)
stats(8): drop 802.11, consider *ALL* /net/ether*/stats
ircrc: fix pong message (thanks mkf)
bcm, bcm64: handle disk activity led from sdmmc
Add missing sd/mmc controller dependencies to /sys/src/9/port/sd.h
sdhost: remove coherence() for RD() and cleanup
i2cbcm: use core clock rate from vcore instead of hardcoding 250Mhz
pi3: implement sdhost controller driver so we can use wifi always
ether4330: annex sdM for emmc (changed order)
pi3, pi4: change the order of emmc and sdhc for ether4330
plan9.ini(8): document $wpaopts
arm64: remove hz/mhz from conf, not needed.
9/boot/net.rc: allow setting additional flags to aux/wpa with $wpaopts in plan9.ini
devsd, sdmmc, ether4330: improve infrastructure for sdio
ndb/dns: fix memory leak in dnzone()
ndb/dns: add -L flag for local-recursive server
ndb/dns: better handling of extended response code
ndb/dns: make sure theres only a single Topt option in getednsopt().
ndb/dns: implement EDNS(0) extension (rfc6891)
git/branch: avoid null list errors
arm64: mem.c doesnt need sysreg.h
bcm64: dont need sysreg.h in mem.c
bcm64: use generic 9/arm64/mmu.c
imx8: share generic arm64 mmu.c
bcm64: use generic 9/arm64/* files
imx8: use generic 9/arm64/sysreg.h
imx8: use generic 9/arm64/^(init9.s rebootcode.s)
imx8: use generic 9/arm64/cache.v8.s
imx8: use generic 9/arm64/trap.c
imx8: use generic 9/arm64/sysreg.c
imx8: use generic 9/arm64/fpu.c
ndb/dns: remove leftover #pragma varargck argpos dnsdebug 1
ip/snoopy: fix missing break rrfmt() in (tho, harmless as of rrsupported() check)
ether(3): document "bypass" ctl message.
listen(8): remove tcp53 reference, remove !tcp53 template
ndb/dns: built-in tcp server, remove cruft, refactor
git/branch: prevent deleting current branch, skip dirty check for deleting branches
git(1): document 'git/diff -u'
git/diff: make '-u' flag imply '-s'
ip/snoopy: sync with ndb/dns
ndb/dns: refresh the cached dnsserver domain ndb entries in db2cache()
ndb/dns: embedd name string into DN struct
ndb/dns: implement concurrent garbage collection
games/md: ignore invalid writes (makes cave story work)
git/*: reduce object cache size
7l: avoid hitting old 7c bug with 64-bit constant propagation
file: recognize MOD files (thanks umbraticus)
file: use xiph mimetypes to clearly differentiate ogg/vorbis from ogg/opus et al (thanks sigrid)
troff: embiggen troff character size limit to support huge fonts
file: recognize and differentiate opus
ndb/dns: avoid blocking 9p on refresh, use shorter 15second query timeout, cleanup
walk: handle removed files correctly
git/walk: filter out files from within the .git repo
git/walk, git/save: be less restrictive about permission matching
git/add: don't include paths in the .git directory
6c: fix wrong signed type conversion from char/short -> float/double
git/query: allow arbitrary length queries
devsd, sd*: use seprint() style start/end pointer for rctl() function
git/query: check for nil return from seprint
idn: fix crash with long domain names
cpurc, termrc, bootrc: organize default device binds
bcm, bcm64: Add bitbang i2cgpio driver
nusb/kb: fix Glorious Model O mouse
grabrfc: update fetching
/lib/theo: You get to adapt to what we produce.
devpipe: remove bogus "wstat on closed pipe" note