aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* - Revert r214409.David Xu2010-10-271-4/+0
* If input parameter cpusetsize is zero, give userland size of cpuset maskDavid Xu2010-10-271-0/+4
* Use function tdfind() to find a thread.David Xu2010-10-251-11/+2
* Another nit that both I and ispell missed.John Baldwin2009-10-261-1/+1
* Fix some spelling nits.John Baldwin2009-10-261-5/+5
* Remove unnecessary/redundant includes.Jamie Gritton2009-06-231-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-38/+14
* Prevent a superuser inside a jail from modifying the dedicatedBjoern A. Zeeb2009-04-281-0/+9
* Correct a comment: the function name given had never existed in anyBjoern A. Zeeb2009-04-221-1/+2
* MFp4:Bjoern A. Zeeb2008-11-291-4/+111
* Add a `show cpusets' DDB command to print numbered root andBjoern A. Zeeb2008-07-071-0/+33
* Move cpuset_refroot and cpuset_refbase functions up, grouping theBjoern A. Zeeb2008-07-071-32/+32
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isBjoern A. Zeeb2008-06-291-1/+1
* Take into account possible overflow when multiplying. The casuality isKonstantin Belousov2008-05-261-2/+2
* - Add the interrupt vector number to intr_event_create so MI code canJeff Roberson2008-04-111-0/+16
* - Add a Nokia copyright to cpuset to reflect their generousJeff Roberson2008-04-041-0/+3
* - Consistently return EDEADLK when presented with a new set that isJeff Roberson2008-03-301-20/+27
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.Ruslan Ermilov2008-03-251-11/+10
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromJeff Roberson2008-03-191-10/+2
* - Add a missing unlock to cpuset_setaffinity(CPU_LEVEL_CPUSET, CPU_WHICH_PID)Jeff Roberson2008-03-061-0/+1
* - Don't overwrite the recently allocated 'nset' in cpuset_setthread() byJeff Roberson2008-03-051-1/+1
* - Verify that when a user supplies a mask that is bigger than the kernelJeff Roberson2008-03-051-26/+78
* Add cpuset, an api for thread to cpu binding and cpu resource groupingJeff Roberson2008-03-021-0/+907