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.
audio(1): explain mp3enc wants raw data in the opposite byte order to /dev/audio (thanks, eekee)
pass Ureg* argument to note handler in R0 register on arm
libsec: remove aesCTRencrypt()/aesCTRdecrypt() (thanks mischief and qrstuv)
sam: don't make scroll-wheel-up change focus (thanks clsmith)
sam: prevent array overflow with multiple -i and -a arguments (thanks clsmith)
etheriwl: make rxon() static (thanks aap)
etheriwl: check the bluetooth co-existance errors (thanks qeed)
etheriwl: support for Centrino Wireless-N 2230 from freebsd driver (thanks qeed)
bzfs: handle erealloc(..., 0)
lib9p: handle erealloc9p(..., 0)
hjfs: fix erealloc(..., 0) crash when removing member from group array makes it empty (thanks 9dan)
cc: fix non constant pointer initializer for other compilers than 8c/6c
aux/listen: removing service script sholud kill listener (thanks mischief)
secstore(1): add DIAGNOSTICS section
secstore: don't print errors for dial() and readnvram() when not in verbose mode
hjfs: preserve newlines in commit message (thanks BurnZeZ)
gs: avoid 6c type propagation / constant folding issue for set_cb_end()
kernel: leave shared, physical and fixed segments alone in killbig()
kernel: cannot interrupt segmentio commands
kernel: avoid posting note to kernel process in faulterror()
cc: catch non constant pointer initializers
sokoban: fix non constant inializer
kernel: pass segio error string by pointer
kernel: add segio() function for reading/writing segments
segment: don't store pointers in a long
segment: fix read/write g->dlen race, avoid copying kernel memory, qlock
zynq: invalidate cache before booting cpu1
segment: speed up fixedseg() doing single pass over freelist
segment(3): document fixed segment creation
segment: fix print buffer overflow, map fixed segments uncached, add to zynq kernel
kernel: fixed segment support (for fpga experiments)
games/gb: improve sound emulation by modelling analog behaviour
nintendo(1), qer(8): fix typos
games/gb: limit audio range to prevent clipping
nintendo(1): update for gbc compatability
ether82563: work arround bad eeprom checksum for some i218 card (thanks BurnZeZ)
mothra(1): replace code.google.com with code.9front.org
bootrc: simplify bootargs splitting avoiding awk
pc, pc64: remove PCICONS debug buffer from pci.c
pool: avoid triggering assert(b->magic != FREE_MAGIC) in blocksetsize() for mallocalignl()