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
awk: bring back ENVIRON[] support
acid: don't get fooled by spaces in convflt()
pc: use fpsave() instead of fpenv() to capture fp exception context
libregex: fix sed regression (thans spew)
upas/bayes/dump.c: regcomp.h is now located in this directory.
awk: temporarily fix for NaN() exceptions on 386
ape/libsec: fix nuke target to remove /$objtype/lib/ape/libsec.a instead of /$objtype/lib/libsec.a
handle NaN in awk (thanks spew)
awk: fix mkfile for cross-compiles (thanks, spew)
remove ape/regexp.h, remove leftover #pragma lib oldlibregexp.$O from upas/bayes/regexp.h
fix printing a char from an empty string
fix printing a char from a string that starts with a rune
fix unsigned printing for awk
merge default
get rid of size printing
rune(2): add Runeerror reencoding considerations in BUGS section (thanks aiju)
check program size
better memory management of threads (thanks knuth)
libjson: add slack space to literal string buffer to handle bad runes (thanks mischief)
merge in master
use Beof for awk port
remove ape regexp library, add utility for awk native port
remove old libregexp files; add headers for upas/bayes
New libregexp and APE ported to native
made abaco's gui respect $font and made readweb respect most installations
rsa: rename getkey() to getrsakey(), document rsa2csr in rsa(8)
libsec: implement server side SCSV preventing silly client fallbacks
libsec: order tlshand cipher suits by: keyexchange>=cipher>=hash, ignore client preference
rsagen: increase default key size to 2048 bits