games/galaxy: fix crash on write to closed display
ip/gping: fix corruption due to Machine.last pointer not being maintained in pingclean(), cleanup unused stuff
libregexp: fix assert check for compile1 instruction count
games/galaxy: add n-body simulator
games/mix: remove unused variable
wpa: dont send initial "start" message, faster polling interval waiting for connection
wifi: timestamps in debug print, flush queue on deassoc, shorter roam timeout, timeout in blocked state, fix essid seprint race
etheriwl: add support for Centrino Advanced-N 6030, 6235 (thanks khm, openbsd)
playlistfs: fix playc chan type (thanks mischief)
jukefs: fix realloc sizes (thanks mischief)
wifi: handle short preamble and short time slot capabilities
games/gb: fix bug that prevented timer data from being accessed (thanks qwx)
games/gb: timer array should be unsigned (thanks qwx)
games/gb: fix typo in the routine to load timer data (thanks qwx)
ec(2), rsa(2): document X509toECpub(), X509ecdsaverify(), X509ecdsaverifydigest(), X509rsaverifydigest()
libsec: zero name buffer in X509toECpub()
libsec: make X509toECpub() return CN name like X509toRSApub()
ec(2): document ecencodepub(), ecdecodepub() and ecpubfree() and list all the curve parameter functions
libsec: revert asn1mpint(), rewrite rsa signature validation, cleanups
factotum: support sha256 algorithm in rsa pkcs#1 signing
libsec: handle signed asn.1 bigint to mpint conversion for x509
ip/ipconfig: have to refresh /net/cs, /net/dns after ndbconfig even tho /net/ndb didnt got written
rsagen: prefer 65537 as the default exponent when elen == 0, otherwise pick randomly
libsec: fix mkbigint(), asn.1 uses two's compement signed representation
libsec: check if modulus is too small for message in pkcs1padbuf()
libsec: need PKCS#9 "Extension Request" attribute (rsareq())
libsec: have rsagen() always produce postive !dk to avoid confusion
libmp: fix mpmod() aliasing bug when n == r and x < 0 (thanks aiju, mischief)
aan: use unsigned message counters, reject repeated acks, cleanup debug prints
games/mix: implement Knuth's specification for comments
libregexp: improve the transition to next available thread, instruction, and generation
libregexp: simplify regular expression vm implementation
ip/ipconfig: don't write /net/ndb when getting config from ndb (-N)
aan: check negative message size in header
audio/flacdec: continue after decode error (thanks deuteron)
/sys/lib/plumb/basic: fix rule for audio files (thanks deuteron)
cwfs: handle worm exhaustion more gracefully
auth/keyfs: use ulong for time
secstore/secuser: use ulong for time
auth(8): document authsrv -N flag
games/mix: fix STZ bug, print CMPA instruction
inst/bootsetup: fix unformated esp check (thanks yellow_apple)
pc/pc64: get rid of timerset(0) case, was used with "i8253set off" ctl
sgi: get rid of timerset(0) case
factotum: fix memory leak in findkey()
games/mix: fix man page directories
games/mix: remove tests directory
games/mix: document -g option, rename tests to examples as it is in the man page
rcpu: use $cpu environment variable for host when not specified
libsec: avoid temp variables in chacha/salsa ENCRYPT() macro
listen(8): remove tcp22 section
cpu(1), import(4): note deprecation and refer to rcpu(1)
listen(8): remove reference to ssh(1)
rsa(8): remove reference to ssh(1)
srv(4): fix reference to tlssrv(8)
factotum(4): remove reference to ssh(1)
execnet(4): remove trailing ,
execnet(4): remove reference to ssh(1)
vt(1): remove reference to ssh(1)
con(1): remove reference to ssh(1)
9p(2): remove reference to ssh(1)
stub(8): remove reference to sshnet
authsrv(6): remove reference to ssh(1)
srv(4): remove ssh/sshsrv references
ssh: R.I.P.
sgi: change definition of tas() to take void* like the rest
libsec: implement extended 192-bit nonce xchacha variant and hchacha function
kernel: make the mntcache robust against fileserver like fossil that do not change the qid.vers on wstat
kernel: add "close" ctl message for tcp connection to gracefully hang up a connection without a tcp reset (used by go)
games/mix: Add Knuth MIX emulator/assembler
6c: reverse register allocation order to avoid having to spill AX,DX and CX
aux/data2s: compress output
cfs: fix cfsctl interaction with mount cache (mount -C flag)
6c, 8c: fix "DI botch" evacuating DI/SI/CX registers to ".save" variables
vgaigfx: enable softscreen by default
samterm: avoid flushimage when theres nothing new to flush
libmp: avoid temporary buffer allocation in mprand()
fplot: fix zoom egetrect check (thanks qu7uux)
fplot: parse negative numbers in argument to -r option (thanks qu7uux)
libsec: replace des based X9.17 genrandom() with chacha random number generator
keyfs: print error message when reading /adm/keys fails
cdproto: explicitely create /$objtype/bin subdirectories for all archs
libavl: fix manpage example, minor improvement to code
avl: fix man page example
alv(2): new avl implementation
auth/as, auth/none, auth/newns: consistent handling of command arguments, cleanup
libauth: don't attempt to mount when opening mount srv file fails in nsop()