NetBSD/lib/libkvm
leo 9c2128ecdd New libkvm/savecore implementation. With the following differences:
1) savecore will not access the dump or live-kernel directly. It
        will always use the kvm-functions. Allowing it to work on kernels
        that don't have a 1-1 PA-VA mapping.
     2) the kvm-lib has some additional functions to accomplish 1
          - kvm_dump_mkheader()
          - kvm_dump_wrtheader()
          - kvm_dump_inval()
     3) the file formats of the dump generated by the kernel and the dump
        generated by savecore have been changed. The file format now looks
        like the format produced for 'normal' core dumps.
Ports not yet supporting the new kvm-format will be using libkvm.old/
savecore.old for the time being.
1996-03-16 10:23:29 +00:00
..
kvm_alpha.c reminder to not forget k0seg translations. (nothing done here yet, though.) 1995-09-29 03:57:48 +00:00
kvm_arm32.c Initial commit of the libkvm code for the arm32 port. 1996-02-02 15:35:41 +00:00
kvm_file.c KERNEL -> _KERNEL 1995-03-28 17:18:59 +00:00
kvm_geterr.3 new libkvm 1994-05-09 03:15:36 +00:00
kvm_getfiles.3 KERNEL -> _KERNEL 1995-03-28 17:29:16 +00:00
kvm_getloadavg.3 new libkvm 1994-05-09 03:15:36 +00:00
kvm_getloadavg.c new libkvm 1994-05-09 03:15:36 +00:00
kvm_getprocs.3 new libkvm 1994-05-09 03:15:36 +00:00
kvm_i386.c Clean up a bit. 1996-03-08 10:45:16 +00:00
kvm_m68k.c New libkvm/savecore implementation. With the following differences: 1996-03-16 10:23:29 +00:00
kvm_mips.c Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structures. 1995-01-09 08:59:25 +00:00
kvm_nlist.3 vmunix -> netbsd (PR #375) 1994-08-06 06:11:03 +00:00
kvm_ns32k.c Update for recent changes in the kernel. 1996-02-01 07:24:37 +00:00
kvm_open.3 new libkvm 1994-05-09 03:15:36 +00:00
kvm_private.h New libkvm/savecore implementation. With the following differences: 1996-03-16 10:23:29 +00:00
kvm_proc.c slight type cleanup. add some prototypes for internal functions, 1995-07-04 03:03:30 +00:00
kvm_read.3 new libkvm 1994-05-09 03:15:36 +00:00
kvm_sparc.c Deal with crash dumps again. 1995-07-05 18:41:25 +00:00
kvm_sun3.c Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structures. 1995-01-09 08:59:25 +00:00
kvm_vax.c kvm_vax.c added. 1995-04-25 15:41:11 +00:00
kvm.3 new libkvm 1994-05-09 03:15:36 +00:00
kvm.c New libkvm/savecore implementation. With the following differences: 1996-03-16 10:23:29 +00:00
Makefile specify man pages the new way. 1994-12-22 09:57:51 +00:00
shlib_version the world has changed 1994-05-09 03:18:05 +00:00