kernel: add secalloc() and secfree() functions for secret memory allocation
libc: add poolisoverlap() and definitions for Pool *secrmem
vga/igfx: add pci did's for kenjis intel graphics cards.
vga/igfx: work in progress fdi link train for sandy bridge, properly calculate fdi and displayport lane count
fix awk format printing bugs (thanks aiju)
devmnt: fix mistake in mntrahread()
webfs: dont include http status in "needkey" error string
libframe: consistent use of nil vs. 0
libflate: add bounds checking on decode array, add sanity checks in hufftab()
ndb/cs: don't lookup AAAA records for IL, make sure translated address is IPv4 for IL, consistent use of nil vs. 0 for pointers
ip/il: dont attept to connect over IPv6, IL only supports IPv4 packets
6c: subsitute floating point registers eleminating MOVSD and MOVSS instructions in peephole pass
ratrace: fix fork/exec race with "nohang" procctl (like a debugger)
document mplogic functions
libcontrol: primitive text entry cut and paste with mouse
hgwebfs: make hgwebfs prompt for password
webfs: avoid retry loops when we got a bad key in factotum
webfs: include factotum key query in error string for 401/407 Unauthorized status
authsrv(6): document session secret key derivation for p9sk1 and dp9ik
mptrunc: normalize after mpassign to handle the case b==r
thread(2): threadgrp() -> threadgetgrp(), thanks jpm
libauthsrv: ANAMELEN -> PASSWDLEN
libauth: fix mount file-descriptor leak in auth_chuid()
auth/login: add dp9ik key to sub factotum, get rid of temporary /srv file
ape/libauth: add PASSWDLEN constant to compile passtokey.c from native libauthsrv (thanks lawler)
auth: various cleanups, use common readcons() from libauthsrv, zero keys after use
auth/secstore: use common readcons() routine from libauthsrv
auth/factotum: use common readcons() function from libauthsrv
libauthsrv: export common readcons() routine and introduce PASSWDLEN constant
auth/changeuser: fix misleading print (secret is 31 chars max, not 256)
devtls, devssl: make sure channel has ORDWR mode and is not a mount chan on fdtochan()
swap: make sure swap chan has ORDWR mode on fdtochan()
make error handling in 9p service loops consistent
upas/fs: remove checkmboxrefs() debugging code, properly handle errors in 9p loop
ndb/dns: remove procname statistics and restart feature, cleanup 9p service loop
kernel: dont pprint() into 9p channels
5c: fix int -> uvlong cast bug (thanks to qwx on his patience on a the trouble session to narrowing it down)
libsec: add scrypt password based key derivation function
disk/prep: if no 9fat, reserve space for plan9 partition table in autopart (thanks Shamar)
remove mpc.tab.h on mk clean
add history for libregexp
9fs: remove juke, kfs and snap targets, caching for other and dump
acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the value
rc: implement 9atoms ` split {command} syntax extension
doom: use Kprint for pause function (from qu7uux)
ether8169: fix wrong mbps setting (from qu7uux)
doom: fix blazing door sounds (from qu7uux)
vga/igfx: fix integer overflow in datam calculation (from qu7uux)
acme(1): remove references to awd
acme/win: implement /dev/wdir file in win to change directory tagline, remove awd
rc: write /dev/wdir after printing the prompt, not after executing "cd" command
ndb/dns: purge db records on refresh for resolvers, remove old debug and testing code
/sys/src/games/mkfile: add timmy
added games/timmy
rio: move the test if w is allowed to change cursor into wsetcursor()
5c: handle unused results for cgen64()
chacha: calculate rounds in separate function (helps registerizer), get rid of unrolled code
libc: native _addv() and _subv() routines for arm
kernel: more (arm) compiler friendly mul64fract()
5c: support for bit ROL, native 64 bit arithmetic
cc: add OROL op to side effect free op list
audio/flacdec: exit on decode error, print error message
fortunes: Emacs now supports webkit.
togif: -E flag to read animation from stdin
8c, 6c: native ROL (cyclic shift) instruction support, improve peephole optimizers
?c: track ../cc/cc.h dependency and rebuild cc.a$O as neccesary
aml(2): document amlintmask
aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)
aml: implement ToInteger() and Match() instructions
webfs: less aggressive url normalization; never unescape reserved characters in path/query/fragment
etheriwl: add pcid 0x0082 for Intel Centrino Advanced-N 6205 variant
mk: remove buggy and useless symtab functions (thanks qrstuv)
mk: remove buggy and unneeded syminit() function (thanks qurstuv)
libmemdraw: remove unused static variable from memimagedraw()
add polish keymap (thanks chomzee!)
awk: restore old buffering behaviour for printf
vgaigfx: check gtt to determine graphics memory size, add hw cursor support for g35 (thanks kenji)
etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)
/sys/lib/dist/mkfile: efi iso/hybrid support
efi: ensure 8 byte alignment of buffer, as ReadBlocks() method will fail otherwise
efi: allow access to iso filesystem on non-cdrom media (iso/hybrid)
9boot(8): third time's the charm (thanks archeus)
9boot(8): document 9boothyb
dist/mkfile: generate iso/hybrid image for 9front.iso
9boot: add iso hybrid loader 9boothyb
libauthsrv: dont pass netroot to netmkaddr()'s defnet parameter in authdial() (thanks kenji arisawa)
kernel: add srvtls and tlsclient to bootfs.proto for encrypting connection to the file server
add srvtls and the corresponding tcp17020 service
cc: prevent symbol buffer overflow
ndb/cs: fix memory leak (charles forsyth)
exportfs: disallow ORCLOSE in readonly mode (charles forsyth)