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
/
kern_cpuset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFp4:
bz
2008-11-29
1
-4
/
+111
*
Add a `show cpusets' DDB command to print numbered root and
bz
2008-07-07
1
-0
/
+33
*
Move cpuset_refroot and cpuset_refbase functions up, grouping the
bz
2008-07-07
1
-32
/
+32
*
Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets is
bz
2008-06-29
1
-1
/
+1
*
Take into account possible overflow when multiplying. The casuality is
kib
2008-05-26
1
-2
/
+2
*
- Add the interrupt vector number to intr_event_create so MI code can
jeff
2008-04-11
1
-0
/
+16
*
- Add a Nokia copyright to cpuset to reflect their generous
jeff
2008-04-04
1
-0
/
+3
*
- Consistently return EDEADLK when presented with a new set that is
jeff
2008-03-30
1
-20
/
+27
*
Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.
ru
2008-03-25
1
-11
/
+10
*
- Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice from
jeff
2008-03-19
1
-10
/
+2
*
- Add a missing unlock to cpuset_setaffinity(CPU_LEVEL_CPUSET, CPU_WHICH_PID)
jeff
2008-03-06
1
-0
/
+1
*
- Don't overwrite the recently allocated 'nset' in cpuset_setthread() by
jeff
2008-03-05
1
-1
/
+1
*
- Verify that when a user supplies a mask that is bigger than the kernel
jeff
2008-03-05
1
-26
/
+78
*
Add cpuset, an api for thread to cpu binding and cpu resource grouping
jeff
2008-03-02
1
-0
/
+907