summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* In kvm_argv(), the case when the supplied buffer was too short to hold thetrociny2012-01-151-23/+31
* Now kvm_getenvv() and kvm_getargv() don't need procfs(5).trociny2011-11-222-341/+27
* Add support for PBVM addresses. In a nutshell this means:marcel2011-08-061-7/+81
* Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.bz2011-07-181-2/+2
* With retirement of cpumask_t and usage of cpuset_t for representing aattilio2011-07-041-29/+2
* Revert r222363, as bde@ pointed out the initial solution was far moreattilio2011-05-311-1/+1
* Style fix: cast to size_t rather than u_long when comparing to sizeof()attilio2011-05-271-1/+1
* In the near future cpuset_t objects in struct pcpu will be axed out, butattilio2011-05-271-2/+29
* MFCattilio2011-05-142-8/+0
* libkvm: fix logic inversion introduced with last commituqs2011-02-021-2/+2
* libkvm: Unbreak build for powerpc64/powerpcuqs2011-01-241-0/+1
* libkvm: fix process runtime calculation on crashdumpsuqs2011-01-232-13/+29
* libkvm code janitoringuqs2011-01-2320-309/+215
* Revert most of r210764, now that mdocml does the rightuqs2010-12-281-1/+1
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hdim2010-11-142-5/+6
* amd64: introduce minidump version 2avg2010-11-111-14/+94
* Add minidump support for MIPSgonzo2010-11-074-11/+318
* Repair some build breakage introduced in r211725 and garbage collect somenwhitehorn2010-08-281-2/+8
* MFtbemd:imp2010-08-231-3/+4
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-021-1/+1
* 64-bit PowerPC KVM support.nwhitehorn2010-07-101-0/+218
* Much closer approximation of the kernel's calculation of this value.sbruno2010-06-181-1/+6
OpenPOWER on IntegriCloud