fix missing return compile error for manual book index generator
libdraw: avoid printing error on closemouse()
libdraw: exit mouseproc() on read error instead of spinning
nusb/serial: Add support for Amontec JTAGkey devices (from sources)
fix <mach.h> types in manual (erik quanstros machmantype patch)
make all the commands agnostic about Rune width. (from sources)
cpu: don't print spurious errstr for bad auth method, fix comment
fortunes: i would not be at all surprised if the nix kernel (with or without the AC stuff) ends up being the basis for continuing evolution of plan9.
ftpd: fix nil pointer derefernece when ominiting arguments to opts command
ftpd: implement "OPTS UTF-8 ON", fix uninitialized printing uninitialized memory in HELP command
- use the double-buffer buffer to allow redrawing on resize events.
ether8169: fix deadlock in allocation error case for attach. (thanks erik)
graphics(2): add newwindow() key reference
aux/listen: do not redirect stderr (fd 2) of the listener to the network connection
ip/torrent: use NPROC processes in parallel for calculating initial piece hashes
mouse: fix cursor redraw to prevent screen blanking (thanks erik)
devmouse: remove unneeded reference to kerndate
sdiahci: add pci id for 82801eb/er and c210
reduce software cursor flickering
fortunes: support for non-blocking i/o
pci: Add Intel C216 chipset PCI support (from sources)
usbehci: align page td buffer for >16K transfers, fix isohsinit()
jpg(1): update bmp and yuv usage
ndb/dns: dont override req->aborttime in udpquery()
libauth: auth_chuid empty (from sources)
9nfs: apply patch/nfswarnandflags (from sources, thanks nemo)
postscript: remove private copy of utf8 implementation (from sources)
etheriwl: add pci id for Centrino Wireless-N 100 (thanks fgudin9)
ape: inet_ntop() print v4 mapped addresses in v6 as dotted quad
sam, samterm: add -i flag to make tab insert spaces up to the next tabstop and backspace to delete spaces until the previous tabstop
intel ethernet: default to 16 byte cache line size when not properly initialized and disable checksum offload for igbe (from sources)
pci: add pci bridge id for Intel 6 Series/C200 (from sources)
pushtls: remove unneccesary include <auth.h> (from sources)
add import -z option to skip initial tree negotiation (from mycroftiv)
ape: inet_pton() parse dotted address to IPv4 mapped addresses for AF_INET6
ape: check *alen before copying in getpeername(), getsockname() and accept()
python: update python build configuration to new ape capabilities like getaddrinfo(), ipv6 and fix EISCON typo in ape
ape: initial IPv6 support, inet_pton()/inet_ntop(), getaddrinfo()/getnameinfo()
ape: define FD_SETSIZE for select()
ether82563: add untested devices from OpenBSD's em(4) Intel driver. also update some names according to OpenBSD's driver (previously added device, 0x10c0, is also from OpenBSD's driver).
ape: fix potential double close in socket() and protect rock chain with spinlock
fortunes: Now reboot twice[1].
wpa(8) document -1 and -2 options
unrolling loops in aesCCMencrypt() and aesCCMdecrypt()
add experimental wpa2/ccmp support
fortunes: stockholm
wpa: initial support for rsn
aux/cpuid: better looking arrays
aux/cpuid: fix wrong extfunc1 bits
sysexec: fix possible segment overlap with temporary stack
ether8169: add RTL8101/8102E macid
inst/mountcwfs, inst/mounthjfs: fix typos
etheriwl: 6005 - set rom calibration flags and temperature sensor offset
ape: fix thread race with close() and select()
ape/malloc: make malloc and free threadsafe for python
ape/stdio: make fopen() quasi threadsafe for python
ape: check for invalid filedescriptors in select()
nusb/disk: add small delay after unit start command (for thinkpad sdcard reader)
aux/wpa: check reply counter only after mic check
add wpa key setup program aux/wpa
wifi: add experimental wpa / tkip encryption support
factotum: add wpapsk client authentication
fortunes: He wasn't asking about plan9port.
aan: fix structure padding for amd64
fltfmt: make %g print decimal numbers less than 1 with a leading zero
fltfmt: %.0g should print with one significant figure
fltfmt: fix %g not printing as %e in some cases when it should
nusb/kb: fix "Home" key producing "7" with some usb keyboards (import from sources patch/usb-khome)
6c: fix 32bit pointer truncation (from patch/6c-sugen-types)
ape: add PASS_MAX constant for getpass() to limits.h (from patch/ape-pass_max)
termrc: termrc.local can start ndb/cs for us, so check if its already running
add cpurc.local and termrc.local hooks
fltfmt: %.ng is supposed to print a number with n significant figures, but it prints it with n+1. This fixes that behaviour.