NetBSD/sbin/savecore
leo a10137a7e3 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:29:36 +00:00
..
Makefile convert to new RCS Id conventions; reduce my headache 1995-03-18 14:54:19 +00:00
savecore.8 Note the proper name for the core file instead of vmcore, and note the 1995-06-27 22:40:46 +00:00
savecore.c New libkvm/savecore implementation. With the following differences: 1996-03-16 10:29:36 +00:00
savecore_old.c old savecore - do not update 1996-03-16 10:25:11 +00:00