bootrc: for wireless netbooting, set the WPA/WPA2 preshard key with wpapsk=password boot parameter
Parse global pax header in the right place.
Add pax extended header support to tar.
thread(2): fix manpage typos (thanks rgl)
draw(2): fix manpage typo (thanks rgl)
devip: use the routing table for local source ip address selection
Fix directory heuristic for long file names.
games/turtle: do exit instead of crash in redraw() when there where no lines drawn
add games/linden and turtle to mkfile
add games/linden and games/turtle
tar: fix memory corruption in extract1 (thanks petter)
upasfs(4): fix manpage typo (thanks rgl)
file: add (very) basic support for detecting mpeg4 formats
upas/fs: fix handling of numeric timezone offsets in strtotm
Check if 'm' is null when updating messages.
bcm: fix software cursor avoidance for loadimage() case (thanks bitmapper)
ip/dhcpd: prevent client from increasing max reply size beyond the reply buffer capacity
Make ctrl+g focus text windows and cycle zeroxed copies (thanks kvik)
/sys/lib/plumb/basic: open nedmail windows with -noscroll
ndb/dns: handle empty $DNSSERVER
backup: Set execution bits in backup scripts
ether82563: fix multicast for i210
Fetch IMAP flags from server. This makes us sync read/answered/... flags with unix.
awk: make empty FS unicodely-correct.
sdiahci: force Hudson SATA Controller to AHCI mode
sshfs: fix dir2attrib() memory leak in wstat error case (thanks BurnZeZ)
sshfs: fix race condition between sendproc() and recvproc()
cwfs: fix listen filedescriptor leaks
lib9p: fix listensrv() filedescriptor leaks
sshfs: use threadexits() instead of exits()
upas/fs: speedup mtree and henter()
pc: move low-level allocation details out of mmu.c into memory.c rampage() function
vgai81x: use vmap() for uncached access to cursor data instead of manipulating kernel page table
ape/cc: Add arm64 and remove alpha
usbxhci: fix endpoint stall recovery, handle Ep.clrhalt flag
cmd/ip/*: chown the network connection after authentication
devip: fix permission checking
bootrc: unmount devip *before* starting factotum
bootrc: remount devip after /dev/hostowner has been written by factotum
devproc: fix fishy locking in proctext(), check proc validity, static functions
devproc: move proctab() call after Qnotepg special case in procwrite()
kernel: simplify pgrpnote(); moving the note string copying to procwrite()
ape: don't hardcode list of ape library directories in /sys/src/ape/lib/mkfile
bcm64: add addarchfile() prototype to fns.h (for qeed)
bcm64: enter page tables in mmutop *AFTER* switching asid in mmuswitch()
acid/kernel: for stacktraces, try to use context from error stack when process is not sleeping
ip/cifsd: dont return garbage in upper 32 bit of unix extension stat fields
ip/cifsd: add basic support for UNIX extensions
ip/cifsd: exit to close connection when we get malformed smb header (fixes linux mount hang)
usbehci: silence "param declared but not used" compiler warning in itdinit()/sitdinit()
sdide: silence compiler warning in atadebug()
ape: Add mkstemp to /sys/src/ape/lib/ap/gen/mkfile
Add toascii() to ape
Add mkstemp to stdlib.h
kernel: clear FPillegal in pexit() and before pprint()
devproc: restore psstate info string in procstopwait()
Allow address expressions in ?c after int casts.
Libflac: Tell it that we have stdint.h so it finds SIZE_MAX
Include integer limits from generic stdint.h in system-specific stdint.h
Add missing UINTsz_MIN defines to ape stdint.h
ip/ipconfig: don't leave behind null address when dhcp gets interrupted
sys/src/libventi: define VtEntryNoArchive constant
sys/src/libventi: implement vtsha1 and vtsha1check functions
sys/src/libventi: implement vtreconn and vtredial functions
Add RFC2822 (email style) formatted dates to to date(1).
kernel: get rid of tmperrbuf and use syserrstr swapping instead in namec()
rune(2): complete source references
kernel: make exec clear errstr, stop side-channels and truncate on utf8 boundary
bcm64: enable devgpio in kernel configuration (thanks qeed)
ndb/dnsquery, ndb/csquery: write ">" prompt to stderr (thanks kvik)
rsa(2): document asn1encodeRSApriv() and asn1encodeRSApub() functions
auth/rsa2asn1: implement private key export with -a flag (thanks kvik)
pc64: map kernel text readonly and everything else no-execute
8l, 6l: fix "unknown relation: TEXT" xfol() bug (thanks mischief)
kernel: prohibit changing cache attributes (SG_CACHED|SG_DEVICE) in segattach(), set SG_RONLY in data2txt()
kernel: make user stack segment non-executable
pc64: implement NX bit discovery, map kernel mappings no-execute
kernel: catch execution read fault on SG_NOEXEC segment (for mips)
kernel: catch execution read fault on SG_NOEXEC segment
kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, add PTECACHED bits
vncv: fix snarf buffer realloc memory corruption
emmc: 50MHz highspeed support (from richard miller)
bcm64: replace emmc2 driver with richard millers sdhc driver
/sys/lib/dist/mkfile: adjust 2GB for pi3 and zynq img
/sys/lib/dist/mkfile: storage vendors idea of 2GB is deflating
bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing, implement vmap() proper
bcm: invalidate cache on Fbinfo after firmware completion
bcm: flush out early boot messages on uart and screen initialization
/sys/lib/acid/kernel: fix procstk() for arm64, set kdir for arm/arm64 to bcm/bcm64
bcm: set XN bits for kernel device mappings
bcm64: do not use OTP_BOOTMODE_REG to determine OSC frequency (thanks richard miller)