ether7688: fix compiler warnings
kernel: Use _Noreturn for gotolabel(), error(), nexterror() and panic()
zynq: fix unused argument warning in procrestore()
zynq: fix missing return argument for intr()
/lib/ndb/common: add tcp=dot port=853 entry
ndb/dns: give each DoT server Maxtcpdialtm + 500ms to complete request
ndb/dns: log appropriate message when thumbfile is missing, make tcpfree static, timeout constants
ndb/dns: set procname() for tls server
ndb(8): document thumbprint file for DoT
g: search in files with .txt suffix
libc, libthread, ape: mark exit functions as _Noreturn and clean up new warnings
ndb/dns: DoT support
9fs: add iso case for nightly iso box
acmed(8): fix typos
ip/ipconfig: don't add default route for ULA prefix
devip: fix isula()
awk: fix out of bounds write with large fields (thanks kristo)
kernel: remove unused variables from arm trap() handler
diff(1): include merge3 name in diff manpage
diff(1): docuemnt merge3
merge3: make identical changes merge cleanly
kernel: make trap() handlers consistent and check for stack overflow in kenter() for all archs
pc: use JMPF instead of indirect jump for going to syscall()
pc64: no need to CLI in noteret() and forkret()
pc64: set accessed and dirty bits in PTE to avoid write-back
ndb/dnsdebug: fix dnsserver override (thanks moody)
nusb/ptp: transaction IDs are sequences of numbers starting with 0 (thanks unobe)
ip/torrent: only register note handler in one proc
imx8, arm64: fix tbdf argumnt position for intrdisable() (thanks cosa)
vncv: implement autoscaling via -a flag (thanks unobe)
bcm64: fix build caused by added bootargs file in arm64/
devip: no more wandering routes
arm64/qemu: add xhci usb
arm64/qemu: detect VM configuration
ip/ppp: increase echo timeout to 5 periods (25 seconds)
6?, 8?, libc: add JMPF instruction
vncs: bind devswap also for memory(1), this used to be in devcons
nusb/audio: name audio device as audioUxxxx/volumeUxxxx (thanks arne)
mixfs: allow switching between audio devices (/dev/audio*)
ip/ppp: lower echo timeout to 2 periods (10 seconds)
9nfs: fix rfork() race with shared pid variable
cifs: fix rfork() race with shard pid variable
telco: fix rfork() race for pid
ip/ppp: fix race condition with rfork()
ip/ppp: remove -> del
imx8: the mpid should not contain other bits from MPIDR_EL1, only the AFF bits
kernel: fix EDF scheduler double ready() and more robust double-ready detection
kernel: never do sched() in unlock() when not in "Running" state.
kernel: fix typo in sema assert= vs == (thanks moody)
kernel: handle errors in semacquire
kernel: .... aaand devswap :)
kernel: add extra "New" process state to catch invalid state transitions
kernel: forgot portfns.h from last change
kernel: don't sched() for clock interrupt when up->state != Running
kernel: make sure process is in Queueing state in qunlock()
etherseeq: defer enabling controller until attach(), provide shutdown() function
mt7688/uarti8250.c; fixed interrupts
sgi: make newport graphics work in MAME
ip/dhcpd: don't override local address for gateway case
sgi: fix botched conversion to stacks below Proc.
libc: add _callmain to share more initialization code
/sys/lib/acid/kernel: fix proctab()
7l: dont dump constant-pool in the middle of switch/case jump table
?c: fix nodret check
qc: fix crash, nodet not nused/initialized
mk: Various improvements
rc: handle Xeflag in exitnext()
ref: check if object is a commit when needed
git/log: ensure we're starting to log from a commit hash
kernel: add pc field in QLock for debugging
libgeometry: fix typo from previous commit
libgeometry: add matrix minor and cofactor functions
ethervirtio: make multicast work (thanks Arne)
ip/cifsd: dont add pointless logging (already logged when debug is active)
cifsd: clarify SMBv1 is supported, not SMB 2/3.
qlock: keep the caller pc in the qlock for debugging
cc: don't rearrange constant scaling across unsigned casts
?c: allow registerizing .ret (thanks rodri)
libmach: add TBZ and TBNZ instructions for arm64
libc: deduplicate fake cycles() imeplementation to port/
7l: fix constant pool size for imm14 displacement for TBZ/TBNZ
devether: handle bypass case for dmat
date: remove reference to dead -m flag (thanks Thim Cederlund)
devether: make dmatproxy part of devether
aux/wpa: continue trying to connect when forked
ether4330: dmat support
ethermultilink: ignore link-status of primary
ether4330: set link status, omit "status:" line from ifstats for aux/wpa when bypassed
ether4330: ignore join request while bypassed
ether8169: fix rx/tx on more recent realtek models (thanks uramekus)
git/fs: don't unload large objects when inserting into cache
/lib/terry: speak no ill of the dead
git(1): conform NAME to indexing assumptions
6[acl], libmach: add 3-byte opcode encoding support for SSE[34] along with some instructions
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