vt: bracketed paste mode (fixes autoindentation in text editors)
mouse: use tsleep() instead of delay() (thanks uramekus)
libaml: dummy implement NotifyOp (thanks uramekus)
games/gb: correctly mark transmitted serial data as sent
omap: Fix missing preempted() call after non-clock interrupt (Thanks Anthony Martin)
bcm, bcm64, imx8, kw: Fix missing preempted() call on non-clock interrupt (thanks Anthony Martin)
swap: fix pager nil pointer derefence when running out of procs
devvmx: restore previous initial value for xcr0
devvmx: reset kernel fpu state before loading vmx fpu state
pc: skip CLI/STI when not needed
pc: do trapinit() and mathinit() early
pc, pc64: clear osxsave flag in cr4 when not used
pc64: no need to _stts() in squidboy()
bcm64, imx8, pc64: save stack space in fault handler
imx8, bcm64: touser() already called splhi()'d
pc64: avoid STI/CLI, touser() already called splhi()'d
imx8, bcm64: make sure interrupts are of (sched() re-enables them)
libmach: open /proc/n/kfpregs when kernel debugging
bcm64: port new FPU code, making FPU available to interrupts
imx8: port new FPU code, making FPU available to interrupts
pc64: make FPU available in interrupts
hjfs: unlimited buffer works
newuser: use non-expanded $home instead of /usr/$user in lib/plumbing comment
7c: dont replace SXTW instruction following MOVW $const, r
git/walk: fix usage on new repo
git(1): remove lies from manual, improve wording.
git(1): update and clean up git/walk section
git/revert: only look at changed files
git/diff: always respect the specified branch
git/walk: add -b option to override base branch
bcm64, imx8: writing CAPR_EL1 (to turn fpu on/off) needs a intruction barrier
/lib/troll: We have created something new that we named R9, an OS strongly inspired by Plan 9, written in the Rust programming language.
/lib/theo: You are trying to compare a pig and a moon rocket.
games/opl3: fix choking on high tempo streams
upas/imap4d: fix bad censorship of the password when debug is enabled.
upas/imap4d: return SEARCH response in caps.
zuke(1): document audio/readtags
readtags, zuke: extract cover images stored in the audio files (thanks g-w1)
ndb/dns: hack for the caching server for delegated nameservers
cc: support binary constants and refactor
devip: remove subnet check for arpforme()
snoopy: fix error handling for convM2DNS()
bcm64: move pi3 VGPIO to 2MB aligned address, this makes 4K pages work
bcm64: don't zap idmap, not in L1 anymore
bcm64: apply same mmu improvements from imx8
imx8: dont reuse the TTRB1 page tables for TTRB0 identity map, remove gpioinit()
7c: more registers, improve constant propagation, implement load pipelining
zuke: apply clipping after replay gain (some cases found in track mode)
reform/shortcuts: use "mixfs" for volume control, fall back to "master"
/lib/troll: [9fans] How to access this 9fans group from 9front?
nusb/audio: add support for USB audio 2.0
nusb/audio: enumerate streams through control interface
nusb/audio: only consider data endpoints when setting up
nusb/audio: remove code for bi-directional endpoint
nusb: move audio-specific requests to nusb/audio
zuke: prefer "mix" volume control if available
mixfs: add "volume" file with "mix" control to set the output volume of the mixed inputs
7c: elide type converting moves, registerize loads after store from local variables
7c: implement bit rotations using ROR/EXT instruction
libip: actually add the files, sorry :(
libip: Provide iplocalonifc() and ipremoteonifc() functions
9boot: implement *nocga= and *nokbd= kernel boot parameters
strtoull: fix return value on overflow
nusb/usbd: Fix wrong hname collision handling
evdump: fix the fix
devip: generate more reasonable laddr for UDP "headers" connection writes
evdump: have evdump deal with new /dev/kbmap format
vmx: read /dev/kbmap in new format
ip/dhcp6d: set source address to the receiving interface ip when multicast
termrc: start reform/pm and reform/audio drivers
imx8: setup $terminal environment variable in init0()
ndb(8): document @rattr behaviour for ndb/query -i
ndb/cs: avoid trailing spaces when printing ndb line
ndb/query: avoid trailing spaces when printing ndb line structure
netaudit: use new ndb/query flags instead of ndb/ipquery
ndb/query: add -i and -c flags unifying the functionality of ndb/ipqeury
libndb: make ndbipinfo() put each ip and attributes entry on its own line
ndb/cs: preserve ndbipinfo() line structure for !ipinfo, fix memory leak
/lib/rob: I find this situation unsatisfactory.
fix up auth/*2* programs to report write errors
auth/factotum: make sure we got a private key in ssh client protocol
sdnvme: add smart file for full smart info
devsd: Fix memory leaks, wstst check, cleanup
etherbcm: support the 57765 series
rio: fix crash when walking windowless fid (thanks ilikebreadtoomuch)
aux/kbdfs: use layer names in kbmap reads and document them
auth/acmed: better challenge error reporting.
auth/acmed: support getting a wildcard certificate.
ndb/query, ndb/ipquery: use ndbvalfmt()
ip/ipconfig: leave ipnet= entries alone when updating /net/ndb, use ndbvalfmt()
ndb/cs: Use ndbvalfmt() for quoting !ipinfo replies
libndb: add ndbvalfmt() formatter
aux/acpi: no need for amlval(), amleval() will dereference the name and run the method
devip: dynamically allocate memory for /net/ndb, increase maximum to 32K