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
/
kvm_pcpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: minor spelling fixes in comments.
pfg
2016-05-01
1
-1
/
+1
*
Add support to libkvm for reading vmcores from other architectures.
jhb
2015-11-27
1
-3
/
+11
*
Remove trailing whitespace.
jhb
2015-11-26
1
-1
/
+1
*
Add kvm_getncpus() to obtain mp_ncpus.
glebius
2014-02-12
1
-0
/
+10
*
While it isn't too late and kvm_read_zpcpu() function isn't yet used
glebius
2014-02-12
1
-2
/
+2
*
Revert r256514 for libkvm. It wasn't correct actually and breaks build.
glebius
2013-10-15
1
-3
/
+1
*
- While we are spreading the counter(9) across network stack, more userland
glebius
2013-10-15
1
-1
/
+3
*
o Provide function kvm_read_zpcpu() to access UMA_ZONE_PCPU allocations.
glebius
2013-04-10
1
-3
/
+48
*
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
*
libkvm code janitoring
uqs
2011-01-23
1
-11
/
+10
*
Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h
dim
2010-11-14
1
-2
/
+2
*
A first cut at teaching libkvm how to deal with dynamic per-CPU storage
rwatson
2010-03-01
1
-0
/
+140
*
Add two new routines to libkvm for working with per-CPU data:
jhb
2008-08-19
1
-0
/
+152