dtracy: fix conditional branch generation
remove function prototype that leaked into last commit
tcs: clean up old port code, and avoid writing 0 to stdout
mk: fix closing random fd from uninitialized stack variable (thanks BurnZeZ, mycroftiv)
nusb/disk: revert previous attempts and just not issue capacity command when theres no media present
nusb/disk: implement 64 bit lba read/write commands (16 byte commands)
Don't unnecessarily unstall devices.
dossrv: make GLONG() return ulong, handle getsect() error in dostat()
etherx550: add intel 10GB ethernet controlller x550 driver (thanks joe9)
ether82598: fix multicast filter (thanks aiju, joe9)
dossrv: use 64 bit vlong for sectors
dtracy: avoid pointer to integer truncation warning on amd64
fplot: fix operator associativity
fplot: add min/max operators
dtracy: get rid of DTName struct, support more than three parts in a probe name, wildcard matching
pc(1): reference counting bug
upas/fs: remove now unnecessary "force" argument to cachefree
upas/fs: handle errors from fetch for cachebody()/cacheheaders()
upas/fs: fix infinite loop in putcache
fortunes: [9fans] ..... UNSUBSCRIBE_HELP NEEDED
forgotten files
kernel: change peek to return number of characters left rather than 0/-1
dtracy: catch page faults
add dtracy support to mkdevc and enable dtracy with plan9.ini
sshfs: add exits(nil) to threadmain
dtracy: call dtptrigger with a struct pointer rather than a list of arguments; put return value in arg9
dtracy: fix lexer bug
fix dtracy man page
add dtracy manpage
dtracy: add support for aggregations
rio: get rid of window delete thread, fix mysterious disappearing windows
add entries for il rcpu
ptrap(4): fix formatting
forp: change indexing to verilog-like semantics
acid: fix transcript
libmp: fix mptouv behaviour to match mptoui
libmp: add tests for integer conversions
mptov: make it actually work
kernel: remove unused static variable "sofar" from timerintr() (thanks mischief)
kernel: fix tprof on multiprocessor
factotum: rsa: use mptober() to get right adjusted result instead of mptobe() and memset()
bootrc: remove $ff references (was old parsed /boot/boot argument list)
kencc: make "function not declared" a warning unless compiling with -T
python: explicitly declare WaitForThreadShutdown as void
libsec: fix memory leak in pkcs1_decrypt()
libdtracy: wrong operator in XORI (thanks aiju)
kencc: turn "function args not checked" warning into "function not declared" error if appropriate
2c(1): document some differences with ANSI C
hgwebfs: write headers individually, so they are not limited by webfs iounit (thanks mischief)
webfs: write headers individually so they are not limited in sum to the 8k buffer
fplot: add support for readout with middle mouse button
fplot: color different curves
fplot: compute y range correctly when used with multiple graphs
upas: get rid of broken validatesender example, remove redundant upas/misc and setup target
hgwebfs: read to eof by default to match urllib2 behavior
devip: fix arpread, dont return partial entries
fshalt: wait for fileservers command file to vanish
upas/fs: avoid switch on vlong breaking build (thanks k0ga)
upas/fs: another mistake ...
upas/fs: fix broken body.ext in walk (thanks sl)
libmach: change amd64 szreg to 8 (thanks charles forsyth)
delete old NOTICE file
snap: use Mach->szaddr as the width of the stack pointer (fixes snap on amd64)
snap: add debug flag, make debug less verbose
snap: check for overflows, cleanup error handling
snap: consequently use ulong for page index and count
snap: be more conservative taking stack snapshot
upas/fs: keep messages *marked* for deletion in the index
upas/fs: allow msgincref() with mb->refs == 0
upas/fs: checkfid() might be called with uninitialized fid, ignore
upas/fs: don't enter mailbox into hashtree when it is being freed
mp(2): clarify mptoa() and mpfmt() default base
upas/fs: rework the refcounting, use 64bit qid path, add checks
games/md: fix mkfile
games/md: use cpu.c from blit
games/blit: clean up cpu.c and make it pass tests
pc, pc64: park application processors in rebootcode with mmu off
vt(1): vt doesnt exit when the host process exits as claimed (thanks driusan)
cc: fix wrong "useless or misleading comparison" warning
rc: implement $"x in terms of Xdol() and new Xqw() instruction
devip: fix swapped tcp snd.scale and recv.scale in tcpstate() format (thanks joe9)
libdraw: avoid deadlock for mouse ioproc sending on resizec
devbridge: fix runt packets going through the bridge (thanks cinap)
games/c64: make keyboard table more readable
ether82563: ignore i82753 checksums, fixes T60 ethernet
nusb/kb: multitouch support (touchscreens, stylus)
rcpu: fix pvar to initialize empty variables (thanks mycroftiv)
nusb/kb: revert multitouch, breaks some mice...
upa/imap4d: ignore messages without digest info
disk/mkfs: remove unused cputype variable (thanks kvik)