summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2000-07-16revert part of previous; u_long -> uintptr_t now that uintptr_t is u_long.christos
2000-07-16de-lint. Most important problem was the cast from pointer to uintptr_t tochristos
2000-06-29<vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-26use <uvm/uvm_param.h> now.mrg
2000-06-26remove redundant vm includesmrg
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-06-13Document KVM_NO_FILES and kvm_get{proc,argv,envv}2(). Better wordingsimonb
2000-06-06libkvm for sh3msaitoh
2000-06-04Use "NULL" instead of "0" in pointer assignments and comparisons.tron
2000-05-27p_schedflags doesn't exist anymore; just set it to zero for now,thorpej
2000-05-26Add kvm interface to the new sysctls:simonb
2000-05-09Initial commit of arm26 portbjh21
2000-04-15Fill in e_sid when building the eproc from a crash dump.simonb
2000-04-15Document KERN_PROC_TTY_NODEV and KERN_PROC_TTY_REVOKE.simonb
2000-01-15in kvm_getprocs(), check for error from kvm_deadprocs().chs
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