vmx(1): support debug instructions
devvmx: support debug registers; simplify assembly
vmx: VESA support and other misc I/O improvements
correct the greatest omission
vmx: complete cmos
vmx: implement virtio reset
vmx: obsd: load kernel symbol table and allow setting root device
vmx: fix pic 'specific eoi' bug, fix kbd bug, add fake IDE and floppy controller
vmx: openbsd support: parse more options
vmx: fix virtio bugs
vmx: remove debugging print
vmx: support EFER and PAT access
vmx: slightly more vga support
vmx: improve PIT/keyboard support
vmx: support loading openbsd kernels
devvmx: support pat and efer registers
add vmx documentation
add vmx(1)
pc: add vmx device
pc/pc64: keep shadow copy of DR7 in Mach and use that to check whether we need to reset DR7 in procsave(); remove superfluous reset of DR7 in mmurelease()
remove accidentally committed reference to devvmx
pc/pc64: debugexc: ignore exception if in kernel mode and can't get hold of up->debug
acid(1), proc(3): document watchpoints
xd: use new bio magic to make -u more efficient
add aux/icanhasvmx
pc/pc64: reset DR7 in mmurelease
aux/cpuid: decode family and model bitfields
acid: fix goofup
acid: watchpoint support
acid: provide hooks 'procattach' and 'dying'
acid: always create proclist variable
acid: add getfields() builtin
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