aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* Revert r256514 for libkvm. It wasn't correct actually and breaks build.Gleb Smirnoff2013-10-151-3/+1
* - While we are spreading the counter(9) across network stack, more userlandGleb Smirnoff2013-10-151-1/+3
* In r227839, when removing libkvm dependency on procfs(5),Mikolaj Golub2013-07-102-2/+1
* Switch to 2-clause license and standard textEd Maste2013-06-061-15/+11
* libkvm: Make second /dev/null file descriptor close-on-exec as well.Jilles Tjoelker2013-05-041-1/+1
* libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call.Jilles Tjoelker2013-05-041-15/+4
* Remove EOL whitespace.Joel Dahl2013-04-111-1/+1
* Fix typo.Gleb Smirnoff2013-04-111-1/+1
* Include types.h for C99 uintXX_t types.Gleb Smirnoff2013-04-111-1/+1
* o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.Gleb Smirnoff2013-04-104-7/+89
* kvm_getprocs: gracefully handle errors from kvm_deadprocsAndriy Gapon2012-10-061-2/+8
* kvm_proclist: ignore processes in larvae stateAndriy Gapon2012-10-061-0/+2
* If the IdlePDPT is not present, PAE is not activeKevin Lo2012-09-101-1/+0
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-2/+2
* Try to avoid ambiguity when sysctl returns ENOMEM additionallyMikolaj Golub2012-02-011-2/+3
* In kvm_argv(), the case when the supplied buffer was too short to hold theMikolaj Golub2012-01-151-23/+31
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).Mikolaj Golub2011-11-222-341/+27
* Add support for PBVM addresses. In a nutshell this means:Marcel Moolenaar2011-08-061-7/+81
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.Bjoern A. Zeeb2011-07-181-2/+2
* Completely remove now unused pc_other_cpus, pc_cpumask.Attilio Rao2011-07-041-29/+2
* Revert r222363, as bde@ pointed out the initial solution was far moreAttilio Rao2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()Attilio Rao2011-05-271-1/+1
* In the near future cpuset_t objects in struct pcpu will be axed out, butAttilio Rao2011-05-271-2/+29
* Disconnect sun4v architecture from the three.Attilio Rao2011-05-142-8/+0
* libkvm: fix logic inversion introduced with last commitUlrich Spörlein2011-02-021-2/+2
* libkvm: Unbreak build for powerpc64/powerpcUlrich Spörlein2011-01-241-0/+1
* libkvm: fix process runtime calculation on crashdumpsUlrich Spörlein2011-01-232-13/+29
* libkvm code janitoringUlrich Spörlein2011-01-2320-309/+215
* Revert most of r210764, now that mdocml does the rightUlrich Spörlein2010-12-281-1/+1
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hDimitry Andric2010-11-142-5/+6
* amd64: introduce minidump version 2Andriy Gapon2010-11-111-14/+94
* Add minidump support for MIPSOleksandr Tymoshenko2010-11-074-11/+318
* Repair some build breakage introduced in r211725 and garbage collect someNathan Whitehorn2010-08-281-2/+8
* MFtbemd:Warner Losh2010-08-231-3/+4
* mdoc: make sure to pass at least one argument to quotation macrosUlrich Spörlein2010-08-021-1/+1
* 64-bit PowerPC KVM support.Nathan Whitehorn2010-07-101-0/+218
* Much closer approximation of the kernel's calculation of this value.Sean Bruno2010-06-181-1/+6
* kvm(3): Mention that some of the functions use sysctl(3) instead of kmem.Jilles Tjoelker2010-04-251-2/+6
* Fix several typos in macros or macro misusage.Ulrich Spörlein2010-03-121-1/+1
* Not all programs including kvm.h include the necessary headers to useRobert Watson2010-03-011-1/+1
* A first cut at teaching libkvm how to deal with dynamic per-CPU storageRobert Watson2010-03-016-7/+210
* Fix typo in comment.Robert Watson2010-02-271-2/+2
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Add a missing else that negated the truncation of ki_ngroups toBrooks Davis2009-12-101-1/+1
* Fix a copy-paste bug when reading data from the last 3 (7 for PAE) bytes ofJohn Baldwin2009-11-061-6/+6
* cr_groups is no longer embedded in struct ucred and is instead storedBrooks Davis2009-09-081-1/+1
* Rather than replicating the maths from the kernel, use theBjoern A. Zeeb2009-08-131-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Revert the changes to struct kinfo_proc in r194498. Instead, fillBrooks Davis2009-07-241-2/+8
* Make libkvm work on live systems and crashdumps with andBjoern A. Zeeb2009-07-234-9/+412