kernel: do not inherit Proc.dot (current working directory) in kproc()
kernel: do not inherit current directory channel (dot) to pager
stats: add kernel malloc and kernel draw allocation size graphs
devcons: add current pool allocations to #c/swap
kernel: remove waserror() arround newpage() in mntcache
kernel: add pagechaindone() to wakeup processes waiting for memory
dontkill: only use noswap flag to mark processes as not to be terminated on oom
kernel: implement separate wait queues for page allocation
hjfs: defer parent directory permission check for wstat
nusb/serial: remove unused channel
zynq: remove unused PTE typedef
zynq: remove unused statistics fields from Mach structure
ndb/dns: cleanup forwarding code (redistrib())
theo: You are on your own.
htmlroff: fix wrong newline in \name handling (| -> ||)
qc, 9/ppc, 9/mtx: fix wrong if statements
kernel: dont use smalloc() to allocate pte array in ibrk()
vblade, cifs, usbuhci: fix parenthesis
lock: reopen lockfile after changing mode to make lock effective
lib9p: fix lib9p wstat qid.type/mode checks (fixes lock(1) for ramfs/hjfs)
ndb/dns: use same buffer size of udp packet in redistrib() as dnudpserver() (fixes assert)
games/doom: remove Makefile
games/doom: fix desyncing demo (thanks qwx)
kernel: fix accounttime() for HZ >= 1000
zynq: increase kernel memory for graphics
zynq: make screen and cursor kprocs exit properly
zynq: add support for hardware cursor
fix strncmp/memcmp used with a wrong number
cifsd: smbrename is still ok when file is readonly (fixed git)
remove drawlsetrefresh and convM2Tnoenc: undefined functions
addpt(2): put badrect in .SH NAME so that it gets into the searchindex
esetcursor(2), alarm(2): fix prototypes
event(2): fix estartfn prototype
authsrv.h: remove nonexistent prototypes
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)