summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_i386.c
AgeCommit message (Expand)Author
2022-01-10Get rid of usrstack/USRSTACK. Document that the old version of getargv ischristos
2020-04-25Switch to the new PTE naming. The old naming is now unused, remove it.maxv
2014-02-19Remove the #include <sys/user.h> from all of libkvm.dsl
2010-10-05Import PAE support for kvm(3):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-10-25use <i386/foo.h> in a few places.mrg
2008-01-15Handle reading from raw disk devices.ad
2008-01-05Add address translation support for 4MB pages, which we use to map thejld
2008-01-05The address translation routine needs to use the plN_pi macros (forjld
2007-10-18sync with kernel after the merge of yamt-x86pmap branch.yamt
2004-08-27pdtpaddr -> pdppaddrthorpej
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-18Merge the nathanw_sa branch.thorpej
2001-08-05Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn'tmatt
2000-06-29<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26remove redundant vm includesmrg
1999-07-02More trailing white space.simonb
1998-09-27Remove lintchristos
1998-06-30Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).thorpej
1998-02-18Rewrite _kvm_kvatop() to work with the new crash dump format, and makethorpej
1997-08-15use <sys/cdefs.h> __RCSID() macromikel
1997-08-14Add _kvm_mdopen()gwr
1996-03-18RCS id police.thorpej
1996-03-08Clean up a bit.mycroft
1995-06-29fix a piece of sloppy coding on my part. gdb -k still doesn't work, though.cgd
1995-06-26update to match reality.cgd
1995-01-09Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...mycroft
1994-08-15Update to match current pmap.mycroft
1994-05-18Fix kvm_uvatop().pk
1994-05-09just punt for now; don't want to deal with this & don't want it to corecgd
1994-05-09new libkvmcgd