rio: get rid of window delete thread, fix mysterious disappearing windows
add entries for il rcpu
ptrap(4): fix formatting
forp: change indexing to verilog-like semantics
acid: fix transcript
libmp: fix mptouv behaviour to match mptoui
libmp: add tests for integer conversions
mptov: make it actually work
kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)
kernel: fix tprof on multiprocessor
factotum: rsa: use mptober() to get right adjusted result instead of mptobe() and memset()
bootrc: remove $ff references (was old parsed /boot/boot argument list)
kencc: make "function not declared" a warning unless compiling with -T
python: explicitly declare WaitForThreadShutdown as void
libsec: fix memory leak in pkcs1_decrypt()
libdtracy: wrong operator in XORI (thanks aiju)
kencc: turn "function args not checked" warning into "function not declared" error if appropriate
2c(1): document some differences with ANSI C
hgwebfs: write headers individually, so they are not limited by webfs iounit (thanks mischief)
webfs: write headers individually so they are not limited in sum to the 8k buffer
fplot: add support for readout with middle mouse button
fplot: color different curves
fplot: compute y range correctly when used with multiple graphs
upas: get rid of broken validatesender example, remove redundant upas/misc and setup target
hgwebfs: read to eof by default to match urllib2 behavior
devip: fix arpread, dont return partial entries
fshalt: wait for fileservers command file to vanish
upas/fs: avoid switch on vlong breaking build (thanks k0ga)
upas/fs: another mistake ...
upas/fs: fix broken body.ext in walk (thanks sl)
libmach: change amd64 szreg to 8 (thanks charles forsyth)
delete old NOTICE file
snap: use Mach->szaddr as the width of the stack pointer (fixes snap on amd64)
snap: add debug flag, make debug less verbose
snap: check for overflows, cleanup error handling
snap: consequently use ulong for page index and count
snap: be more conservative taking stack snapshot
upas/fs: keep messages *marked* for deletion in the index
upas/fs: allow msgincref() with mb->refs == 0
upas/fs: checkfid() might be called with uninitialized fid, ignore
upas/fs: don't enter mailbox into hashtree when it is being freed
mp(2): clarify mptoa() and mpfmt() default base
upas/fs: rework the refcounting, use 64bit qid path, add checks
games/md: fix mkfile
games/md: use cpu.c from blit
games/blit: clean up cpu.c and make it pass tests
pc, pc64: park application processors in rebootcode with mmu off
vt(1): vt doesnt exit when the host process exits as claimed (thanks driusan)
cc: fix wrong "useless or misleading comparison" warning
rc: implement $"x in terms of Xdol() and new Xqw() instruction
devip: fix swapped tcp snd.scale and recv.scale in tcpstate() format (thanks joe9)
libdraw: avoid deadlock for mouse ioproc sending on resizec
devbridge: fix runt packets going through the bridge (thanks cinap)
games/c64: make keyboard table more readable
ether82563: ignore i82753 checksums, fixes T60 ethernet
nusb/kb: multitouch support (touchscreens, stylus)
rcpu: fix pvar to initialize empty variables (thanks mycroftiv)
nusb/kb: revert multitouch, breaks some mice...
upa/imap4d: ignore messages without digest info
disk/mkfs: remove unused cputype variable (thanks kvik)
nusb/kb: lilu dallas multitouch
add dtracy to mkfile
add dtracy.h
dtracy: missing break in dteverify
adding dtracy (crude early version)
ssh: handle unknown MSG_CHANNE_REQUEST messages
ssh: handle MSG_GOBAL_REQUEST
ip/dhcpd: Add swap server support in dhcpd (thanks k0ga)
bcm: intrenable() can happen from any cpu in case of dma interrupts
libdraw: fix gengetwindow()
bcm: simplify irq handling by having per cpu Vctl chain
bcm: speed up co-processor operations by avoiding i+d cache flush on each operation
nusb/serial: fix wrong guard statement (thanks deuteron)
dnstcp: temporarily switch on resolver mode so we can resolve the dnsslaves for axfr check
sed: only dollars as first address are a problem for -u
libaml: allow amlmapio() to re-enter the interpreter (can happen by pciadd() -> amleval())
bcm: fix mysterious core clock resets under SMP (thanks richard miller)
devvmx: remove bogus . direntry
bcm: fix /dev/reboot text/data corruption (thanks richard miller)
awk(1): fix append operator to avoid truncating file
bcm: provide /dev/cputemp in a format stats can understand
bcm: fix l2 cache maintenance routines for raspi3 (armv8)
misc small manpage fixes
devuart: don't sleep in uartdrainoutput() when called splhi or without a process