summaryrefslogtreecommitdiffstats
path: root/sys/sys/cpuset.h
Commit message (Expand)AuthorAgeFilesLines
* - Add the interrupt vector number to intr_event_create so MI code canjeff2008-04-111-0/+1
* - 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-1/+15
* Fixed type of the fourth argument of cpuset_{get,set}affinity(2) to be size_t.ru2008-03-251-2/+2
* Add const qualifier to cpuset mask's pointer, since the cpuset mask shoulddavidxu2008-03-131-1/+1
* - Verify that when a user supplies a mask that is bigger than the kerneljeff2008-03-051-0/+22
* Add cpuset, an api for thread to cpu binding and cpu resource groupingjeff2008-03-021-0/+146
OpenPOWER on IntegriCloud