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
/
sys
/
kern
/
subr_pcpu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Add a sysctl_dpcpu_long to support long typed pcpu stats.
jeff
2009-06-25
1
-10
/
+19
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
1
-0
/
+201
*
Change the curvnet variable from a global const struct vnet *,
zec
2009-05-05
1
-0
/
+4
*
- Implement generic macros for producing KTR records that are compatible
jeff
2009-01-17
1
-0
/
+3
*
Make ddb command registration dynamic so modules can extend
sam
2008-09-15
1
-1
/
+2
*
generally we are interested in what thread did something as
julian
2007-11-14
1
-3
/
+3
*
Initial checkin for rmlock (read mostly lock) a multi reader single writer
ups
2007-11-08
1
-1
/
+4
*
Fix 'show allpcpu' ddb command on non-x86. CPU IDs are in the range 0 ..
jhb
2005-11-03
1
-1
/
+1
*
Add "show allpcpu" to DDB, which prints the current CPU id followed by
rwatson
2005-09-26
1
-12
/
+36
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Add a per-cpu variable, cpumask, the preshifted equivalent of 1 << cpuid.
peter
2002-01-05
1
-0
/
+1
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-11
/
+79
*
Document the requirements and nature of the logical CPU IDs. It isn't
jhb
2001-10-24
1
-0
/
+10
*
- Split out the support for per-CPU data from the SMP code. UP kernels
jhb
2001-05-10
1
-0
/
+65