index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libkvm
/
kvm_i386.c
Age
Commit message (
Expand
)
Author
2022-01-10
Get rid of usrstack/USRSTACK. Document that the old version of getargv is
christos
2020-04-25
Switch to the new PTE naming. The old naming is now unused, remove it.
maxv
2014-02-19
Remove the #include <sys/user.h> from all of libkvm.
dsl
2010-10-05
Import PAE support for kvm(3):
jym
2010-09-20
Change kvm_pa2off() and kvm_kvatop() prototypes (private to kvm(3)):
jym
2010-09-19
Ansify and KNF all functions within kvm(3). No objection on current-users@.
jym
2008-10-25
use <i386/foo.h> in a few places.
mrg
2008-01-15
Handle reading from raw disk devices.
ad
2008-01-05
Add address translation support for 4MB pages, which we use to map the
jld
2008-01-05
The address translation routine needs to use the plN_pi macros (for
jld
2007-10-18
sync with kernel after the merge of yamt-x86pmap branch.
yamt
2004-08-27
pdtpaddr -> pdppaddr
thorpej
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-01-18
Merge the nathanw_sa branch.
thorpej
2001-08-05
Don't include <machine/pmap.h> and <machine/vmparam.h> if _KERNEL isn't
matt
2000-06-29
<vm/vm.h> -> <uvm/uvm_extern.h>
mrg
2000-06-26
remove redundant vm includes
mrg
1999-07-02
More trailing white space.
simonb
1998-09-27
Remove lint
christos
1998-06-30
Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).
thorpej
1998-02-18
Rewrite _kvm_kvatop() to work with the new crash dump format, and make
thorpej
1997-08-15
use <sys/cdefs.h> __RCSID() macro
mikel
1997-08-14
Add _kvm_mdopen()
gwr
1996-03-18
RCS id police.
thorpej
1996-03-08
Clean up a bit.
mycroft
1995-06-29
fix a piece of sloppy coding on my part. gdb -k still doesn't work, though.
cgd
1995-06-26
update to match reality.
cgd
1995-01-09
Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...
mycroft
1994-08-15
Update to match current pmap.
mycroft
1994-05-18
Fix kvm_uvatop().
pk
1994-05-09
just punt for now; don't want to deal with this & don't want it to core
cgd
1994-05-09
new libkvm
cgd