summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | Update the ULE scheduler + thread and kinfo structs to use int for cpuidadrian2014-10-181-0/+18
* | | | | | | Fix the type of pte_pa as when it is passed into _kvm_pa2off it is eitherandrew2014-10-161-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Remove ia64.marcel2014-07-073-379/+2
| |_|_|_|/ |/| | | |
* | | | | Add a new ARM TARGET_ARCH, armv6hf. This is considered experimental.andrew2014-03-231-1/+1
* | | | | Add kvm_getncpus() to obtain mp_ncpus.glebius2014-02-123-1/+18
* | | | | Add bounds check for pteindex / pdeindexemaste2014-02-121-0/+4
* | | | | While it isn't too late and kvm_read_zpcpu() function isn't yet usedglebius2014-02-123-4/+4
* | | | | add support for building a cross-gdb for ARM... This isn't hooked upjmg2014-02-122-1/+13
* | | | | Handle truncation of the size returned by _kvm_kvatop(). Cores can havemarcel2014-01-161-1/+1
* | | | | We don't have to worry about page sizes when working on virtualmarcel2014-01-131-1/+1
* | | | | Re-apply the part of r260022 that was reverted by r260030 withmarcel2014-01-131-5/+18
* | | | | Revert part of r260022: LIB32 builds were broken by it.marcel2013-12-291-17/+5
* | | | | Add support for virtual cores (aka minidumps). To that end, refactor thismarcel2013-12-291-72/+141
* | | | | Allow building a cross libkvm for ia64.marcel2013-12-281-0/+10
* | | | | Allow building a cross libkvm by setting TARGET_ARCH. The library somarcel2013-12-282-7/+54
* | | | | Fix "kptdir is itself virtual" error, caused by having the kptdir in PBVM.marcel2013-12-261-7/+11
* | | | | Revert r256514 for libkvm. It wasn't correct actually and breaks build.glebius2013-10-151-3/+1
* | | | | - While we are spreading the counter(9) across network stack, more userlandglebius2013-10-151-1/+3
| |_|_|/ |/| | |
* | | | In r227839, when removing libkvm dependency on procfs(5),trociny2013-07-102-2/+1
* | | | Switch to 2-clause license and standard textemaste2013-06-061-15/+11
* | | | libkvm: Make second /dev/null file descriptor close-on-exec as well.jilles2013-05-041-1/+1
* | | | libkvm: Use O_CLOEXEC instead of separate fcntl(F_SETFD) call.jilles2013-05-041-15/+4
| |_|/ |/| |
* | | Remove EOL whitespace.joel2013-04-111-1/+1
* | | Fix typo.glebius2013-04-111-1/+1
* | | Include types.h for C99 uintXX_t types.glebius2013-04-111-1/+1
* | | o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.glebius2013-04-104-7/+89
| |/ |/|
* | kvm_getprocs: gracefully handle errors from kvm_deadprocsavg2012-10-061-2/+8
* | kvm_proclist: ignore processes in larvae stateavg2012-10-061-0/+2
* | If the IdlePDPT is not present, PAE is not activekevlo2012-09-101-1/+0
|/
* General mdoc(7) and typo fixes.gjb2012-05-111-2/+2
* Try to avoid ambiguity when sysctl returns ENOMEM additionallytrociny2012-02-011-2/+3
OpenPOWER on IntegriCloud