index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libkvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
General mdoc(7) and typo fixes.
gjb
2012-05-11
1
-2
/
+2
*
Try to avoid ambiguity when sysctl returns ENOMEM additionally
trociny
2012-02-01
1
-2
/
+3
*
In kvm_argv(), the case when the supplied buffer was too short to hold the
trociny
2012-01-15
1
-23
/
+31
*
Now kvm_getenvv() and kvm_getargv() don't need procfs(5).
trociny
2011-11-22
2
-341
/
+27
*
Add support for PBVM addresses. In a nutshell this means:
marcel
2011-08-06
1
-7
/
+81
*
Rename ki_ocomm to ki_tdname and OCOMMLEN to TDNAMLEN.
bz
2011-07-18
1
-2
/
+2
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
1
-29
/
+2
*
Revert r222363, as bde@ pointed out the initial solution was far more
attilio
2011-05-31
1
-1
/
+1
*
Style fix: cast to size_t rather than u_long when comparing to sizeof()
attilio
2011-05-27
1
-1
/
+1
*
In the near future cpuset_t objects in struct pcpu will be axed out, but
attilio
2011-05-27
1
-2
/
+29
*
MFC
attilio
2011-05-14
2
-8
/
+0
*
libkvm: fix logic inversion introduced with last commit
uqs
2011-02-02
1
-2
/
+2
*
libkvm: Unbreak build for powerpc64/powerpc
uqs
2011-01-24
1
-0
/
+1
*
libkvm: fix process runtime calculation on crashdumps
uqs
2011-01-23
2
-13
/
+29
*
libkvm code janitoring
uqs
2011-01-23
20
-309
/
+215
*
Revert most of r210764, now that mdocml does the right
uqs
2010-12-28
1
-1
/
+1
*
Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h
dim
2010-11-14
2
-5
/
+6
*
amd64: introduce minidump version 2
avg
2010-11-11
1
-14
/
+94
*
Add minidump support for MIPS
gonzo
2010-11-07
4
-11
/
+318
*
Repair some build breakage introduced in r211725 and garbage collect some
nwhitehorn
2010-08-28
1
-2
/
+8
*
MFtbemd:
imp
2010-08-23
1
-3
/
+4
*
mdoc: make sure to pass at least one argument to quotation macros
uqs
2010-08-02
1
-1
/
+1
*
64-bit PowerPC KVM support.
nwhitehorn
2010-07-10
1
-0
/
+218
*
Much closer approximation of the kernel's calculation of this value.
sbruno
2010-06-18
1
-1
/
+6
*
kvm(3): Mention that some of the functions use sysctl(3) instead of kmem.
jilles
2010-04-25
1
-2
/
+6
*
Fix several typos in macros or macro misusage.
uqs
2010-03-12
1
-1
/
+1
*
Not all programs including kvm.h include the necessary headers to use
rwatson
2010-03-01
1
-1
/
+1
*
A first cut at teaching libkvm how to deal with dynamic per-CPU storage
rwatson
2010-03-01
6
-7
/
+210
*
Fix typo in comment.
rwatson
2010-02-27
1
-2
/
+2
*
Build lib/ with WARNS=6 by default.
ed
2010-01-02
1
-0
/
+2
*
Add a missing else that negated the truncation of ki_ngroups to
brooks
2009-12-10
1
-1
/
+1
*
Fix a copy-paste bug when reading data from the last 3 (7 for PAE) bytes of
jhb
2009-11-06
1
-6
/
+6
*
cr_groups is no longer embedded in struct ucred and is instead stored
brooks
2009-09-08
1
-1
/
+1
*
Rather than replicating the maths from the kernel, use the
bz
2009-08-13
1
-1
/
+1
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Revert the changes to struct kinfo_proc in r194498. Instead, fill
brooks
2009-07-24
1
-2
/
+8
*
Make libkvm work on live systems and crashdumps with and
bz
2009-07-23
4
-9
/
+412
*
Rework the credential code to support larger values of NGROUPS and
brooks
2009-06-19
1
-2
/
+1
*
Fix missing includes of <string.h>, to silence some compiler warnings.
ed
2009-06-14
7
-2
/
+7
*
Add support for PowerPC kernel core files. This commit only adds
marcel
2009-04-06
1
-55
/
+170
*
MFp4:
bz
2008-11-29
1
-2
/
+3
*
Support kernel crash mini dumps on ARM architecture.
raj
2008-11-06
4
-4
/
+286
*
Reduce code duplication: use calloc() intead of malloc()
delphij
2008-10-17
1
-4
/
+2
*
_kvm_malloc allocates memory through calloc() which
delphij
2008-10-17
2
-2
/
+0
*
Add a "CACHING" section regarding the internal caching of kernel variables
jhb
2008-08-21
1
-0
/
+8
*
Add a new routine kvm_getcptime(3) for fetching the equivalent of
jhb
2008-08-19
4
-3
/
+214
*
Add two new routines to libkvm for working with per-CPU data:
jhb
2008-08-19
4
-3
/
+251
*
First cut at doing the kvm file needed for mips.
imp
2008-07-23
1
-0
/
+90
*
Use _WANT_FILE to make struct file visible from userland. This is
pjd
2008-05-26
1
-2
/
+1
*
- Don't inspect the P_SA flag. It's being removed.
jeff
2008-03-12
1
-7
/
+2
[next]