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)
avoid updating offset in pread; avoid diagnostic about vlong mask (charles forsyth)
correct check for segment overlap (rmiller)
rc: simplify execfinit() / Xrdfn() using the globber to lookup /env/fn'#'*
rc: fix double close() in addenv()
jpg: output partial image data when available (truncated files)
rc: remove duplicate Xrdfn entry from fname[] array
rc: remove historical unix and win32 ports
rc: fix shift regresison, sorry
rc: remove pointless Memcpy(),Malloc(),Realloc() and efree() wrappers
rc: fix inband globbing bugs, cleanup
rio: only the current window may change the cursor, fix typo screen->r vs w->screenr in drag()
revert previous commit, not ready yet
rio: get rid of all mouse moves, fix cursor handling
upas/marshal: strip trailing whitespace from header values
auth/rsa2x509: generate x509v3 cert as extension field might not otherwise not be expected
auth/rsa2x509, auth/rsa2csr: allow appending SubjectAlternativeNames (SAN) to multi-domain certificate generation
devssl, devtls: fix permission checks
ip/ipconfig, ip/ppp: preserve preexisting entries when writing /net/ndb
vgaigfx: fix device id for Ivy Bridge (thanks Kenji)
games/mahjongg: off by one in bmatch(), fix hint() redraw (thanks Kenji)
/lib/vgadb: add Panasonic CF-R7 LCD panel (thanks Kenji)
add belarusian (by) keymap (thanks eric lindblad)
remove š and Š from estonian keymap
kernel: fix cb->f[0] nil dereferences due to short control request
remove unmaintained omap4 (pandaboard) kernel
remove unmaintained bitsy (ipaq) kernel
etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kanji)
9fs: add sites to 9front case.
hg: set $HOME when not already set to avoid silly uid lookups which can fail if theres no /adm/users
webfs: fix "fd out of range" error message