summaryrefslogtreecommitdiff
path: root/lib/libkvm
AgeCommit message (Expand)Author
2020-03-08Pull up following revision(s) (requested by chs in ticket #763):martin
2018-12-19be consistent about uint64_t and bit masks.mrg
2018-12-19use uint64_t for idx_mask. fixes lookups for some PAs. from skrll.mrg
2018-12-18Fix _kvm_kvatop so that it now works.skrll
2018-12-11Reword post mortem description. It tries to get the tree averages if it can.sevan
2018-12-11Clarify the difference to getloadavg(3).sevan
2018-11-09tg1 is a 64 bit value, store it in a 64 bit variable.mrg
2018-11-05initialise the kvm errbuf so that if an error occurs, but themrg
2018-11-01compare matching TG1 bits.mrg
2018-04-01Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@)ryo
2018-02-07Keep /dev/ksyms open in _kvm_open(). This way /dev/ksyms can be put intomaxv
2018-01-09Correct the signature of kvm_getproc2(3) in the man-page.kamil
2018-01-09Correct the signature of kvm_getlwps(3) in the man-page.kamil
2017-10-22Add rest of the functions from the SYNOPSIS to the NAME sectionabhinav
2017-06-14Stop including <sys/user.h> in userland librarieskamil
2016-06-30various ia64 updates:mrg
2016-04-04some ports need <sys/wait.h>christos
2016-04-04catch up with p_xstat split.christos
2016-03-29distinguish between partial and failed read, so that "read 0xffffffff bytes f...mrg
2016-01-24mips needs _KMEMUSER for label_t in pcb.hchristos
2016-01-23Update synopses to match u_int/u_long/etc. changes. Do not bump date asdholland
2015-10-31Use PRIxPADDR instead of type casting.nakayama
2015-10-07Fix the -m32 compat build for sparc64 after recent sparc/include/types.hmartin
2015-04-17Dummy support for ia64martin
2014-09-19New files for Userland support of UCB RISC-V (both 32-bit and 64-bit)matt
2014-09-03New files for OR1K supportmatt
2014-08-23#if 0 some code not in use yetmatt
2014-08-10MKCOMPAT fixes for when compat MACHINE_CPU != normal MACHINE_CPUmatt
2014-08-10Preliminary files for AARCH64 (64-bit ARM) support.matt
2014-03-04#include <m68k/m68k.h>matt
2014-02-21sun4v: Rename TLB_ defines to SUN4U_TLB_ so entries created using TSB_DATA() ...palle
2014-02-19Remove the #include <sys/user.h> from all of libkvm.dsl
2014-01-27Add missing __RCSID("$NetBSD$");matt
2012-08-26Do not fail kvm_dump_mkheader without setting an error messagemartin
2012-06-05Measure kinfo_proc2::p_vm_vsize in pages, as it was always documented.martin
2012-03-21Use C89 function definitionmatt
2012-03-21These directories don't handle WARNS=5matt
2012-01-10fix handling of large pages.chs
2011-10-15kill open_cloexec()christos
2011-09-14more sys/param.h additionschristos
2011-09-13Include <sys/param.h> for MAXPATHLENchristos
2011-09-13Sort sections.wiz
2011-09-13Fix Xr.wiz
2011-09-12doc for kvm_getkernelnamechristos
2011-09-12add a function to report the name of the file kvm_open{,.files} is using.christos
2011-02-14Add -D_KMEMUSER to CPPFLAGSmatt
2011-01-23Teach libkvm how kernel virtual memory is laided on 64-bit MIPS kernels.matt
2010-11-26Return error on failure instead of hiding it and always returning zero.dholland
2010-11-12Fix build.uebayasi
2010-10-23Do not return -1 on _kvm_read when all the requested data could be read (fix ...stacktic