summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
1999-09-12the PMAP_NEW option is gone as the new interface is no longer optional.chs
1999-08-19fix four major and one minor bug in dead kernel file-getting. Threecgd
1999-07-02More trailing white space.simonb
1999-04-01Nuke swap_pager.h.veego
1999-04-01Nuke swap_pager.h.mycroft
1999-03-24completely remove Mach VM support. all that is left is the all themrg
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1999-02-24make this build again after the mips->mipse? transitiondrochner
1999-02-01uh...make this build on the sparc again...or something. i've hadmrg
1999-01-30Need to be able to handle sparc64 executables as well.eeh
1999-01-25catch up with the UVM amap changes.. tested by nathanw@mit.edu, thanks.mrg
1998-11-25Add enough of a kvm_sparc64.c to get the kvm library to build.eeh
1998-09-29Need string.h.thorpej
1998-09-27Remove lintchristos
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