libdraw, screenrc: bind devdraw and devmouse in screenrc instead of handling it in libdraw
pc, pc64: fix sdvirtio descriptor count when sending flush
ircrc: add -P option for server password (thanks, nick)
/sys/lib/dist/ndb/common: correct authdom=inri
igfx: fix typos (thanks qwx)
libsec: save some space making weakCipher bitamp of type char[] instead of int[]
libsec: add TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 and TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 cipher suits
libfis: fix wrong shift for lba40 (thanks geoff and charles)
libsec: send sigature_algoritms extension for TLS1.2, order ciphers
libsec: handle TLS 1.2 changes in CertificateRequest message
cwfs: initialize /env/timezone on boot so dumps are in localtime
mkfile.proto: LIB should not be inherited during recursive mk
html2ms: bold table headings, remove wrong tag space handling
mothra: make text inside <td> bold
tar: remove unneccesary { }
tar: make z flag work, even when no file name was provided (thanks aiju)
mothra: add missing initializations for plaintext html state
libthread: get rid of tprivalloc()/tprivfree()/tprivdata() and _workerdata() (thanks qrstuv)
libc: remove privfree(), simplify privalloc()
devqspi: fix qunlock error on stat() -> close()
zynq: clean cache unconditionally *before* dma, invalidate cache *after* dma for read case
usbehci: clean cache unconditionally before handing a buffer to the hardware
dist/mkfile: add target for the aijuboard *.zynq.img
move screen and mouse setup code to /rc/bin/screenrc
zynq: fix cache flush bug for emmc driver (have to invalidate cache *before* read)
html2ms: handle subscripts and superscripts
mothra: subscript and superscript support
fortunes: Please be respectful in this forum.
auth/passwd: fix structure zeroing order
libsec: add rfc5869 hmac-based key derivation function hkdf_x()
libsec: generalize pbkdf2_hmac_sha1() to pbkdf2_x() passing the hmac as an argument
libsec: declare aes_setupEnc static
tcp: fix mtu on server sockets again (thans mycroftix)
libsec: add curve25519 diffie hellman
libsec: remove flawed aes() digest and hmac_aes() implementations (thanks aiju)
libsec: work arround 8c running out of registers compiling curve25519.c
libsec: add curve25519() from http://code.google.com/p/curve25519-donna/
libauthsrv: fix _asgetresp() for passwd
libsec: add TLS_RSA_WITH_AES_128_CBC_SHA256 and TLS_RSA_WITH_AES_256_CBC_SHA256 ciphers
libsec: add q parameter to dh_new() for subgroup support, sanitize dh parameters
libmp: simplify mpnrand(), as mpnew() cannot return nil
libmp: add mpnrand() function to generate uniform random number 0 ≤ x < n
libc: import more endianness fixes (thanks cherry9)
libsec: fix probably_prime() endless loop for n == 3
init: remove dependency to <authsrv.h>
tapefs: remove dependency to <authsrv.h>
import(4): -o, -O flags gone
cpu, import: remove old9p support
cmd/auth: remove private /dev/random reading routines, use genrandom()
auth/changeuser: set the aes key in plan9 database, but not in securenet db
keyfs: fix typo (thanks jpm)
kernel/boot: do not handle kfs boot
remove kfs references from manual
disk/mkfs: rmeove kfs support
authsrv: randomize aes key in mkkey(), not used yet.
authsrv: more aes key stuff
introduce AES key into nvram and keyfs
kfs: adjust to new libauthsrv
cwfs: adjust for new libauthsrv changes
libauthsrv: add missing files (thanks mischief)
libsec: add pbkdf2_hmac_sha1() (from wpapsk factotum module)
libauthsrv: generalize ticket service, not hardcoding ticket format and DES encryption
/lib/1oct1993: use words correctly (thanks, spew)
aux/statusbar: use title as rio window title (thanks qrstuv)
libsec: TLS1.2 server support, make cipher list with most prefered first
libsec: TLS1.2 client support
bullshit: app, deep-learning, responsive.
cc: improve (non-) side effect detection (thanks charle)
games/doom: fix array offsets for respawn angle (thanks qu7uux)
games/doom: fix gamma correction and key translation (thanks qu7uux)
games/doom: fix idclev cheat in doom2 and final doom (thanks qu7uux)
games/doom: fix unterminated comment causing sound bugs (from qu7uux)
devether: duplicate flags when copying blocks (thanks erik quanstro)
gs: fix alignment bug in image_render_interpolate()
6l: fix vlong byte order when running on big endian machine (thanks erik quanstro)
libcontrol: fix label memory leak
rio(4): document "delete" wctl message (thanks mischief)
libsec: fix mistake breaking tlsServer() (thanks sl)
cpu: cleanup ssl code, make sure -p works for any auth method