| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r273284: | andrew | 2014-10-29 | 1 | -10/+26 |
* | MFC 259910, 260023, 260028, 260600 & 260701: | marcel | 2014-08-02 | 1 | -75/+158 |
* | MFC r261799: Add bounds check for pteindex / pdeindex to amd64 kvm_minidump | emaste | 2014-07-23 | 1 | -0/+4 |
* | Merge r261796 from head: | glebius | 2014-03-04 | 3 | -5/+22 |
* | In r227839, when removing libkvm dependency on procfs(5), | trociny | 2013-07-10 | 2 | -2/+1 |
* | Switch to 2-clause license and standard text | emaste | 2013-06-06 | 1 | -15/+11 |
* | libkvm: Make second /dev/null file descriptor close-on-exec as well. | jilles | 2013-05-04 | 1 | -1/+1 |
* | libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call. | jilles | 2013-05-04 | 1 | -15/+4 |
* | Remove EOL whitespace. | joel | 2013-04-11 | 1 | -1/+1 |
* | Fix typo. | glebius | 2013-04-11 | 1 | -1/+1 |
* | Include types.h for C99 uintXX_t types. | glebius | 2013-04-11 | 1 | -1/+1 |
* | o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations. | glebius | 2013-04-10 | 4 | -7/+89 |
* | kvm_getprocs: gracefully handle errors from kvm_deadprocs | avg | 2012-10-06 | 1 | -2/+8 |
* | kvm_proclist: ignore processes in larvae state | avg | 2012-10-06 | 1 | -0/+2 |
* | If the IdlePDPT is not present, PAE is not active | kevlo | 2012-09-10 | 1 | -1/+0 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 1 | -2/+2 |
* | Try to avoid ambiguity when sysctl returns ENOMEM additionally | trociny | 2012-02-01 | 1 | -2/+3 |
* | In kvm_argv(), the case when the supplied buffer was too short to hold the | trociny | 2012-01-15 | 1 | -23/+31 |
* | Now kvm_getenvv() and kvm_getargv() don't need procfs(5). | trociny | 2011-11-22 | 2 | -341/+27 |
* | Add support for PBVM addresses. In a nutshell this means: | marcel | 2011-08-06 | 1 | -7/+81 |
* | Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN. | bz | 2011-07-18 | 1 | -2/+2 |
* | With retirement of cpumask_t and usage of cpuset_t for representing a | attilio | 2011-07-04 | 1 | -29/+2 |
* | Revert r222363, as bde@ pointed out the initial solution was far more | attilio | 2011-05-31 | 1 | -1/+1 |
* | Style fix: cast to size_t rather than u_long when comparing to sizeof() | attilio | 2011-05-27 | 1 | -1/+1 |
* | In the near future cpuset_t objects in struct pcpu will be axed out, but | attilio | 2011-05-27 | 1 | -2/+29 |
* | MFC | attilio | 2011-05-14 | 2 | -8/+0 |
* | libkvm: fix logic inversion introduced with last commit | uqs | 2011-02-02 | 1 | -2/+2 |
* | libkvm: Unbreak build for powerpc64/powerpc | uqs | 2011-01-24 | 1 | -0/+1 |
* | libkvm: fix process runtime calculation on crashdumps | uqs | 2011-01-23 | 2 | -13/+29 |
* | libkvm code janitoring | uqs | 2011-01-23 | 20 | -309/+215 |
* | Revert most of r210764, now that mdocml does the right | uqs | 2010-12-28 | 1 | -1/+1 |
* | Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h | dim | 2010-11-14 | 2 | -5/+6 |
* | amd64: introduce minidump version 2 | avg | 2010-11-11 | 1 | -14/+94 |
* | Add minidump support for MIPS | gonzo | 2010-11-07 | 4 | -11/+318 |
* | Repair some build breakage introduced in r211725 and garbage collect some | nwhitehorn | 2010-08-28 | 1 | -2/+8 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -3/+4 |
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -1/+1 |
* | 64-bit PowerPC KVM support. | nwhitehorn | 2010-07-10 | 1 | -0/+218 |
* | Much closer approximation of the kernel's calculation of this value. | sbruno | 2010-06-18 | 1 | -1/+6 |
* | kvm(3): Mention that some of the functions use sysctl(3) instead of kmem. | jilles | 2010-04-25 | 1 | -2/+6 |
* | Fix several typos in macros or macro misusage. | uqs | 2010-03-12 | 1 | -1/+1 |
* | Not all programs including kvm.h include the necessary headers to use | rwatson | 2010-03-01 | 1 | -1/+1 |
* | A first cut at teaching libkvm how to deal with dynamic per-CPU storage | rwatson | 2010-03-01 | 6 | -7/+210 |
* | Fix typo in comment. | rwatson | 2010-02-27 | 1 | -2/+2 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Add a missing else that negated the truncation of ki_ngroups to | brooks | 2009-12-10 | 1 | -1/+1 |
* | Fix a copy-paste bug when reading data from the last 3 (7 for PAE) bytes of | jhb | 2009-11-06 | 1 | -6/+6 |
* | cr_groups is no longer embedded in struct ucred and is instead stored | brooks | 2009-09-08 | 1 | -1/+1 |
* | Rather than replicating the maths from the kernel, use the | bz | 2009-08-13 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |