summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2010-03-22Use .In instead of .Ar Pa for headers.joerg
2010-02-25Adapt to <powerpc/spr.h> breakup.matt
2009-10-21Remove uarea swap-out functionality:rmind
2009-10-20Remove 3rd and 4th clause on Leo Weppelman's license. OK leo@.snj
2009-09-14Make the documentation match reality. If no explicit kernel name isapb
2009-09-14Move the code that tries to open _PATH_KSYMS first into a common path,apb
2009-08-20Anoter instance of <sys/exec_aout.h> -> <sys/exec.h>.he
2009-05-16kvm_getprocs actually works with KVM_NO_FILES.yamt
2009-03-29- add new RLIMIT_AS (aka RLIMIT_VMEM) resource that limits the totalmrg
2009-03-10Remove redundant .br.joerg
2009-01-11bump shared libraries.christos
2008-12-28tdev is unsignedchristos
2008-12-28cast dev_t's to int32_t because XXX: sysctl can't change size. This shouldchristos
2008-11-29check error case for kvm_getlwps or SIGSEGV occurs due to dereferecing a NULL...cegger
2008-10-25look for ${KVM_MACHINE_ARCH} before ${MACHINE_ARCH} and ${MACHINE_CPU}mrg
2008-10-25use <i386/foo.h> in a few places.mrg
2008-10-25use <sparc/pmap.h> and <sparc/kcore.h> so this builds properly withmrg
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-12don't need <sys/tty.h> here.mrg
2008-02-27+#define _KERNELad
2008-02-05PR/37962: Andrew Doran: libkvm is busted due to kauth_cred redefinitionelad
2008-01-18Use the new information about per-cpu mappings. Gdb now can examinemartin
2008-01-15... and make kvm_dump_inval() work on the raw device.ad
2008-01-15Handle reading from raw disk devices.ad
2008-01-09Remove support for NetBSD/pc532.simonb
2008-01-05Add address translation support for 4MB pages, which we use to map thejld
2008-01-05The address translation routine needs to use the plN_pi macros (forjld
2008-01-01Update libkvm to be able to deal with arm kernel core dumps.chris
2007-12-22sync with kernel.yamt
2007-11-08Fix a typo in the last change that broke a comparision.joerg
2007-11-08Add kvm_dump_header and implement kvm_dump_wrtheader on top of it.joerg
2007-11-08ANSIfy.joerg
2007-11-06Catch up with scheduling changes in the kernel.ad
2007-11-05Use the new sparc64 kcore cpu segment extensions to properly map VA/PAsmartin
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