riow(1): mention having to put the rc pipeline into its own script
tmdate(2): fix two little typos in the examples
ipconfig(8): document loopback and null media
ip/ipconfig: add "null" verb to bind nullmedium
devip: make "null" medium bindable
devip: increase MTU to 64k for loopback medium
power64: refactor va_arg in u.h to fix warnings
vdiff: fix scrolling and mouse button handling.
flambe: pass correct name to initdraw()
flambe: flame graphs for prof(1) data
prof: increase precision of measurements
vcrop - graphical image cropping tool
libc: compress directly recursive functions while profiling
libc: increase default allocation for profiling
limbach: remove unused 9c subdirectory
libmach: clean up power64 tests
9c: copy warning from other compilers regarding pointer -> int truncation
9a: mkfile was pointing to wrong header
libc/libap: update power64 entrypoints to new _callmain standard
9c/9l: do not have the linker rewrite OSUB to negative OADD
9l: do consize check for SB relative as well
9c: avoid generating immediates that make the linker use REGTMP
9c/9l/libmach: handle 64 bit constants
9l: add -H6 for elf targeting kexec
libmach: power64 vector mov and cleanup
9c: mind which CMP is used when handling constants
9c: allow switches on 64bit values
9a, 9c, 9l: import from 9legacy
libmach: remove unused 6c subdirectory
ip/torrent: support compact peers6 list
ip/torrent: fix wrong interval check
inst: remove net install support
ext4srv: reduce the number of options, align more with existing filesystems
libc: correct dst transition times
usbtree(8): document usbtree
nusb(4): document usbhubctl command format for PPPS
tcp: remove "MaxSegment" MIB stat, add InLimbo stat
/sys/lib/dist/ndb/common: remove old random auth domains
tcp: fix limbo entry leaks from hell
pc: fix link order, libc.a *after* libsec.a (for rand())
rio: fix memory leak with closed kbdtap (thanks aap)
stats: use a high water mark for maximum on graphs
/sys/lib/dist/ndb: update root servers and add script to keep them updated
rudp: better newgen() function, avoiding the lock
devsdp: fix randomization of dial and acceptid
rudp: fix start generation randomization and cleanup
snoopy: teach gre about ethernet and ip6 payloads (thanks arne meyer)
keyboard(6): use >> instead of > for caps example (thanks moody)
Fix minor typos and error redirections
Add caps kbmap
nusb/usbd: fix typos
igmp: maintain timeout per group per interface
kernel: do nlocks && delayshed check only for Running state
kernel: fix the semacquire stack corruption on interrupt
audio(1): mention mixfs resampling audio
ext4srv(4): fshalt works with ext4srv now, update; add SOURCE section
ext4srv: fix ext4_bmap_bit_find_clr returning the wrong bit index
ext4srv: remove mbr scanning and writing
ext4srv: revisit "fix meta csum producing garbage" in a better way
disk/smart: fix a warning
tapefs: fix two warnings
imx8/sai: run off ref 25MHz clock - no need to turn audio PLL on
filter(1): small typesetting error
kernel: dont zero up->nerrlab in syscall()
kernel: zero Proc.lastlock and Proc.lastilock in newproc()
kernel: remove unused Proc.lockwait Lock pointer
kernel: remove some debugging cruft from taslock.c
pc, pc64: simplify error handling setscreensize()
nusb/audio: fix division by zero error
ape: bring in entrypoint changes from libc and fix profiling across the board
pc, pc64: fix rlock: nlocks 1 print from vga
audio/mixfs: resample based on audio dev output format, not just the rate
nusb(4): fix audio(3) reference
nusb(4): fix Audio section
kernel: print warning in rlock() and wlock() when we hold spinlocks
9boot: use BIOS tick counter instead of INT 0x15 WAIT
devip: handle interface spec correctly for writes to /net/iproute
sdide: add pci id for SiS 964 IDE controller (thanks mrunix00)
nusb/audio: great new features
mt7688: add devarch and i2c
usbxhci: fix high/super speed iso transfers
libpcm: fix pcmratio - forgot to adjust for output frame size
ext4srv: correct the "not found" walk error
ext4srv: walk: set QTTMP
ext4srv: fix ..-walk from a dir under root
ext4srv: add append-only and temp files support
/sys/doc/nssec.ms: fix references section header
ktrans: correct Korean input (thanks npmania!)
ktrans: graphical upgrade and feedback
6c: fix botched "embedded struct conversion codegen"-fix