Home | History | Annotate | Download | only in include
History log of /src/include/kvm.h
RevisionDateAuthorComments
 1.17  22-Jan-2016  dholland u_char, u_int, u_long -> unsigned char, unsigned, unsigned long

This makes these headers work without _NETBSD_SOURCE.
 1.16  12-Sep-2011  christos add kvm_getkernelname()
 1.15  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.14  16-Jul-2005  christos branches: 1.14.10;
Cast large constant to int.
 1.13  03-Feb-2005  perry de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.
 1.12  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.
 1.11  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.10  26-Jun-2000  kleink branches: 1.10.2;
Do previous slightly different: /usr/share/misc/style no longer deems it ok
to rely on <sys/types.h> pulling in <sys/cdefs.h>; noticed by Simon Burge.
 1.9  26-Jun-2000  kleink Don't rely on <stdio.h> defining off_t, pull in <sys/types.h>.
 1.8  26-May-2000  simonb Prototypes for kvm interface to new KERN_PROC2 and KERN_PROC_ARGS sysctls.
 1.7  19-Apr-1996  leo Add kvm_dump* prototypes.
 1.6  26-Oct-1994  cgd new RCS ID format.
 1.5  19-Oct-1994  cgd be more careful with types.
 1.4  09-May-1994  cgd new kvm lib
 1.3  01-Aug-1993  mycroft Add RCS identifiers.
 1.2  01-Jun-1993  cgd add proto for kvm_getenv() call, to find environment variable string in
the same way kvm_getargs() gets argument string
 1.1  21-Mar-1993  cgd branches: 1.1.1;
Initial revision
 1.1.1.2  02-Feb-1998  perry import lite-2
 1.1.1.1  21-Mar-1993  cgd initial import of 386bsd-0.1 sources
 1.10.2.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.14.10.1  09-Jan-2008  matt sync with HEAD

RSS XML Feed