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_mips.c
Age
Commit message (
Expand
)
Author
2022-01-10
Get rid of usrstack/USRSTACK. Document that the old version of getargv is
christos
2014-02-19
Remove the #include <sys/user.h> from all of libkvm.
dsl
2011-01-23
Teach libkvm how kernel virtual memory is laided on 64-bit MIPS kernels.
matt
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-01-15
Handle reading from raw disk devices.
ad
2003-05-16
Consistently spell "crash dump" as two separate words. From jmc@openbsd.
wiz
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
2000-06-14
fix up NetBSD RCS Ids to match the standard, and the leading comment as
cgd
1999-07-02
More trailing white space.
simonb
1998-06-30
Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).
thorpej
1998-02-19
Rewrite NetBSD/mips crash dump address translation, based on NetBSD/alpha's,
thorpej
1998-02-03
remove obsolete register declarations
perry
1997-10-20
kill lint.
jonathan
1997-08-15
use <sys/cdefs.h> __RCSID() macro
mikel
1997-08-14
Add _kvm_mdopen()
gwr
1997-06-25
MACH_CACHED_TO_PHYS() -> MIPS_KSEG0_TO_PHYS().
jonathan
1997-06-18
Include mips1_pte.h and mips3_pte.h. Read cpu_arch from the kernel
jonathan
1996-03-18
RCS id police.
thorpej
1995-01-09
Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...
mycroft
1994-05-09
new libkvm
cgd