Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/16/1996 05:30:03
leo
Sat Mar 16 05:23:31 EST 1996
Update of /a/cvsroot/src/lib
In directory pain.lcs.mit.edu:/a/users/leo/src/lib

Modified Files:
	Makefile 
Log Message:

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.



leo
Sat Mar 16 05:23:53 EST 1996
Update of /a/cvsroot/src/lib/libkvm
In directory pain.lcs.mit.edu:/a/users/leo/src/lib/libkvm

Modified Files:
	kvm.c kvm_m68k.c kvm_private.h 
Log Message:

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.



leo
Sat Mar 16 05:25:14 EST 1996
Update of /a/cvsroot/src/sbin/savecore.old
In directory pain.lcs.mit.edu:/a/users/leo/savecore.old

Revision/Branch: 1.1.1

Log Message:
old savecore - do not update

Status:

Vendor Tag:	Leo
Release Tags:	Leo-960316
		
N src/sbin/savecore.old/savecore.c
N src/sbin/savecore.old/savecore.8
N src/sbin/savecore.old/Makefile

No conflicts created by this import


leo
Sat Mar 16 05:29:38 EST 1996
Update of /a/cvsroot/src/sbin
In directory pain.lcs.mit.edu:/a/users/leo/src/sbin

Modified Files:
	Makefile 
Log Message:

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.



leo
Sat Mar 16 05:29:48 EST 1996
Update of /a/cvsroot/src/sbin/savecore
In directory pain.lcs.mit.edu:/a/users/leo/src/sbin/savecore

Modified Files:
	savecore.c 
Log Message:

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.