kernel: make segments non-executable when icache is not maintained
aux/cpuid: flush instruction cache of after patching trampoline
hjfs: update mtime and qid.vers for directory on rename
cwfs: update mtime and qid.vers for directory on rename
stdio, ape/stdio: fix order of operations in putc
imap4d: fix missing return in %δ format of Dfmt()
imap4d: get rid of unixdate/unixfrom handling
imap4d: fix mkfile to have the correct default target
upas/fs: wait until the index becomes unlocked
upas/fs: fix wrong nparts field index (changed in previous commit)
nedmail: don't try to shoot down subcommand on interrupt
upas/fs: put date822 into the index, fix from and replyto handling
upas/fs: fix memory leak in ref822()
imap4d: respect errors from read(), remove debug prints
kbdfs/mklatin: allow >16 bit runes in /lib/keyboard
bcm64: increase maximum segment size to 8GB
bcm64: handle 8GB of physical memory for raspberry pi4
bcm64: fix usb xhci controller on pi4 8GB variant (thanks richard miller)
upas/fs: move unixheader handling to parseheaders()
kernel: segflush() needs to flush tlb of other processes
aux/trampoline: Implement inactivity timeout (-t option)
upas/fs: remove now unused Mtrunc mimeflags constant
upas/fs: use memchr() instead of strchr() in hdrlen()
ip/tinc: run script sub-shell in its own environment
acme/win: add trailing space to window tag
upas/marshal: make attachment failure fatal
usbxhci: implement isochronous in transfers (for webcam, audio recording)
devusb: keep isochronous ep->hz consistent with maxpkt, ntds and pollival
abaco: add fonts.h to HFILES in mkfile (thanks eekee)
ip/torrent: fix size check in 64-bit "v" unpack (thanks pr)
cifsd(8): fix typo (thanks senthil)
libc: revert date change again. this is getting ridicuoulus.
libc, seconds: new time and date apis (try 2)
libc: reverting previous change until ori can fix it
libc, seconds: new time and date apis.
ramfs: make Elocked[] more consistent (thanks fazlul)
acme: implement position-dependent scroll-wheel scrolling
libplumb: add missing mkfile
acme: document log file in manpage
ip/6in4: request ipv4 packets only in ipmux filter
devip: implement ipv6 support in ipmux packet filter
snoopy: add ipmux pseudo protocol
devip: fix parseipmask() prototype in ip.h
acme: import event log from plan9port (thanks fshahriar)
devip: pick less surprising interface address in header for incoming UDP packets
aux/vga: use 64-bit physical addresses for pci membar
devlml: use 64-bit physical addresses
audiosb16: cleanup audioprobe(), cast ISAConf.port to ulong
audioac97: use 64-bit physical addresses
audiohda: use 64-bit physical addresses, check pci membar types
pc/pcmciamodem: cast i/o port to ulong
pc/pmmc: check pci membar type
uartaxp: use 64-bit physical addresses and check pci membar types
pc/wavelan: print Ether.port as 64-bit value
sd53c8xx: use 64-bit physical addresses
sdmv50xx: use 64-bit physical addresses and check pci membar type
sdiahci: use 64-bit physical addresses
sdodin: use 64-bit physical addresses and check pci membar type
sdnvme: make sure pci membar type is memory
usbuhci: make sure pci membar type is i/o
usbehcipc: use 64-bit physical addresses and check pci membar type
pc/ether*: use 64-bit physical addresses and check pci membar types and sizes
pc/vga*: use 64-bit physical addresses and check pci membar types and sizes
archacpi: use 64-bit uvlong for physical addresses
devvga: use 64-bit physical addresses for framebuffer
devpccard: use 64-bit physical addresses
usbxhci: use 64-bit physical addresses
devpnp, devether, devusb: cast ISAConf.port to uvlong (for 32-bit implementations)
devusb: print Hci.port as 64-bit uvlong
devether: print Ether.port as 64-bit uvlong
devpnp: print pci membar as 64-bit uvlong
bcm64: bring pci code in line with the pc/pc64
bcm64: use uvlong for ISAConf.port
bcm64: use 64-bit uvlong physical address in vmap()
pc, pc64: implement 64-bit pci membar support
pc, pc64: use 64-bit physical addresses for ISAConf.port
pc, pc64: use 64-bit physical addresses for vmap() and upaalloc()
ape: add missing rerrstr.c
ape: make libplumb available under ape.
aux/getflags: fix named rune arguments.
acme: implement 'scratch' ctl command (thanks Drew DeVault)
kernel: remove unused segment argument in freepte()
pc, xen: make PAT support optional (for xen)
ape/libdraw: add missing eenter (thanks phil9)
imap4d: reject invalid month in date2tm()
rc: avoid forking for final command that has variable assignments (to get $apid right)
ip/cifsd: add FIND_FIRST2 SMB_FIND_FILE_FULL_DIRECTORY_INFO info level
sshnet: prevent ssh process from keeping the mount alive
pc, pc64: fix wrong mtrr physmask() for machines without extended address size msr
awk: fix race condition with sub-mk in mkfile
usbehci: release ctlr ilock before calling pollcheck()