summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* Another nit that both I and ispell missed.jhb2009-10-261-1/+1
* Fix some spelling nits.jhb2009-10-261-5/+5
* Remove unnecessary/redundant includes.jamie2009-06-231-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-38/+14
* Prevent a superuser inside a jail from modifying the dedicatedbz2009-04-281-0/+9
* Correct a comment: the function name given had never existed in anybz2009-04-221-1/+2
* MFp4:bz2008-11-291-4/+111
* Add a `show cpusets' DDB command to print numbered root andbz2008-07-071-0/+33
* Move cpuset_refroot and cpuset_refbase functions up, grouping thebz2008-07-071-32/+32
* Add a new priv 'PRIV_SCHED_CPUSET' to check if manipulating cpusets isbz2008-06-291-1/+1
* Take into account possible overflow when multiplying. The casuality iskib2008-05-261-2/+2
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-0/+16
* - Add a Nokia copyright to cpuset to reflect their generousjeff2008-04-041-0/+3
* - Consistently return EDEADLK when presented with a new set that isjeff2008-03-301-20/+27
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.ru2008-03-251-11/+10
* - Relax requirements for p_numthreads, p_threads, p_swtick, and p_nice fromjeff2008-03-191-10/+2
* - Add a missing unlock to cpuset_setaffinity(CPU_LEVEL_CPUSET, CPU_WHICH_PID)jeff2008-03-061-0/+1
* - Don't overwrite the recently allocated 'nset' in cpuset_setthread() byjeff2008-03-051-1/+1
* - Verify that when a user supplies a mask that is bigger than the kerneljeff2008-03-051-26/+78
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+907
OpenPOWER on IntegriCloud