summaryrefslogtreecommitdiff
path: root/lib/libkvm/kvm_mips.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
2011-01-23Teach libkvm how kernel virtual memory is laided on 64-bit MIPS kernels.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
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-06-30Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).thorpej
1998-02-19Rewrite NetBSD/mips crash dump address translation, based on NetBSD/alpha's,thorpej
1998-02-03remove obsolete register declarationsperry
1997-10-20kill lint.jonathan
1997-08-15use <sys/cdefs.h> __RCSID() macromikel
1997-08-14Add _kvm_mdopen()gwr
1997-06-25MACH_CACHED_TO_PHYS() -> MIPS_KSEG0_TO_PHYS().jonathan
1997-06-18Include mips1_pte.h and mips3_pte.h. Read cpu_arch from the kerneljonathan
1996-03-18RCS id police.thorpej
1995-01-09Eliminate _kvm_uvatop(), in favor of using the machine-independent VM structu...mycroft
1994-05-09new libkvmcgd