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_alpha.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
2014-01-27
Add missing __RCSID("$NetBSD$");
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
2003-04-09
Just use PAGE_SHIFT from <machine/vmparam.h> instead of going through
nathanw
2001-08-05
Include <machine/vmparam.h> for VM_MIN_*...
matt
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-08-17
vm_size_t -> vaddr_t, thanks Matt Thomas for pointing it out.
thorpej
1998-08-01
Remove some lint.
thorpej
1998-06-30
Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).
thorpej
1998-03-25
Don't rely on a constant page shift value; dynamically compute it based
thorpej
1998-03-03
Update for changes to <machine/pte.h>
thorpej
1998-02-14
adjust changes in alpha's kcore.h.
cgd
1997-11-02
--Fix k1seg translation, which has been broken since
ross
1997-10-10
clean up WARNS on the alpha.
mrg
1997-08-12
Add _kvm_mdopen()
gwr
1996-10-01
add support for real KV addresses, and clean up some.
cgd
1996-10-01
Real alpha support, minus actual KV -> physical translation. (Does K0SEG ->
cgd
1996-10-01
stub _kvm_pa2off so that new libkvm links
cgd
1995-09-29
reminder to not forget k0seg translations. (nothing done here yet, though.)
cgd
1995-02-10
stubs.
cgd