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
*
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
*
Plug memory leaks that is observed when argbuf or argspc is used in the
delphij
2008-01-12
1
-0
/
+4
*
- Update kvm_deadfiles to be compatible with the new system which has no
jeff
2007-12-30
1
-44
/
+87
*
Aparrently MACXOCOMLEN exisrts only on my machine
julian
2007-10-26
1
-1
/
+1
*
Introduce a way to make pure kernal threads.
julian
2007-10-26
1
-1
/
+8
*
- When using kvm use the new conversion method to derive swtime.
jeff
2007-09-21
1
-3
/
+16
*
- Move all of the PS_ flags into either p_flag or td_flags.
jeff
2007-09-17
1
-2
/
+2
*
Re-enable raw dump format support on i386 and amd64 for /dev/fwmem.
simokawa
2007-06-15
4
-18
/
+39
*
- Work-around the already partially broken rusage support in kvm by
jeff
2007-06-01
1
-0
/
+2
*
Add a level of indirection to the kernel PTE table. The old
marcel
2007-05-19
1
-8
/
+16
*
- Move 'struct swdevt' back into swap_pager.h and expose it to userland.
jhb
2007-02-07
1
-5
/
+94
*
Per Olivier Houchard, use the proper license for this file. He
imp
2007-01-08
1
-10
/
+10
*
Remove the advertising clause. UCB did this some time ago, but these
imp
2007-01-08
18
-72
/
+0
*
remove already commented out code
julian
2006-12-06
1
-33
/
+0
*
Make KSE a kernel option, turned on by default in all GENERIC
jb
2006-10-26
1
-4
/
+4
*
unbreak build for sparc64 etc.
kmacy
2006-10-09
1
-1
/
+2
*
buildworld fixes for sun4v
kmacy
2006-10-09
2
-0
/
+8
*
Don't forget to set internal error message in kvm_nlist().
wkoszek
2006-09-20
1
-2
/
+7
*
Remove alpha-specific stuff.
ru
2006-08-23
1
-213
/
+0
*
Rev. 1.44 of this file didn't introduce a right solution,
yar
2006-07-25
1
-0
/
+7
*
Include strings.h for bzero()
delphij
2006-06-05
2
-0
/
+2
*
Teach libkvm how to read minidumps. It turns out that minidumps are
peter
2006-04-21
6
-0
/
+580
*
Validate that the supplied file is not empty before trying mmap(2) it
csjp
2006-01-15
1
-0
/
+5
*
Fix a well duplicated fencepost error that stopped crashdumps being
peter
2005-10-20
2
-7
/
+7
*
libkvm bits for arm.
cognet
2005-10-03
1
-18
/
+162
[next]