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
oggdec: give it enough chance to seek from the start, where first seek might be still too close to the beginning of the file
audio/mp3dec: mad timer duration is all wrong, use samples instead
audio/mp3dec: add -s SECONDS option
audio(1): add new -s SECONDS option
audio/oggdec: add -s SECONDS option to seek before decoding
audio/flacdec: add -s SECONDS option to seek before decoding
tmdate(2): fix typo (thanks mveety)
stdio.h: correct return type of putc
aux/ms2, aux/na: fix warnings
seconds: use new libc date api
date: use new libc date apis.
vmx: does not do well with certain fb widths, so restrict it
upas/fs: port date parsing to libc apis
ndb/dns: allow multiple txt, nullrr, cert, key and sig records (thanks kvik)
cc: promote integer constants according to c99 spec.
vmx: set xstart to either nsec or cycles depending on what is available
bullshit: decentralized ActivityPub
libttf: fix cmap subtable offset type and rank UCS-4 higher (more codepoints). fixes runes > 0xffff
kernel: don't strip binaries in bootfs.paq
qball: remove unused #include <stdio.h>
devmnt: print chanpath for unexpected reply tag
rc: avoid stat calls for directory globbing
7c: now really fix OASxxx operations
reverting 7c change, breaks some 64-bit shifts...
acme: reverting scroll change, causes continuous scrolling with scrollwheel
7c: fix wrong type on OASxxx operations
rc-httpd: fix invalid test(1) invocation in dir-index
deroff: fix out-of-bounds access if runes above 0X80 are inside EQ clauses (thanks mmnmnnmnmm, via plan9port)
htmlroff: fix out of bounds access (thanks Rei-sen, via plan9port)
mk9660(8): fix reference to proto file format
pre-lib9p servers: fix incorrect Tversion handling
vmx(1): use _tos->cyclefreq (thanks cinap)
dc: increase exponent limit (thanks unboe, lyndon)
vmx(1): use cycles() instead of nsec() when possible
aux/acpi: forgot to commit -p option
aux/acpi: write a man page, fix usage, call threadexits
sshfs: update usage text to match man page
upasfs: make imap debug logging less noisy
replica: fix mkfile script installation (thanks Amavect)
stdio: fix warnings, make code more standard
libndb: order subnets by prefix length for ndbipinfo() lookups
ape: simplify mkfile (thanks amavect)
pc64: disable interrupts in mmuwalk() for checkmmu()
g: add '.hs' and 'mkfile' to the walk. (thanks joe9)
cpp: fix mutually recursive macros
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.