summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_alpha.c
AgeCommit message (Expand)Author
2022-01-10Get rid of usrstack/USRSTACK. Document that the old version of getargv ischristos
2014-02-19Remove the #include <sys/user.h> from all of libkvm.dsl
2014-01-27Add missing __RCSID("$NetBSD$");matt
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
2003-05-16Consistently spell "crash dump" as two separate words. From jmc@openbsd.wiz
2003-04-09Just use PAGE_SHIFT from <machine/vmparam.h> instead of going throughnathanw
2001-08-05Include <machine/vmparam.h> for VM_MIN_*...matt
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
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
1999-07-02More trailing white space.simonb
1998-08-17vm_size_t -> vaddr_t, thanks Matt Thomas for pointing it out.thorpej
1998-08-01Remove some lint.thorpej
1998-06-30Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).thorpej
1998-03-25Don't rely on a constant page shift value; dynamically compute it basedthorpej
1998-03-03Update for changes to <machine/pte.h>thorpej
1998-02-14adjust changes in alpha's kcore.h.cgd
1997-11-02--Fix k1seg translation, which has been broken sinceross
1997-10-10clean up WARNS on the alpha.mrg
1997-08-12Add _kvm_mdopen()gwr
1996-10-01add support for real KV addresses, and clean up some.cgd
1996-10-01Real alpha support, minus actual KV -> physical translation. (Does K0SEG ->cgd
1996-10-01stub _kvm_pa2off so that new libkvm linkscgd
1995-09-29reminder to not forget k0seg translations. (nothing done here yet, though.)cgd
1995-02-10stubs.cgd