Home | History | Annotate | Download | only in libkvm
History log of /src/lib/libkvm/shlib_version
RevisionDateAuthorComments
 1.12  11-Jan-2009  christos bump shared libraries.
 1.11  08-Nov-2007  joerg 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.
 1.10  18-Jan-2003  thorpej branches: 1.10.22;
Merge the nathanw_sa branch.
 1.9  26-May-2000  simonb branches: 1.9.6;
Add kvm interface to the new sysctls:
kvm_getproc2() -> sysctl(KERN_PROC2)
kvm_getargv2() -> sysctl(KERN_PROC_ARGS, KERN_PROC_ARGV)
kvm_getenvv2() -> sysctl(KERN_PROC_ARGS, KERN_PROC_ENV)
Add new KVM_NO_FILES flag to kvm_open*() - set up enough state to
use the above calls without having to open any kernel files.

XXX: kvm_getprocs.3 and kvm_open.3 to be updated soon.
 1.8  25-Feb-1999  abs Add a note to update src/distrib/sets/lists/base/shl.*, and add a missing
RCS Id.
 1.7  05-Jan-1998  perry RCSID Police.
 1.6  20-Mar-1996  mrg libkvm has totally changed, bump major version.
 1.5  09-May-1994  cgd the world has changed
 1.4  05-May-1994  cgd field name change, and safety (minor)
 1.3  05-May-1994  cgd update for changed flags
 1.2  27-Mar-1994  cgd _double_ major number bump! joy!
 1.1  27-Jan-1994  cgd create this in preparation for later.
 1.9.6.1  23-Apr-2002  nathanw Make libkvm able to cope with a LWPified kernel.

Add a kvm_getlwps() function to retrieve the LWPs of a specific process.
 1.10.22.1  09-Jan-2008  matt sync with HEAD

RSS XML Feed