aux/realemu: use #$/pci/B.D.Fraw to access pci config space
vmx: mask out bits 0:2 and 24:30 of pci CONFIG_ADDRESS on read
rc: show line numbers on error
libbio: add aux pointer to bio
libc: recurse on smaller half of array
jpg: treat EOF as EOI marker
vt: improve behavior of chording
ip/cifsd: fix missing int return type for vpack() (thanks pr)
aux/cpuid: decode leaf 7; extend leaf 13 decoding
audiohda: make it work with qemu (thanks mischief)
mp(2): correct documentation of error handling (thanks LordCreepity)
kbmap: add latvian keymap (thanks freddy)
kbmap: add croatian kbmap (thanks skerbergs)
newuser(8): fix reference to incorrect file server console command
upas/fs/mbox.c: fix cosmetic typo
vncv: pick an auth type that we support
sdiahci: accept AHCI controllers from ASMedia vendor id (thanks mischief)
pc, pc64: remove mystery "type" bits in pcicfgrw*raw() (fixes qemu, thanks mischief)
sdnvme: use PCIWADDR() instead of PADDR()
etherbcm: handle 64-bit host addresses, use PCIWADDR() instead of PADDR()
audiohda: use PCIWADDR() instead of PADDR(), handle 64-bit dma addresses
etheriwl: delay before crystal calibration
nusb/serial: add ids for FT230X (thanks mischief)
etheriwl: don't break controller on command flush timeout
sdnvme: handle machines with more cpu's than submit queues (thanks mischief)
ndb/dnsdebug: add -c flag to debug caching dns server behaviour
ndb/dns: mark ns record authoritative when in our area for delegation
upas: fix appendfolder timestamps (thanks umbraticus)
games/nes: workaround for truncated chr
ip/torrent: try harder allocating ports
upas/fs: fix truncation of plumb date
kernel: get rid of unused ucallocb
etheriwl: add Wireless 8260 card
etheriwl: remove stations *after* disabling binding quotas, drain all queues in rxoff7000()
rio: move the code for 'send' into a function
etheriwl: add for Intel Wireless-AC 9260
bootrc: allow kbmap to be set via plan9.ini (thanks Aaron Bieber)
acme: revert stray changes
vncv: implement rfb 3.8 protocol (thanks Iruatã)
aux/vga: eepc igfx support (thanks p.kosyh)
upas: convert to tmdate, change timezone format
tmdate(1): fix missing arg, fix formatting (thanks joe9)
tmdate(2): fix mistakes in prototype (thanks moody)
aux/acpi: connect EC region handler, fixes battery status on eeepc 1000px (thanks Peter Kosyh)
syscall: fix build problem caused by stale tab.h
ftpd: handle "allo" command by treating it as a no-op
libc: ignore '?' in date format strings
libc: make yday 0-based, as docs suggest
acme: import changes from plan9port (thanks jxy)
ape/limits.h: fix typo in (U)LLONG_MAX
diff: support unified diff via -u
upas/fs: fix handing of multi-line header fields (thanks theinicke)
ptrap: fix /env/status always being set on main process exit
syscall: don't append '\n' to the output
window: fix error exit with the -m flag
/lib/rob, /lib/rsc, /lib/theo: So it sounds like everyone is in favor of the entire generics proposal and all the semantics, and all we have left to hammer out is the bracket characters? Do I have that right?
kernel: massive pci code rewrite
games/4s: increase thread size (thanks majiru)
tmdate(1): document tz field
ctime(2), tmdate(2): document ctime/tmparse incompatibility
tmdate(2): fix examples, stale references (thanks deuteron)
tmdate(2): fix name of tm struct
etheriwl: add support for Intel Wireless AC 8265
wifi: add packet timestamping support
walk(1): improve wording, formatting
tmparse: put in local timezone hack
seconds: tolerate trailing whitespace in dates
upas: appendfolder() don't be picky about the timezone of ctime()
upas: appendfolder(): skip the address from unix header before date
upas/fs: extract proper date from unix header
upas/fs: remove unused function date822tounix
png: remove bogus chanlen warning
ape/ctype.h: add isblank, fix functions (thanks staalmannen)
faces(1): remove bespoke date parser
walk(1): clarify how -n argument works (thanks umbraticus)
libc: tmparse should ignore leading whitespace
getwd(2): add reference to chdir(2) in SEE ALSO section
chdir(2): add reference to getwd(2) in SEE ALSO section
tm2sec: clear new fields in tm
nusb/lib: use fmtprint for the entire dump to be printed out
kernel: fix Abind cyclic reference and mounthead leaks (thanks Alex Musolino)
torrent(1): update url in examples section
ip(3): fix typo in manpage (thanks jstsmthrgk)
libaml: fix fault when the second operand of comparison cannot be converted