rc: use /fd/0 for standard-input instead of '#d/0' in non-interactive mode
rc: read standard-input from /fd/0 instead of '#d/0'
cwfs: add missing \n in error print
ndb/dns, ndb/cs: post to /srv instead of #s
bootrc: let /boot/boot run in a more natural namespace
ip/dhcpclient: ignore icmp advice messages
ip/pptpd: use /fd instead of #d
auth/*: use /fd/0 instead of #d/0
devsrv: fix recusrion deadlock on remove
libauth: aand also fix the leak it in the deactivated code
libauth: Fix a memory leak in auth_getkey (thanks josiah fentsos)
nusbrc: remove service files left by nusb/kb (thanks kristo)
sdmmc: multiple controller support
imx8: cleanup framebuffer code
ndb/dns: don't try to resolve local dns servers
devip: ignore addmulti() errors in addselfcache()
imx8: a simple softscreen
audio/scream: multicast audio protocol
page: revert sandbox, breaks postscript fonts for man -P, wrong place
kernel: free exec temporary stack segment under seglock
audio/mixfs: fix locking for /dev/audio loopback
zynq: remove bogus main.bin file
devbridge: simplify ethermultiwrite()
usbxhci: split usbxhci in portable and pci / soc specific drivers
kernel: fix devsrv compilation on arm32
iconv: revert copying extra data on input
cc: fix vlong->VOID cast (thanks cosa)
git(1): The/ → The
vga: ⑨: it looks bad but it is there
git: prevent infinite recursion with cyclic symlinks (thanks cosa)
9boot: delay GetMemoryMap until right before ExitBootServices (thanks michael forney!)
iconv: copy extra data verbatim to allow font conversion/compression
audio/zuke: do not clip the rightmost column
gitfs(4): clean up junk in manpage
play: use doom1.wad and dmid/opl3 for midi files by default
/sys/man/8/trampoline: fix typo
trampoline: Add -o option to send protocol-specific ctl string
git: add support for another signed message format
etheriwl: add pci id for AC 7265 card (thanks Chris Gorman)
usbxhci: wait for reset to complete before continuing initialization
sysupdate: only pull on 'front' branch
riow(1): no. I give up trying to understand wtf is wrong with rio
riow(1): running via window(1) requires rfork n
riow(1): remove window(1) invocation
riow(1): provide better examples of how to run it (thanks be0ba)
snoopy: fix ipv6 option header parsing, add MLD messages to icmp6
aux/listen: add -o and -O options
devip: lilu dallas multicast.
icmp6: no need set vcf and ttl before ipoput6(), use MAXTTL instead of HOP_LIMIT
kernel: handle 64-bit multiboot framebuffer address
tee: remove unused variable (thanks mkf9)
history: fix walking and handling files with spaces
nusb/cam: interrupt reader proc on close to unstuck it
nusb/cam: rather than showing partially green frames (when not enough bandwidth), skip those altogether
nusb/cam: take max payload transfer size into account when selecting for bandwidth
nusb/cam: remove wrong func prototypes, print probe control
Re: [9front] cwfs: Add some missing dashes
nusb/cam: rewrite yuy2convert with integer arithmetic
history(1): update SOURCE, formatting
skelfs: remove useless code (thanks Arne Meyer)
reform(1): fix a missing space char
ircrc: fix race with pipe causing hangup
upas/marshal: rfc2047-encode name of the sender (fixes non-ascii names in From: header)
patch: preserve permissions of original file when patching
read: add -r to read runes instead of bytes (thanks umbraticus)
ethervgbe: do not give userspace the frame check sequence
plan9.ini(8): document the *debug option
cc: do not wait for cpp to finish if there were errors
cc: wait for cpp to report whether it was a success
bar: static buffer for splitting, since it is getting used for clicks later on
bar(1): explain the items separation better, mention the default separator char
bar: increase the buffer to fit more aux data (noam decided to display the currently playing track there)
cpp: stringified macros shouldn't split words separate by a dot
audio/zuke: fix -s not drawing properly and track being off by one; more OCLOSE
boot/bitsy: clean up checked in binary
libc: address kencc warning in date.c
bar: fix automatic resize and click location; ignore separator area when clicking
kernel: Do not treat IPv6 ULA's as GUA's (thanks Arne Meyer)
disk/partfs: fix bogus "%r" error response
hjfs: check and fix print format errors
lib9p: fix missing newlines in fprint()
rc: make `flag f [+-]` clear status on success
games/doom: experience it right from the start
lib9p: double the buffer for /srv/$service
reform: only override console=0 when no plan9.ini is passed
ape: fix warning building mkstemp
zuke: don't fall into the rathole
libflac: work around kencc running out of registers on arm
vt: fix home/end sequences in xterm mode
patch: improve hunk search
upas/fs: support date format used in RFC 4155 mbox files