summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2007-10-18sync with kernel after the merge of yamt-x86pmap branch.yamt
2007-07-09'true' is a C99 keyword.ad
2007-07-07treat ESRCH as a soft error. From Anon Ymouschristos
2007-07-06- Fix kvm_getlwps not to spit errors if we lose the race:christos
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2007-05-17fix for yamt-idlelwpchristos
2007-05-01Set kp2p->p_ru = 0 in the kproc2 structure.dsl
2007-04-08Remove support for NetBSD/{,evb}sh5.scw
2007-02-24Revert the kauth_impl.h change. Elad is going to maintain this. Asked by core@christos
2007-02-18Update only user code that uses the types of the e_[pu]cred membersdsl
2007-02-10Add ${NETBSDSRCDIR}/sys to the include path.ad
2007-02-09Sync with kernel changes introduced by merging the newlock2 branch.ad
2007-02-06PR/35506: Chuck Silvers: ps doesn't work on crash dumps, libkvm doesn'telad
2007-01-28fill in p_stat for crashdumps like the kernel does for the sysctl.chs
2006-12-31kvm_getproc2: retry on ENOMEM.yamt
2006-07-05disable via radical lobotomyross
2006-07-01ppc64 outline, needs more workross
2006-05-11#include a necessary header directly, rather than via user.h.yamt
2006-03-21Coverity CID 881: Always print an error if allocation failed.christos
2006-02-161. Eliminate some unnecessary to kvm_{m,re}alloc.christos
2005-08-04Fix parsing the page tables.fvdl
2005-07-30as swap is now optional, ENXIO on /dev/drum is normal.yamt
2005-05-11Fix fallout from vm_anon changesjmc
2005-02-17Supply _kvm_kvatop() and _kvm_pa2off() for OEA-type CPUs. This doesbriggs
2004-08-27pdtpaddr -> pdppaddrthorpej
2004-05-12Fix typos.toshii
2004-02-19Use new PTRTOUINT64() macro instead of local PTRTOINT64() macro.atatat
2004-02-13Uppercase CPU, plural is CPUs.wiz
2004-02-10List sys/param.h as a prerequisite of sys/sysctl.h. Bump date.jmmv
2003-11-17zero out nl, from Todd Miller. thanks!christos
2003-11-04When using /dev/ksyms, don't keep it open more than strictly necessary.cube
2003-09-29available, not avaliable. From miod@openbsd.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-27Pa Aq -> Aq Pa so that both work.wiz
2003-05-16Consistently spell "crash dump" as two separate words. From jmc@openbsd.wiz
2003-05-13Bump date for last; remove end-of-line spaces.wiz
2003-05-11Update after recent changes.ragge
2003-05-11Make the kvm routines use /dev/ksyms to get the kernel namelist.ragge
2003-04-16Usewiz
2003-04-09Just use PAGE_SHIFT from <machine/vmparam.h> instead of going throughnathanw
2003-04-03#include <machine/vmparam.h> for PAGE_SIZEmartin
2003-03-28do the exit on lint warnings only on i386 like libc, to avoid the wrath ofchristos
2003-03-28exit on lint warnings.christos
2003-03-28remove scanning of deadproc, since zombproc should contain all the processeschristos
2003-03-20fix LP64 and other warningsross
2003-03-19Alternative pid/proc allocater, removes all searches associated with piddsl
2003-03-01Add workaround for building with ${MACHINE}==sparc64, ${MACHINE_ARCH}==sparc;lukem
2003-03-01Add p_svuid and p_svgid to kinfo_proc2. Populate them in the kernelatatat
2003-02-26Use _kvm_freeprocs() rather than free() so that kvm_close() won'tenami
2003-02-26Cosmetic changes.enami