freebsd_amp_hwpstate/lib/libkvm
Peter Wemm 2f85bf6e8e Implement virtual-to-physical address mapping for the kvm library on
dead kernel debugging.  The previous code was a "do nothing".

The most obvious side effect of this is that you can now do things like
this and reasonably expect them to work:
  dmesg -M /var/crash/vmcore.3 -N /var/crash/kernel.3
  ps -axl -M /var/crash/vmcore.3 -N /var/crash/kernel.3

A good deal of this was lifted from the gdb code to do this, as well as
from NetBSD's libkvm (which has completely different VM macros)
1996-10-07 20:17:50 +00:00
..
Makefile
kvm.3 Another round of spelling fixes. 1996-01-30 18:13:11 +00:00
kvm.c
kvm.h
kvm_amd64.c Implement virtual-to-physical address mapping for the kvm library on 1996-10-07 20:17:50 +00:00
kvm_file.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
kvm_geterr.3
kvm_getfiles.3 Add some missing MLINKS, correct some cross references, correct some 1996-02-09 16:20:10 +00:00
kvm_getloadavg.3
kvm_getloadavg.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
kvm_getprocs.3
kvm_hp300.c
kvm_i386.c Implement virtual-to-physical address mapping for the kvm library on 1996-10-07 20:17:50 +00:00
kvm_mips.c
kvm_nlist.3
kvm_open.3
kvm_private.h
kvm_proc.c General -Wall warning cleanup, part I. 1996-07-12 18:57:58 +00:00
kvm_read.3
kvm_sparc.c