usbehci, usbxhci: add *noehcihandoff= and *noxhcihandoff= parameters
pc, pc64: increase CONFADDR buffer from 4K to 24K
fortunes: I'm beginning to wonder if anyone is left that isn't part of 9front? -- Steve Stallion
cpurc: filter ipv6 loopback address for automatic ip address setup (thanks fhs)
devip: remove unused QLock from udp and icmpv6 control blocks (thanks brho)
5i ki qi vi: avoid buffer overflow in command read loop
audio/libogg: sync to ogg v1.3.3
5e: byte access incorrectly checked for long; brk has to round up addresses
ip/ipconfig: silently ignore prefix information with Autonomous flag clear
ip/ipconfig: default onlink and autoflag to 1
devip: only add interface route for "on-link" prefixes
vt: fix backup/forward after resize
idn(2): add documentation for idn2utf() and utf2idn()
provide procsetname(2) manpage
libc: return number of bytes produced for idn2utf() and utf2idn()
ip/ipconfig: increase maximum host and domainname size to 255 bytes. idn for -h option
ndb/inform: handle internationalized domain names
ip/ipconfig: handle internationalized domain names
ip/dhcp6d: handle internationalized domain names
ip/dhcpd: handle internationalized domain names
ndb/dns: use libc's new idn functions
webfs: fix memory leak in Nfmt(), use libc's new idn functions
libc: add utf2idn() and idn2utf() functions to deal with internationalized domain names
ip/dhcpd: implement rfc3397 dhcp search domain option (dnsdomain)
ip/ipconfig: implement rfc3397 dhcp dns search option (dnsdomain)
Disallow '/' in file names.
ip/ipconfig: handle noconfig flag for router advertisement, add debug prints, cleanup
libhtml: increase Nestmax to render some convoluted pages (thanks fernan)
devip, ipconfig: avoid overflow on lifetime checks
devip: valid and prefered life-time should be unsigned, add remove6 ctl command
devip: fix default parameter calculation for router life-time
devip: make updating ra6 router parameters atomic
ip/ipconfig: valid lifetime is in seconds, not milliseconds.
ip/ipconfig: remove expired default routes on router advertisement
keyboard(2) spelling (thanks Amavect)
vt: make selecting() wait until all buttons are lifted avoiding menu when chording
vt: implement line selection by double click
cfs: close mount half of pipe, fixes cfs not exiting when unmounted
kprof: fix precedence (thanks geoff)
sum, md5sum, sha1sum: set exit status properly on open/read errors
webfs: remove automatic Referer header
mtx, ppc: remove cistrcmp() and cistrncmp() redefinition
kernel: fix livelock in rebalance (thanks Richard Miller)
boot(8): document tls and reboot methods
bootrc: add experimental reboot method to load another kernel
libndb: add missing ndbdedup.c
9boot: don't let user erase the prompt (thanks mischief)
cpurc: handle multiple auth servers
netaudit: handle multiple ip addresses
libndb: make ndbipinfo() walk ipnet for all matching entries, concatenate and dedup result
ip/tftpd: remove sunkernel hack
ape/make: fix \ line continuation parsing
port: sync two longjmp fixes from drawterm
sdahci(3): correct device name for top level control messages (thanks joe9)
ndb/cs: don't do dns lookups when all we got is loopback or link local addresses
libip: ignore ipv6 link local addresses for myipaddr()
devarch: reading msr 0xffffffff
devarch: restrict i/o port access to 64K, disallow msr 32-bit wrap arround (thanks aiju)
stats: fix etherstats, avoid vmax == 0
libmach: substitute /dev/zero for /proc/$pid/fpregs when missing (for snapfs)
devarch: fix /dev/msr (thanks joe9, aiju)
libvorbis: fix broken free() (thanks mischief)
rc: fix Xpipefd unbalancing the redir stack
fortunes: I've been looking into running Plan 9 in JSLinux -- Skip Tavakkolian
audio/libogg: nuke old libogg.au
vt: fix selection past baseline (thanks BurnZeZ)
vt: fix selrange() to recover whitespace indention
vt: get rid of "clear" menu entry, fix 24x80 resize, reset selection on setdim(), document snarf/plumb
vt: fix plumbsel(), snarfsel()
vt: implement proper selections (thanks Ori_B)
ndb(8): ndb/inform also publishes ipv6 address now
ip/dhcpd: bring back interface address for arpenter()
ip/dhcpd: add varargck pragma for warning() and fatal(), do syserr with %r format
ip/ipconfig: add varargck pragma for warning() function
rtl8169: fix receive for nuc BOXNUC7CJYH
dmid: add support for midi streams
nusbrc: add LG G5 for nusb/ether
arp: interface address only specifies the interface, not the source address for route lookup
ip/dhcpd: revert arpenter() changes
shift-jis: add support for half-width kana
devip: fix router adv/sol options validation (options padded to 8 bytes)
ip/ipconfig: add missing {} as DEBUG() is a macro
ip/ipconfig: check for recvra 0 on timeout
ip/dhcpd: reject bogus requests, handle multiple ether= attributes in ndb, cleanup
devvga: disable cursor on shutdown avoiding graphics glitches on reboot
ip/dhcpd: handle multiple networks on the same interface, dont get confused by v6 interface address
igfx: support blanking by turning off panel power and backlight
vncs: fix uninterruptable temporary warning