Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 11/08/2007 20:48:06
Module Name: src
Committed By: joerg
Date: Thu Nov 8 20:48:06 UTC 2007
Modified Files:
src/include: kvm.h
src/lib/libkvm: kvm.c shlib_version
Log Message:
Add kvm_dump_header and implement kvm_dump_wrtheader on top of it.
This function allows the caller finer control of how the writes happen
and doesn't force stdio as interface. Optimise clear_gap a bit to not
fill the gap byte-wise. Bump minor version of libkvm.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/include/kvm.h
cvs rdiff -r1.88 -r1.89 src/lib/libkvm/kvm.c
cvs rdiff -r1.10 -r1.11 src/lib/libkvm/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.