nusb/audio: dont sysfatal on bad endpoint (no altc)
nusbrc: handle fat formated usb drives without partition table
etherwpi: remove debug prints, use iprint() in interrupt
wpa: do not prompt for key when there is already one in factotum
etherwpi: Intel PRO Wireless 3945abg driver based on openbsd's if_wpi (thanks aap)
pc, pc64: toggle bit 2 in port 0x61 to reset and enable PCI SERR# nmi's, print nmi status
wifi: berlin prime bunny hopping
5e: implement DSB,DMB,ISB and CLREX instructions
kernel: do not pull in atom.s from libc for arm kernels
exec(2): return register (R0) contains address of Tos structure.
kernel: ignore last page at the top of virtual kernel address space for xalloc()
ndb(6): fix typo (thanks, pena)
dhcpd(8): the fs attribute refers to the file server, not the name server (thanks, pena)
zynq: use KADDR() for kmap() if we can avoiding the mapping
kernel: ignore memory pages with singular kernel addresses
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)