cfs: fix cfsctl interaction with mount cache (mount -C flag)
6c, 8c: fix "DI botch" evacuating DI/SI/CX registers to ".save" variables
vgaigfx: enable softscreen by default
samterm: avoid flushimage when theres nothing new to flush
libmp: avoid temporary buffer allocation in mprand()
fplot: fix zoom egetrect check (thanks qu7uux)
fplot: parse negative numbers in argument to -r option (thanks qu7uux)
libsec: replace des based X9.17 genrandom() with chacha random number generator
keyfs: print error message when reading /adm/keys fails
cdproto: explicitely create /$objtype/bin subdirectories for all archs
libavl: fix manpage example, minor improvement to code
avl: fix man page example
alv(2): new avl implementation
auth/as, auth/none, auth/newns: consistent handling of command arguments, cleanup
libauth: don't attempt to mount when opening mount srv file fails in nsop()
mpxor: sign should be 1/-1, not 0/-1
rcpu: avoid filedescriptor conflict with <{} (thanks mycroftiv)
awk: improve random number generation
pc: modify cpu0 page tables in patwc() instead of current cpu ones
pat write combinding support for 386 kernel, honor cpuid bits
pc64: implement simple write combining for framebuffers with the PAT
acid: fix y.tab.h dependency for proc.$O
xen: fix build by adding missing rdrandbuf() function
vnc: don't prompt for password on auth_respond() failure
devmouse: remove unused static map[] array
devmouse: change msec argument of *mousetrack() to ulong
audioac97: support for ICH4-ICH7 based cards with memory mapped registers (thanks echoline)
tcp17019: make service proto and netdir arguments optional (for aux/listen1)
devmouse: various bugfixes, simplify
omap: cleanup mouse.c, just a dummy for mousectl()
omap: fix format string warning %d for long
stdio: fix sclose() buffer overrun when terminating string, realloc() error handling (thanks porlock)
link loopbackmedium and netdevmedium in bcm/pif, sgi/indy and zynq kernels
libavl, libregexp: put debug functions back
libmemdraw: cleanup fillpoly(), remove unused fillcolor hack
libsec: remove unused get32() function
libmemdraw: remove unused static drawbuf variables and ptrfn() declaration
devtls: remove unused get32() function
cmd: remove a bit of unused stuff
aan: didn't ask about sendcommand
libsec: remove unused aes_setupDec
pc64: check if vmap() range fits in VMAPLEN window, remove unneeded vmapsync(), rename fault386() to faultamd64()
ip/tcp: never raise the mss over the link mtu < 1280 for v6
ip: get rid of update_mtucache() and restrict_mtu() prototypes
ip/pktmedium: no mintu, no maclen... thi is ip packets
ip/pktmedium: fix wrong hsize, theres no ethernet header on packet media
ip/tcp: only calculae mss from interface mtu when directly reachable for v6
nusb/ether: support for "bridge" ctl message
kernel/qio: make readblist() offset of type ulong as the rest
kernel/qio: get rid of unused qcopycnt debug variable
kernel/qio: implement concatblock() with pullupblock()
kernel/ip: fix typo (rfc -> ifc)
gre: check nil for pullupblock()
devbridge: simplify etherwrite() as we dont deal with block lists
kernel/ip: remove nil checks for allocb() and padblock()
kernel/qio: maintain Block.next pointer in padblock()
srv(4): add SOURCE for srvtls
kernel/qio: fix comments, fix qiwrite() on close queue, remove debug setmalloctag() call in qwrite()
devcons: simplify putstrn0()
devbridge: various bugfixes and improvements from charles forsyth
kernel/qio: big cleanup of qio functions
devloopback: simplify loopoput()
ip: always pass a single block to Medium.bwrite(), avoid concatblock() calls in Dev.bwrite()
ip/nullmedium: free passed block in nullbwrite()
ip/tcp: remove useless nil checks for padblock() and allocb() return value
kernel: fix missing ; in panic() call
kernel: avoid padblock copying for devtls/devssl/esp, cleanup debugging
archacpi: fix format string warning on amd64
devmnt: avoid memory copies of I/O rpc buffer by using bwrite()
libc: move calloc() into its own compilation unit
winwatch: put previous label contents in edit buffer for relabling
8c: fix double compiling FNX complex lvalue in cgen64()
ape/libsec: add secp384r1 curve parameters for tls
libsec: add secp384r1 curve parameters for tls
winwatch: no more 'l' key labeling
winwatch: middle mouse button click also prompts for label
stats: alternatively read battery and temp from aux/acpi
aux/acpi: make it stats(8)-friendly
fix bugs and cleanup cryptsetup code
auth/factotum: bound the number of srv processes to 16, error the 9p rpc when it is over limit
lib9p: limit the number of srv processes kept arround 8
pc/archacpi: don't do acpi initialization in the kernel, provide generic acpimem routines
ip: simplify code as packblock() and concatblock() will never error
devip: simplify ipbwrite() by using retun value of qbwrite()
ip/icmp: only reply to echo request when directed to us and source is unicast
gif: just read and decode the first image when -9 or -c flag is specified
libdraw: avoid dropping queued button change mouse events in emouse()
mothra: avoid flushimage() calls, event() will implicitely flush
mpc: remove unused yylval type
aux/acpi: batteries and CPU temp reading so far