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
libmach: remove alpha stuff
remove support for import command in namespace files
remove references to dec alpha from the manual
ape: return plan9 error strings from strerror()
correct reference to srv(3) in shr(3)
document example for shr(3)
add "snake" tracing effect to mole
fix e2 production to match regexp(6) and do it right this time
libregexp: reverting this shit. this is clearly broken.
libregexp/regcomp.c: fix parser for e2 production (thanks, spew)
just use wait in "system" call for awk, get rid of unix dependent status code divisor
null terminate await buffer for proper tokenize call
use rc in awk, remove awk from APEDIRS in cmd mkfile
/lib/ndb/common: update ip addresses for [BCHL].ROOT-SERVERS.NET
awk: dont require sed to build awk