summaryrefslogtreecommitdiffstats
path: root/lib/libkvm
Commit message (Expand)AuthorAgeFilesLines
* 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
* kvm(3): Mention that some of the functions use sysctl(3) instead of kmem.jilles2010-04-251-2/+6
* Fix several typos in macros or macro misusage.uqs2010-03-121-1/+1
* Not all programs including kvm.h include the necessary headers to userwatson2010-03-011-1/+1
* A first cut at teaching libkvm how to deal with dynamic per-CPU storagerwatson2010-03-016-7/+210
* Fix typo in comment.rwatson2010-02-271-2/+2
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
* Add a missing else that negated the truncation of ki_ngroups tobrooks2009-12-101-1/+1
* Fix a copy-paste bug when reading data from the last 3 (7 for PAE) bytes ofjhb2009-11-061-6/+6
* cr_groups is no longer embedded in struct ucred and is instead storedbrooks2009-09-081-1/+1
* Rather than replicating the maths from the kernel, use thebz2009-08-131-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Revert the changes to struct kinfo_proc in r194498. Instead, fillbrooks2009-07-241-2/+8
* Make libkvm work on live systems and crashdumps with andbz2009-07-234-9/+412
* Rework the credential code to support larger values of NGROUPS andbrooks2009-06-191-2/+1
* Fix missing includes of <string.h>, to silence some compiler warnings.ed2009-06-147-2/+7
* Add support for PowerPC kernel core files. This commit only addsmarcel2009-04-061-55/+170
* MFp4:bz2008-11-291-2/+3
* Support kernel crash mini dumps on ARM architecture.raj2008-11-064-4/+286
* Reduce code duplication: use calloc() intead of malloc()delphij2008-10-171-4/+2
* _kvm_malloc allocates memory through calloc() whichdelphij2008-10-172-2/+0
* Add a "CACHING" section regarding the internal caching of kernel variablesjhb2008-08-211-0/+8
* Add a new routine kvm_getcptime(3) for fetching the equivalent ofjhb2008-08-194-3/+214
* Add two new routines to libkvm for working with per-CPU data:jhb2008-08-194-3/+251
* First cut at doing the kvm file needed for mips.imp2008-07-231-0/+90
* Use _WANT_FILE to make struct file visible from userland. This ispjd2008-05-261-2/+1
* - Don't inspect the P_SA flag. It's being removed.jeff2008-03-121-7/+2
* Plug memory leaks that is observed when argbuf or argspc is used in thedelphij2008-01-121-0/+4
* - Update kvm_deadfiles to be compatible with the new system which has nojeff2007-12-301-44/+87
* Aparrently MACXOCOMLEN exisrts only on my machinejulian2007-10-261-1/+1
* Introduce a way to make pure kernal threads.julian2007-10-261-1/+8
* - When using kvm use the new conversion method to derive swtime.jeff2007-09-211-3/+16
* - Move all of the PS_ flags into either p_flag or td_flags.jeff2007-09-171-2/+2
* Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.simokawa2007-06-154-18/+39
* - Work-around the already partially broken rusage support in kvm byjeff2007-06-011-0/+2
* Add a level of indirection to the kernel PTE table. The oldmarcel2007-05-191-8/+16
* - Move 'struct swdevt' back into swap_pager.h and expose it to userland.jhb2007-02-071-5/+94
* Per Olivier Houchard, use the proper license for this file. Heimp2007-01-081-10/+10
OpenPOWER on IntegriCloud