aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/cpuset.h
Commit message (Expand)AuthorAgeFilesLines
* - Add a new cpuset macro, CPU_FILL(), for setting the set to all 1s.Jeff Roberson2009-06-231-0/+6
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-2/+2
* MFp4:Bjoern A. Zeeb2008-11-291-0/+5
* - Add the interrupt vector number to intr_event_create so MI code canJeff Roberson2008-04-111-0/+1
* - 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-1/+15
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.Ruslan Ermilov2008-03-251-2/+2
* Add const qualifier to cpuset mask's pointer, since the cpuset mask shouldDavid Xu2008-03-131-1/+1
* - Verify that when a user supplies a mask that is bigger than the kernelJeff Roberson2008-03-051-0/+22
* Add cpuset, an api for thread to cpu binding and cpu resource groupingJeff Roberson2008-03-021-0/+146