summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_private.h
AgeCommit message (Expand)Author
2022-04-19lib: remove CONSTCOND commentrillig
2022-01-10Get rid of usrstack/USRSTACK. Document that the old version of getargv ischristos
2020-04-28Implement kvm_write() for dump files. We map the file privately so thatchristos
2011-09-12add a function to report the name of the file kvm_open{,.files} is using.christos
2010-09-26Define KREAD() inside kvm_private.h, for reusability.jym
2010-09-20Change kvm_pa2off() and kvm_kvatop() prototypes (private to kvm(3)):jym
2010-09-19Ansify and KNF all functions within kvm(3). No objection on current-users@.jym
2008-01-15Handle reading from raw disk devices.ad
2006-02-161. Eliminate some unnecessary to kvm_{m,re}alloc.christos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-16Consistently spell "crash dump" as two separate words. From jmc@openbsd.wiz
2003-05-11Make the kvm routines use /dev/ksyms to get the kernel namelist.ragge
2003-01-18Merge the nathanw_sa branch.thorpej
2000-10-04format-string audit cleanupssommerfeld
2000-05-26Add kvm interface to the new sysctls:simonb
1997-08-12Add the members: usrstack, min_uva, max_uva to struct __kvmgwr
1996-05-05Allow more flexibility in the format of cpu_kcore_hdr_t and isolategwr
1996-03-18RCS id police.thorpej
1996-03-16New libkvm/savecore implementation. With the following differences:leo
1995-05-16Use the new ps_strings format. Find the arguments using theirmycroft
1995-01-09Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...mycroft
1994-09-18Move the swap page buffer into struct __kvm. Cache the page size duringmycroft
1994-05-09new libkvmcgd