ext4srv: generate a uuid when doing mkfs; don't journal ext2
nusbrc: ignore ITE RGB LED Controller
games/gba: add rtc GPIO implementation
ext4srv: ext4_recover: fix a deadlock on filesystems without a journal
zuke: add "composer" tag support (column hidden by default)
libtags/m4a: "gnre" is non-standard id3v1 style (non-text) - check before reading the value
libtags: add Tcomposer and Tcomment
libtags/wav: respect buffer size when reading tag value
libtags/wav: process unknown tags as well
audio/readtags: print Tunknown tags
libtags/wav: don't stop on data (tags may follow after); don't stop after 8 sections either
git/serve: provide better errors
git/get: move ERR handling into protocol code
ext4srv: ext4_crc32c: use u32int macro
ext4srv: fix meta csum producing garbage
ext4srv: fix dir/idx case when creating new dirs; update mtime on writes; close dirs after create
ext4srv: dir/index: disable htree csum checks for now (lwext4 broken); fix a few bugs
ext4srv: update inode change time on wstat
ext4srv: fix/simplify ext4_bmap_bits_free
ext4srv: fix a missed size decrement; fix 32-bit int crc32 on big endian
ext4srv: faster crc32c
fshalt: halt ext4srv as well
ext4srv: clean up and fix a couple bugs
audio/mixfs: fix volume proxying; ignore audioctl and audiostat - not device names
ext4srv: disallow fwrite/ftruncate on files not open for writing
replace ext2srv with ext4srv
tapefs/^(v6fs 32vfs): fix read errors (thanks Lyssa)
cal(1): remove redundant statement
/sys/src/cmd/?i: correct memory access
disk/qcow2: fix crash with misaligned sectors
vdiff: add ability to collapse file diffs
plan9.ini(8): document $sysname override
libc: remove dead code from main9p.s
/rc/bin/9fs: case 9front: move extra to plan9.stanleylieber.com
/lib/theo: there is another possibility is everyone is out to get you.
vdiff: correctly strip more than one prefix
vdiff: add support for stripping path elements when plumbing
ndb/dns: fix dnsservers() function
Mail: add 'Mark +s' to default tag
Mail: show cc list in message view
mt7688/uart: fix compiler warnings
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
9fs: add iso case for nightly iso box
ip/ipconfig: don't add default route for ULA prefix
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
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()
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