summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
1998-09-09Adjust for the reaper process.thorpej
1998-08-17vm_size_t -> vaddr_t, thanks Matt Thomas for pointing it out.thorpej
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-08-01Remove some lint.thorpej
1998-08-01Remove some lint.thorpej
1998-07-26const poisoning.mycroft
1998-06-30Oops, missed a couple of pread(2) uses.thorpej
1998-06-30Use pread(2) and pwrite(2) rather than lseek(2)/{read,write}(2).thorpej
1998-06-29fix return value of kvm_read() and kvm_write()msaitoh
1998-06-08there probably are bugs. however, don't make an issue of itlukem
1998-03-25Don't rely on a constant page shift value; dynamically compute it basedthorpej
1998-03-15No need for autoconf.hpk
1998-03-03Update for changes to <machine/pte.h>thorpej
1998-02-19NetBSD/mips uses new libkvm now.thorpej
1998-02-19Rewrite NetBSD/mips crash dump address translation, based on NetBSD/alpha's,thorpej
1998-02-19Sigh, typo.thorpej
1998-02-19Simplify test ... MACHINE_ARCH == "mips"thorpej
1998-02-18add -DPMAP_NEW if PMAP_NEW is on in mk.confperry
1998-02-18Rewrite _kvm_kvatop() to work with the new crash dump format, and makethorpej
1998-02-14adjust changes in alpha's kcore.h.cgd
1998-02-12add UVM support.chs
1998-02-11while it is still kinda broken, at least let it compile -DUVM...mrg
1998-02-11oops, forgot to add support for UVM here.mrg
1998-02-06macroize BSD, NetBSD, FreeBSD and misc cleanupperry
1998-02-05add LIBRARY section to man pageperry
1998-02-03NetBSD 1.1A -> .Nx 1.2perry
1998-02-03remove obsolete register declarationsperry
1998-02-03Need stdlib.h for prototypes.mycroft
1998-01-17Never ever commit changes without comiling it, even if you only change aveego
1998-01-05RCSID Police.perry
1997-11-02--Fix k1seg translation, which has been broken sinceross
1997-10-28Use <m68k/kcore.h> rather than <machine/kcore.h> to ensuregwr
1997-10-28include stdlib.h to define free().phil
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-20kill lint.jonathan
1997-10-20Fix warnings.ragge
1997-10-19Oops, fixed edit error at previous commit.oki
1997-10-19NetBSD/x68k now use libkvm instead of libkvm.oldoki
1997-10-18Include stdlib.h for prototype of free().mark
1997-10-12Put spaces around / in comment so 'machine/*.h' does not generate '/* insidebriggs
1997-10-12Fix a couple of warnings.briggs
1997-10-12Put spaces around / in comment so 'machine/*.h' does not generate '/* insidebriggs
1997-10-10clean WARNS on the sparc.mrg
1997-10-10clean up WARNS on the alpha.mrg
1997-10-05New version for libkvm rather than libkvm.old. Based on the kvm_powerpc.cmark
1997-10-05Switch from libkvm.old to libkvm for the arm32 port.mark
1997-09-20The `cpu_kcore' header has changed allowing libkvm to be independent ofpk
1997-09-19Need <vm/vm.h>thorpej
1997-08-26/* Tyop. */kleink