git(1): update example to work with today's github
games/dmid: add control 00h, bank select
games/dmid: properly skip delay field from stream
sdmmc: implement boot partition access for emmc
devsd: fix wrong range check for subunit number
upas/Mail: stop splitting headers
vt: ignore xterm Set/reset key modifier options escape sequence
pic: error instead of crashing on nonexistent variables
tiltscreen documentation
upasfs(4): remove self-reference and drop trailing comma (thanks fig)
games/midi: fix desyncs after tempo changes in multitrack files
games/dmid: fix tempo changes causing desyncs in multitrack files
zuke(1): replace Beats 'n Breaks icy url with aNONradio
ssh(1): relies -> relays (thanks sigrid)
ssh(1): fix usage and document -X flag
sshnet: mount BEFORE /net (preserving /net/tls and /net/dns)
look: add -b for specifying numeric base
authsrv(2): document readcons() function
libauthsrv: import better passtodeskey() function (from drawterm)
libmp: parentesis (from drawterm)
libmemdraw: coding style (from drawterm)
libauthsrv: deal with signed char in readcons()
libc: coding style (from drawterm)
devdraw: coding style (from drawterm)
libip: avoid parentesis warnings from gcc (from drawterm)
libsec: fix inconsistent prototypes for des (from drawterm)
> the retunnel logic in the gre code is wrong.
usbtree: a little helper to pretty print usb hubs and devices in a tree
nusb/usbd: assign hname to hubs
nusb/usbd: add /dev/usbhubctl file to control port power and led indicators
devusb: provide usb hub device number instead of address in /dev/usb/ctl
nusb/usbd: provide vid and did in device info string for hubs
ndb/dns: allow specifying local ip addresses for serving dns
devip: actually put igmp in ip section
devip: add igmp protocol support to all kernels
audio/mixfs: implement flush
audio/mixfs: no loopback delay
dial(1): fix a typo
audio/screamsend: actually have aux/dial exec screamenc (thanks sigrid!)
audio/screamsend: use dial(1)
tlsclient: try /bin/$cmd for exec
aux/listen1: write status to standard error
dial(1): document -o options
dial(1): add dial command similar to plan9port
keyboard.h: fix misleading comment (F12 is KF|0xC)
evdump(1): a program to dump input and window events
mouse: Make /dev/mousein readable to get mouse status without blocking
libc: fix 32-bit arch vlong->double conversion (thans cosa)
sdmmc: switch argument must be integer
tcp: only create new translation when SYN packet
icmp: only forward EchoRequest, Timestamp(request), InfoRequest and AddrMaskRequest
sdmmc: actually implement mmc support
reform/usdhc: fix debug print, R1b response handled by controller
boot/reform: bootm if loading the kernel worked
sdmmc: new interface for SDio
pushtls(2): client certificates got implemented in 2012
auth: use caphash and capuse under /dev instead of #¤
libsec: use /net/tls instead of #a/tls
srv(3): use /srv instead of #s in SYNOPSIS
libc: use /fd instead of #d in iounit()
auth/factotum: access /proc instead of #p for private()
/lib/namespace: bind devtls to /net, mount /root after binding /srv
bootrc: bind devcap and devtls, make /root mount consistent with spec
usbd: use dprint() report to standard-error instad of standard-out
aux/timesync: don't bind #r twice (already done in inittime())
sys/doc: Remove some automatically generated PostScript files
ethervgbe: reduce console spam (thanks Arne Meyer)
cifs: remove redundant memsets after emalloc9p (thanks Arne Meyer)
vncs: use procsetname() instead of rolling your own
troff2html: handle more html attributes (thanks k0ga)
aux/depend: post to /srv instead of #s
5e: access /proc instead of #p
bzfs: post to /srv instead of #s
cwfs: write /env/timezone instead of #e/timezone
scram, aux/acpi: open /proc/$pid/ctl instead of #p/$pid/ctl for wirecpu0()
aux/mouse: use /dev/eia* instead of #t/eia*, should be bound by termrc
aux/consolefs: post to /srv instead of #s
cifs: use procsetname() instead of rolling your own
lnfs: post to /srv instead of #s
ext2srv: leave stderr alone
dossrv: post to /srv instead of #s, leave stderror alone
ndb/dns: procgetname(): use /proc instead of #p
paqfs: post to /srv, not #s
upas/fs, imap4d: make setname() use /proc instead of #p
venti/srv: open /proc instead of #p
aux/listen: tweak per service namespaces
devgpio/bcm: (Raspberry Pi3/4, revision 2, bcm scheme) (thans Matt!)
/lib/namespace: add bind -c #s$srvspec /srv bind
cwfs: remove noauth and nonone commans from fileserver console
cwfs: post to /srv instead of #s
libjson: correctly escape strings in JSONfmt()