History log of /netbsd-src/include/kvm.h (Results 1 – 17 of 17)
Revision Date Author Comments
# 888c1340 22-Jan-2016 dholland <dholland@NetBSD.org>

u_char, u_int, u_long -> unsigned char, unsigned, unsigned long

This makes these headers work without _NETBSD_SOURCE.


# ea9367e3 12-Sep-2011 christos <christos@NetBSD.org>

add kvm_getkernelname()


# 6475789b 08-Nov-2007 joerg <joerg@NetBSD.org>

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 bi

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.

show more ...


# 76e7e3ea 16-Jul-2005 christos <christos@NetBSD.org>

Cast large constant to int.


# 19b7469a 03-Feb-2005 perry <perry@NetBSD.org>

de-__P -- the hack is long since useless. Discussed with christos,
matt, kleink, others. Approved by christos.


# 039cc956 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22270, verified by myself.


# c62a74e6 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 89dea210 26-Jun-2000 kleink <kleink@NetBSD.org>

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.


# 9cd8e0d3 26-Jun-2000 kleink <kleink@NetBSD.org>

Don't rely on <stdio.h> defining off_t, pull in <sys/types.h>.


# 10e8b6d0 26-May-2000 simonb <simonb@NetBSD.org>

Prototypes for kvm interface to new KERN_PROC2 and KERN_PROC_ARGS sysctls.


# 987ebf3f 19-Apr-1996 leo <leo@NetBSD.org>

Add kvm_dump* prototypes.


# 4d2cbfce 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# 359f94db 19-Oct-1994 cgd <cgd@NetBSD.org>

be more careful with types.


# 221bc33c 09-May-1994 cgd <cgd@NetBSD.org>

new kvm lib


# e9d867ef 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 8f8767f1 01-Jun-1993 cgd <cgd@NetBSD.org>

add proto for kvm_getenv() call, to find environment variable string in
the same way kvm_getargs() gets argument string


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources