kernel: reset nwatchpt in pexit
kernel: add support for hardware watchpoints
pc64: set error code and trap fields in Ureg* on syscalls
ethervirtio: report correct length; fail gracefully if we can't initialize queues
6l: support MOV to/from DR[1-3]
8l: support MOV from/to DR[1-3]
stats: get rid of the legacy import fallback
upas: fix infinite loop in common/mkfile (thanks raiz)
make python subprocess module work with ape/sh
add Asia_Bahrain timezone, change GMT to match the example in ctime(2) (thanks raiz)
newt: pipe output of h comnmand through $pager
kernel: make statistics counters skipscheds and preempts unsigned
awk: handle bad/incomplete input in maketab (thanks kenji arisawa)
ircrc: strip backspaces, preventing backspace spam (thanks doppler)
kernel: don't preempt pager during fscache reclaim
plan9.ini(8): document netconsole
pc: actually call netconsole()
pc: add netconsole
devsegment: return proper write count for ctl message
newt: honor environment variables $editor and $pager
?a: getc() needs to increment lineno if it gets \n from peekc
libmach: add INVEPT and INVVPID instructions
vgadb: move nvidia controller entry after igfx and add haswell dids
igfx: add support for haswell graphics
io(1): %llx -> %ullx
libmach: fix wrong offset bug (thanks cinap); add VMX instructions
kernel: avoid panic with segio and SG_FAULT segments
vt: don't flush while there is keyboard input available
/sys/lib/acid/port: make line() also print the line number
/sys/doc: fix mkfile to and remove files that now can be regenerated
troff: charlib: fix right hand special character
rio: implement writable and truncatable /dev/text
kernel: fix namelenerror(), avoid memrchr() and make it static
update ape/bio.h (thanks jpm)
devproc: can't wait for ourselfs to stop (thanks Shamar)
aux/statusmsg: use libbio for textmode output
ssh: add -h flag to pass host (for compatibility)
sed: add -u flag that flushes output buffers before reading in further input
bio(2): manpage typo
bio: add support for custom I/O handler via Biofn
ssh(1): document -T tries option, #subsys cmd behaviour
ssh: quote cmd arguments with unix shell single quotes, request tty even with TERM=dumb
ctime(2): fix example (thanks raiz)
upas/fs: handle partial fetches (imap server returning less messages than available)
inst/configether: in manual network configuration, ask for dns server
dist/ndb: move sources auth server to ndb/common, list root dns servers in ndb/local as a fallback
5e: fix special bitshift and rotations
vt(1): the "send" menu became "paste"
sshfs(4): fix bad cross reference
vgamach64xx: remove drawdebug reference
ip/torrent: avoid requesting same chunks
sshfs: fix -r / retulting in "//foo" paths, memory leaks, use estrdup9p()
libregexp: miscellaneous little cleanups
vnc: substitute iprint() with fprint(2, (gone from libmemdraw)
kernel: fix rewinding in directories with pread() offset
lib9p: allow rewinding in 9pfile directories
libmemdraw: get rid of kernel iprint() emulation
libmemdraw/libmemlayer: get rid of drawdebug prints
devdraw: ignore drawdebug command
libdraw: get rid of _drawdebug variable
sshfs: add -r and -M options
cwfs: allow "none" user to rename files
sshfs: don't crash when no /etc/password file could be read on the remote side
sshfs: check correctly for directory bits; calculate parent directory correctly
sshfs: reset SReq->reqid field to fix double-free of request ids
sshfs: remove debug print
sshfs: don't cache directory contents
add sshfs(4) manpage
sshfs: look up uid/gid from /etc/^(passwd group)
add sshfs
ssh: add support for subsystems
upas/fs: fix warning about unused Err: label
games/md: copy updated cpu.c from blit
add blit(1) manpage
ssh: make number of retries configurable
ssh: loop keyboard-interactive on failure
ssh: fix typo
ssh: add "none" method to find out list of acceptable methods
libavl: fix documentation
ssh(1): refer to thumbprint(6) for the sshthumbs file format
ssh: print the whole ssh-rsa hostkey in base64 when thumb check fails
libsec: sha256 support for thumbprint files, use it in ssh as well
upas/fs: don't abort on malformed unix header
ssh(1): add $home/lib/thumbfile to FILE section
ssh: document thumbfile options
ssh: implement primitive hostkey verification
ssh(1): add bugs section about host not being authenticated
ssh(1): initial documentation, needs examples for authentication
vt: handle underline attribute
vt: handle nocolor flag and reversed background colors
vt: handle insert/delete/home/end keys for vt220/xterm
vt: handle application/normal mode (really fixes cursor keys)
merge