summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* MFC r315698:ngie2017-05-281-1/+1
* MFC r319010:ngie2017-05-271-2/+2
* MFC r319008:ngie2017-05-271-0/+5
* MFC r316099:ngie2017-05-278-0/+533
* MFC r315697:ngie2017-03-2911-17/+25
* MFC r315686,r315688:ngie2017-03-282-2/+16
* MFC r315595,r315601,r315603,r315647:ngie2017-03-273-5/+27
* MFC r315360:ngie2017-03-231-4/+4
* MFC r315362,r315363,r315365:ngie2017-03-232-5/+5
* MFC r310630: libkvm: support access to vmm guest memory, allow writes toavg2017-01-182-7/+48
* MFC r311101:pfg2017-01-163-9/+11
* MFC r309676vangyzen2016-12-151-2/+0
* lib: minor spelling fixes in comments.pfg2016-05-013-5/+5
* Don't leak PML4 in _amd64_initvtop(..) if kvm_read2(..) failsngie2016-04-301-0/+1
* Remove a -Wunused-but-set-variable variable -- `pa`ngie2016-04-301-2/+0
* Remove kvm_getfiles(3)ngie2016-04-305-319/+4
* Fix memory allocation edgecases in kvm_argv(..)ngie2016-04-301-3/+12
* Fix up pointer issues with lib/libkvmngie2016-04-2210-35/+52
* MFHgjb2016-04-041-1/+1
|\
| * Fix parsing of a 1GB page table entry.jhb2016-03-281-1/+1
* | MFHgjb2016-02-222-8/+7
|\ \ | |/
| * Rename pte.h to pte-v4.h and start including directly either pte-v4.hskra2016-02-191-4/+6
| * Remove redundant ARM_L2_ADDR_BITS and L2_ADDR_BITS definitions andskra2016-02-182-4/+1
* | First pass through library packaging.gjb2016-02-041-0/+1
|/
* Add mmu format info into ARM vmcore.skra2016-01-152-9/+28
* Fix building with GCC since PAGE_MASK is signed on i386.jhb2016-01-141-1/+1
* Add support to libkvm for reading vmcores from other architectures.jhb2015-11-2735-1560/+2352
* Remove trailing whitespace.jhb2015-11-2610-17/+17
* Remove kvm_sparc.c. This is for 32-bit sparc support and was importedjhb2015-11-261-236/+0
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.bdrewery2015-11-251-1/+0
* Add support to libkvm for reading minidumps on arm64. The kernel side isandrew2015-08-203-10/+320
* The si_status field of the siginfo_t, provided by the waitid(2) andkib2015-07-181-1/+3
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-271-0/+64
| |\ | |/ |/|
| * Merge from head@274682sjg2014-11-192-12/+46
| |\
| * \ Merge head from 7/28sjg2014-08-193-379/+2
| |\ \
| * | | Updated dependenciessjg2014-05-161-1/+1
| * | | Updated dependenciessjg2014-05-101-0/+2
| * | | Merge headsjg2014-04-279-88/+252
| |\ \ \
| * \ \ \ Merge from headsjg2013-09-054-33/+17
| |\ \ \ \
| * \ \ \ \ sync from headsjg2013-04-124-8/+90
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Sync from headsjg2012-11-042-3/+10
| |\ \ \ \ \ \ \
| * | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Add stub functions to build libkvm. There will be added, but we need themandrew2015-04-021-0/+64
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Allow libkvm to get the kernel va to pa delta without the need forandrew2014-10-191-10/+26
OpenPOWER on IntegriCloud