rio: add sanity check in xfidallocthread()
rio: enforce flush reply ordering for all xfids
rio: properly handle follow up flushes (fixes unexpected reply tag)
make auto negotiation work on 82562et (thanks mischief!)
fix format compiler warning
kernel: add support for multiboot memory map
libplumb: search for plumber only at /mnt/plumb, and don't try to mount $plumbsrv if the search fails
smtp: fix free on uninitialized pointer
fix devshr related panic caused by Mount.to being nil (thanks mischief!)
init: dont rely on path containing dot
play: guess file type from file extension if mimetype fails
vt: discard unhandle OSC escapes, and use nelem instead of sizeof for title buffer
libjson: fix missing buffer free, slight cleanup
libjson: dynamically allocate buffer
auth/rsa2ssh: add SSH2 RSA output format (from plan9port)
cmd/vt: fix xterm function keys
libjson: fix mistake... (harmless)
libjson: fix for 21 bit runes, implement utf-16 surrogates
libjson: fix mistake in unicode handler (thanks cinap)
make libjson from /sys/src/cmd/btc/json.c
vt: remove defunct hp terminal emulation
mkfiles: do not rely on path containing the . element
inst: cleanup installer making it not rely on path containing .
ndb/common: update ip for d.root-servers.net
ndb/common: dont use bell-labs dns servers for rfc1980 zones
kernel: dont spawn closeprocs from closechanq
fortunes: etymology: various
kernel: disable freelist page caching for executables run from uncached mount
kernel: keep one closeproc arround in case we are unable to fork a new one
newuser: make lib/profile read drawterms /dev/secstore when available
factotum: update rsa for ssh2 (sync with sources)
acme: attempt to fix tag lines collapsing to zero height on window move (issue 189)
nusb/ether: new driver interface with kernel inspired Block buffers
keyboard(6): new <compose>x sequence, 21 bit runes.
html2ms: fix compiler warning for debug code
kbdfs: implement <compoxe>x to enter variable length unicode as suggested by erik quanstro
factotum: fix mschap password (utf-8 to utf-16) conversion
libc: updated acid files for 21 bit rune change
change Rune from ushort to uint for to 21 bit runes (thanks mischief!)
9p(2): correct usage for srvrelease()/srvacquire()
nusb/ether: fix wrong size check causing odd sized packets to be discarded (thanks mischief!)
nusb/disk: handle blocking usb access with srv released
cwfs: fix putbuf(nil) in error case of cmd_check()
fdisk: fix struct padding for amd64 (from erik quanstros fdisk-64-bit-table patch)
usps: update for new usps website (thanks, mischief)
aux/statusbar: emit final newline in textmode when finished
hget: handle http contentencoding (compression)
cwfs: add checktag() call for cache bucket in dumpblock(), fix error strings
cwfs: more checking for cfsdump(), cleanup Tsuper hack in cwrecur()
unzip/zipfs: handle optional data descriptor signature in trailer
mothra: handle <input type=image>
exportfs: start filter in separate rendezvous group
libpanel: fix memory corruption bug in plinitentry(), add pl_erealloc()
ip/torrent: check piece offset, vlong cast
ip/torrent: more checking, backoff from piece on hash error
kbdfs: implement keyboard mouse buttons with /dev/mousein
vncs: create dummy /dev/mousein and /dev/mousectl files
devmouse: differential handling of /dev/mousein buttons
exportfs: fix more filedescriptor leaks
exportfs: fix openmount() rfork flags and filedescriptor leak, silence of on initstr error
5l: apply richard millers 5l-incfloat patch (from sources)
rio: gone windows gone wrong (fix missing recv(x->flushc, nil) when gone but request flushing)
mothra: avoid intermediate rc shell processes, use rfork(RFREND) to isolate rendezvous group
page: avoid intermediate rc shell processes with using exec, move newwindow() before forking namespace
mothra: run page in own note group, close unneeded filedescriptors after forking
page: close stdout, reopen stdout/stderr for external viewer and removed useless RFNAMEG flag
libdraw: make newwindow() unmount the old window
page: dont tell rio our pid
rio: gone windows, window resize, rectonscreen, goodrect
tarfs: make file name safe, canonical and free of . and .. (from sources)
io.h: change indentation from spaces to tabs
ether83815: fix `auto neg timed out' error with sis 900 rev 635.
libmach: fix wrong formating for arm LDRH/STRH/LDRSB/LDRSH (MOVHU/MOVBU) instructions
vt: dont pollute the outer environment (thanks mischief!)
nusb/ether: add rtl8150 driver, remove unused includes
fortunes: I think we're done here.
lib9p/hjfs: use x != ~0 instead (type)~x conditionals to work arround arm compiler issue
audiohda: allow manual pin routing, more verbose audiostat, initial mute of al widgets
pkg/list: handle more directory listings
pc kernel: make syscall() return thru forkret() to handle exceptions
fortunes: I gave up, back to 9front. -- Aram
tcs: eleminate ambigous html entity runes.
audioac97: remove i/o bar magic, fix ac97mixreset busywait-forever timeout
reverting semaphore lock changes from sources (r41ccd6d221da, rb28756e5ba29)
fix null dereference crash in mothra
syssem*: eleminate redundant validaddr() checks
9bootfat: only check for fat at block 0 on floppy drives (thanks aap)