aboutsummaryrefslogtreecommitdiff
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* Renumber copyright clause 4Warner Losh2017-02-2817-17/+17
* libkvm - extend a bit the swap statistics field.Pedro F. Giffuni2017-01-023-9/+11
* libkvm: support access to vmm guest memory, allow writes to fwmem and vmmAndriy Gapon2016-12-272-7/+48
* Fix memory leak.Gleb Smirnoff2016-12-201-0/+1
* Export the whole thread name in kinfo_procEric van Gyzen2016-12-071-2/+0
* libkvm: Improve physical address lookup scaling.Will Andrews2016-07-188-213/+235
* libkvm: Bounds check (more) PTE indices.Will Andrews2016-07-183-0/+10
* libkvm: Put private kvm routines in kvm_private.c.Will Andrews2016-07-183-464/+526
* lib: minor spelling fixes in comments.Pedro F. Giffuni2016-05-013-5/+5
* Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) failsEnji Cooper2016-04-301-0/+1
* Remove a -Wunused-but-set-variable variable -- `pa`Enji Cooper2016-04-301-2/+0
* Remove kvm_getfiles(3)Enji Cooper2016-04-305-319/+4
* Fix memory allocation edgecases in kvm_argv(..)Enji Cooper2016-04-301-3/+12
* Fix up pointer issues with lib/libkvmEnji Cooper2016-04-2210-35/+52
* MFHGlen Barber2016-04-041-1/+1
|\
| * Fix parsing of a 1GB page table entry.John Baldwin2016-03-281-1/+1
* | MFHGlen Barber2016-02-222-8/+7
|\|
| * Rename pte.h to pte-v4.h and start including directly either pte-v4.hSvatopluk Kraus2016-02-191-4/+6
| * Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andSvatopluk Kraus2016-02-182-4/+1
* | First pass through library packaging.Glen Barber2016-02-041-0/+1
|/
* Add mmu format info into ARM vmcore.Svatopluk Kraus2016-01-152-9/+28
* Fix building with GCC since PAGE_MASK is signed on i386.John Baldwin2016-01-141-1/+1
* Add support to libkvm for reading vmcores from other architectures.John Baldwin2015-11-2735-1560/+2352
* Remove trailing whitespace.John Baldwin2015-11-2610-17/+17
* Remove kvm_sparc.c. This is for 32-bit sparc support and was importedJohn Baldwin2015-11-261-236/+0
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* Add support to libkvm for reading minidumps on arm64. The kernel side isAndrew Turner2015-08-203-10/+320
* The si_status field of the siginfo_t, provided by the waitid(2) andKonstantin Belousov2015-07-181-1/+3
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-0/+64
| |\ | |/ |/|
| * Merge from head@274682Simon J. Gerraty2014-11-192-12/+46
| |\
| * \ Merge head from 7/28Simon J. Gerraty2014-08-193-379/+2
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2014-05-161-1/+1
| * | | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | | Merge headSimon J. Gerraty2014-04-279-88/+252
| |\ \ \
| * \ \ \ Merge from headSimon J. Gerraty2013-09-054-33/+17
| |\ \ \ \
| * \ \ \ \ sync from headSimon J. Gerraty2013-04-124-8/+90
| |\ \ \ \ \
| * | | | | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | | | Sync from headSimon J. Gerraty2012-11-042-3/+10
| |\ \ \ \ \ \
| * | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | | | | | Add stub functions to build libkvm. There will be added, but we need themAndrew Turner2015-04-021-0/+64
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Allow libkvm to get the kernel va to pa delta without the need forAndrew Turner2014-10-191-10/+26
* | | | | | | Update the ULE scheduler + thread and kinfo structs to use int for cpuidAdrian Chadd2014-10-181-0/+18
* | | | | | | Fix the type of pte_pa as when it is passed into _kvm_pa2off it is eitherAndrew Turner2014-10-161-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove ia64.Marcel Moolenaar2014-07-073-379/+2
| |_|_|_|/ |/| | | |
* | | | | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.Andrew Turner2014-03-231-1/+1