libdraw: sync allocimage/allocwindow prototypes with man pages
ip: fix wrong radix for iphash() (thanks yoann padioleau)
zynq: add /dev/fbctl to attach framebuffer to devdraw
devsegment: fix parsecmd() memory leak
libdraw: consistent use of nil for pointers, error handling
authsrv: remove unused opasstokey
addpt(2): document badrect function
freeimage(2), readcolmap(2), writecolmap(2): fix prototypes
exec(2): exec argument size only limited by user stack size
aux/vga: disable nvidiascale() as it broke modeset on kenjis card
devfs: remove useless ~OTRUNC mask for openmode
/lib/face: add updated addresses for quanstro, bwc, steve.simon (thanks, erik)
fortunes: Turning off comments.
sysinfo: update -p for sysinfo.9front.org
sysupdate: change source repo to https://code.9front.org/hg/plan9front
libsec/tlshand: implement client side ECDHE (many thanks to pr!)
libsec/ecc: fix memory leak (free() vs mpfree())
prep(8): edisk also adds a EFI system partition (esp) when not already exists.
inst: provide gpt/mbr choice when disk is blank, format esp
disk/edisk: create esp partition in addition to plan9 partition in auto mode
9boot: look for plan9.ini in all filesystems accessible to efi to find plan9 partition
dossrv: maintain file creation date/time on disk, fsinfo sector can be 0 (disabled)
disk/format: create Fatinfo sector for fat32
rc-httpd: cleanup cgi handler
authsrv: use plan9 key for http authentication
hgweb.cgi: take REPO_ROOT and REPO_NAME from env, so can be used out of the box
devtls: ignore UnrecogniedName (112) alert message (for SNI)
9fs: handle all the dos filesystems in one case, add esp handler
disk/fdisk: learn about EFI system partition (type 0xEF), honor protective mbr (type 0xEE)
inst/bootplan9: skip mbr installation and active partition switching when we have no plan9 dos partition
prep(8): document disk/edisk
integrate disk/edisk with diskparts, bootfs and installer (gpt support)
libdisk: error handling, sanity checks
disk/edisk: little improvements
test: use libc.h constants for access() mode (thanks qrstuv)
io.h: fis comment PciSID (alphapc, kw, mtx, teg2) (thanks qeed!)
pc/io.h: fix comment for PciSID
disk/edisk: fix usage (was disk/gdisk)
disk/edisk: gpt partition table editor (no manpage, work in progress)
disk/partfs: adding identical partition is no-op
nusb/disk: adding identical partition is a no-op
cputime(2): fix prototype for cycles() (thanks qrstuv)
tcs: fix swaped alias mapping gb <-> gb2312
uhtml: check if document is valid utf8 even with charset specified
libsec: cleanup x509 and tlshand
ape: include <sys/types.h> in <sys/wait.h> for pid_t (thanks jens staal)
libsec/x509: fix verify_signature(), digest_certinfo(), X509dump()
libsec/x509: use SHA2-256 digest algorithm instead of MD5
pci: map pci bars for devices with base class codes (ccrb) 0x00 and 0x0D-0x11 (thanks qeed)
cc: set unspecified elements to zero in local variable initializers
rootstub: do not create pkg directories
remove pkg(1): we regret the error
thread(2): fix prototype for threadint() and threadkillgrp() (thanks qwx!)
cc: handle unaligned data in = {0} local initializer
cdproto: /sys/log/httpd should be a directory
webfs: send servername in tls client hello (SNI)
libsec: implement tlsClient support for RFC6066 server name identification (SNI)
etherigbe: spi eeprom support (thanks echoline)
libdraw: don't loop forever when getting eof on /dev/cons in keyboard ioproc
aux/vga: dont use /proc/$pid/mem to access vga bios
tar, tarfs: implement longname support
faces: fix fuck-up (thanks, qrstuv)
faces: add cs.dartmouth.edu!doug (thanks, qrstuv)
usbd: set device info for control file (see usb(3), thanks qeed)
colors(1), who(1): add missing SOURCE entries
libc: use Runemax instead of hardcoded 0x65536 for fmtchar check (thanks qrstuv)
kbdfs: Runemax is inclusive.
fortunes: What's wrong with the obvious?
gunzip: the extra length field (XLEN) is two bytes instead of one
rc-httpd/handlers/dir-index: plan 9 files may be chmod +a:
tcp: fix loopback slowness issue / set tcb->mss for incoming connections (thanks David du Colombier)
hget: work arround apache Content-Encoding: gzip for Content-Type: application/x-gzip bug
Added ukill(1): Kills all processes started by a user
boot/zynq: use ./boothead.$cputype to invoke helper
boot/zynq: add jtagload utility
boot/zynq: implement sdmmc boot (fat)
fortunes: Feature requests will be ignored.
emmc/pmmc: make all symbols static
kernel: state errstr.h dependency for proc.acid target (fixes acid kinit() on cleaned kernel source tree)
nusb/serial: recognize aijuboard jtag interface
webfs: fix proxy authentication
realemu: ignore access to CMOS/RTC address/data registers
passwd(1): passwd no longer needs to be run on a terminal; netkey is more stubborn.