rootstub: add /sys/lib/dist/ndb/dhcp/
pc kernel: remove countpagerefs() (thanks BurnZeZ)
kernel: exec support for arm64 binaries
bcm64: add experimental work in progress arm64 kernel for raspberry pi 3
bcm: don't call nil on PADDR() in dmaaddr(), return busdram dummy address
bcm: move fiq saved pc adjust into lexception.s so it can be shared with arm64
uartpl011: dont touch line control while uart is enabled
gs: avoid stupid shifts by casting to uint64_t
ape: initial support for arm64
libthread: initial support for arm64
libmp: add dummy mkfile for arm64
libsec: dummy mkfile for arm64
libmach: initial arm64 support
libc: initial arm64 support
7l: add missing AFMOVD with EXT/AUTO/LOREG operands to optab
kernel: get rid of checkpagerefs() debugging
kernel: export freepages() function so it can be used in mmurelease()
kernel: include lock pointer in error report, stop spamming lockloop prints when we are panicing
kernel: insert memory barrier in the scheduler before setting up->mach = nil
[5678vq]c: fix .safe node type for *FUNC() = *FUNC() sugen
vmx: build vmx only for 386 or amd64
ether8169: fix thinkpad A485 ethernet (thanks mischief)
7c: don't emit SXTW for non-register source operand
distproto: add /lib/news/ (thanks lyndon)
7l: there is no BIC* $bimm variant
usbxhci: make stuck usb transactions interruptable.
distproto: add /lib/ndb/dhcp/ directory (thanks lyndon)
nusb/usbd: stop sending port enable commands
7l: deal with huge (negative or > 24bit) register offsets, fix LACON, avoid DWORD in constant pool when we can sign extend
7c: fix long to vlong/pointer conversion, avoid negative immediate offsets
devsd: fix sddelpart() AGAIN
awk: fix nextfile crash (thanks leetspete)
devsd: fix panic when using "delpart" to remove a partition that was already removed
pc: audiohda: recognize AMD Family 17h hd audio controller
pc: devarch: recognize AMD Ryzen model
pc: pci: add AMD FCH LPC bridge to southbridges
nusb/usbd: fix dump %U formatter
ip(3): document TCP ctl close command
devip: reject bad numeric ports (such as 9fs -> 9)
bcm: move CONFADDR parsing into bootargs.c, simplify initcode start() args handling
bcm: don't use PADDR() to convert bus address to physical in vcore
kernel: get rid of KSTKSIZE alias for KSTACK
kernel: get rid of PTR2UINT() and UINT2PTR() macros
bcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr()
bcm: move okay() from uartmini.c to devarch.c
bcm: move interrupt handling out of trap.c into irq.c
fix bad function declarations in manpages
thread(2): threadsetname takes a fmt string
audiohda: add support for Gemini-Lake audio in Intel NUC nuc7pjyh (thanks sam-d)
7l: fix vlong constants in literal pool for non-MOV instructions
7l: fix bitcon instruction selection and encoding
7l: add arm64 linker (initial sync)
7a: fix indexreg operations
7a: fix post increment operands
7c: fix registerization of vlong constants
add arm64 c compiler and assembler (thanks charles forsyth)
rootstub: create arm64 directories
uptime: rewrite in awk
libauthsrv: authdial smprint() out of memory autism
sgi: remove obsolete TSTKTOP constant
xen: remove obsolete TSTKTOP constant
bcm: remove obsolete TSTKTOP constant
pc64: get rid of TSTKTOP, USTKTOP is the end of user address space
sshnet: get rid of Announced state, simplify
sshnet: implement listen (port forwarding)
sshnet: don't leak error string
sshnet: don't leak "Dialing" connections when "connect" ctl write gets interrupted
sshnet: pass on open failure error message, simplify
sshnet: fix eof and close handling, use proper packet size, cleanup
vt: dont make fs procs hang arround when closing rio window
sshnet(4): fix user@host syntax, add BUGS section, add ip(3) reference
ssh: print usage for unknown flags, cleanup
ssh(1): add sshnet(4) reference
sshnet: reduce memory consumption by lowering stack sizes
sshnet: fix write count for ctl message writes
sshnet: actually make sure ssh established connection before exiting main proc
sshnet(4): add documentation
sshnet: bring back sshnet using ssh(1) mux mode
ssh: add experimental mux mode
ssh: implement -W option for making remote tcp connections
fix DST begin/end timestamps for South Australia
walk: remove unused depth argument from dofile()
bootrc: simplify if statement
dtracy: avoid dmachlock() race
dist/mkfile: aux/stub -d /n/src9/usr to avoid overbinding /usr in case /n/src9 an / alias
5c: dont substibute (destination) registers contained in MOVM reglist
inst/startether: skip ipv6 auto configuration when nora6 was specified