authsrv: more useful error reporting
authsrv(6): fix typo "ther" -> "their" (thanks aiju)
auth/asaudit: quote user and dom attributes in factotum key
hgwebfs: rewind data before pushing
asaudit: check factotum key ; netaudit: mention asaudit
add redact(1)
libaml: make heap size field int, implement BankField definitions
asaudit: missing \n in print
add auth/asaudit
auth/readnvram: also print dp9ik key
auth/keyfs: support -r flag to mount read-only
ether8169: add support for RTL8106E (thanks _potato)
ether82563: work arround phyprobe() failing on 82579LM without cable plugged in (thanks mischief)
ip/ipconfig: don't null terminate the dhcp string options.
galaxy(1): terminate .EX sections with .EE
ether82563: support for i219 (tested on t460p, thanks aiju)
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