git/branch: remove debug prints
git/branch: reduce execs to sync working dir
git/fs: move mount point to $repo/.git/fs
vac: add -t flag to exclude temporary files and directories (thanks foura)
[9front] vga: Add U+29FA DOUBLE PLUS (thanks jmi2k)
kernel: use 64-bit virtual entry point for expanded header, document behaviour in a.out(6)
zuke: treat toggle as play in stopped state
mkpaqfs(8): allow setting compression level
/sys/lib/kbmap/colemak: map capslock to backspace (thanks jacob wb)
9pfid(2): document Srv* in Req (thanks kjn)
memory(2): mention tsmemcmp (thanks kemal)
ip/ftpd: Add explict and implicit FTPS support.
libpanel: fix text sliding around in libpanel text entry widgets.
pc64: avoid getcr3() in mmuflushtlb()
devvmx: remove unncessary locking in gotcmd() sleep test function
vmx: fix 9p debug server and make it compatible to /proc
vmx: avoid strdup() register names for register cache
vmx: implement long mode page table translation
iwhois: add some improvements (thanks gall0ws)
games/opl3: use correct sampling rate
cpu: properly handle end of file in readstr()
zuke(1): more fixes (thanks humm)
add zuke(1) manpage (thanks kemal & humm)
lib9p: remove Srv.srvfd, make postsrv() and threadpostsrv() return the mountable file descriptor, update documentation
lib9p: remove unneccesary headers
lib9p: expose Srv.forker handler and srvforker(), threadsrvforker() and threadsrv() functions
Mail: remove message about cyclic threads
libtags: trim text tags and ignore empty values
libtags: modules: ignore empty title
libtags: use CP437 as the default encoding for module formats
opl3(1), exec(2): fix manpage typos (thanks umbraticus)
games/opl3: don't buffer output and simplify (thanks umbraticus)
file: partially revert 8419 to detect <?xml as html
kernel: clean up Mach structure
bcm: try ATAGS/DTB pointer from R2 on entry
rio: avoid re-triggering clicks on resize/hide/unhide and send wctl when focus is lost
resample: improve performance (thanks José Miguel Sánchez García)
libtags, zuke: add *.mod support (thanks kemal)
zuke: fix middle-click restarting playback if held while mouse pointer is moving
zuke: fix position formatter using a wrong type
vgadb: revert previous commit, the pci device id 8086/1c3a is the embedded controller!
plumber: fix substrings in match rules
nusb/ether: rndis: add standard class code (tested by jmi2k with OnePlus 8)
file: recognize executable scripts, etc.
devloopback: fix wrong device character (thanks romano)
Mail: remove impliicit headers (thanks unobe)
acme: fix border size, autoindent undo: imported from plan9port (thanks jxy)
zuke: remove -G option (old playlists not supported anymore)
remove juke (use play or zuke instead)
remove old, broken scripts: fedex, u(s)ps, weather (thanks fulton)
Mail: correctly track the number of messages (thanks igor)
crop: allow no-ops for pipelines
ip/tftpd: add a syslog message about what error we return to the client on a NAK
ip/dhcpd: work around raspberry pi pxe firmware by providing dhcp option 66
ip/ipconfig: ODtftpserver (dhcp option 66) is of type string
termrc, cpurc: silence /net/ether* error message when there are no ethernet devices
libthread: generate correct acid files
disk/fdisk: add OpenBSD partition type
printfont: load all fonts for `printfont all`
g: add lua, mk, ml, mli, myr, and sh suffixes
nusbrc: ignore rndis ethernet in /rc/bin/nusbed, handled by /sys/src/9/boot/nusbrc (thanks romano)
vgadb: igfx: add vid/did for early 2011 apple mbp (thanks Romano)
[9front] walk: properly format permissions
file: detect webp files (thanks kemal)
games/glendy: your complication had a complication (god damn it kemal)
games/glendy: don't use lucida sans in menus by default and bugfix (thanks kemal)
kernel: get rid of physical page bank array and use conf.mem[] instead
whois: suppress missing file errors (thanks kivik)
acme: fix suicide *and* resource leak in ecmd.c (thanks igor)
[9front] [patch] nusb/ether -t rndis
devfs: fix locking and ignore undocumented "fsdev:\n" configuration signature
libsunrpc: work around arm64 compiler bug in sunStringUnpack()
kbmap/tr: add one missing key to Turkish keymap (thanks kemal)
legal: mit neuer lizenz: mit
kernel: remove ucalloc.c duplicates
kernel: use 64-bit mask to avoid compiler warning in port/pci.c
5c, 6c, 7c, 8c, kc, qc, vc: use explicit gmove(... , nn) in cgen() for result of OAS*, OPREINC, OPOSTINC
audio(1): fix little typo.
correct off-by-one nul termination.
Mail: separate deletion from relinking messages
riostart: revert, this doesnt fix anything
rio: make window focus changes deterministic, cleanup wind.c