aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_cpuset.h
Commit message (Expand)AuthorAgeFilesLines
* sys/sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix <sys/_bitset.h> and <sys/_cpuset.h> to not require <sys/param.h>.John Baldwin2016-05-051-6/+0
* Bump the default size of cpuset_t masks in userland from 128 bits to 256.John Baldwin2014-08-201-1/+1
* Generalize the bitset operations, present in cpuset and offer a KPI toAttilio Rao2013-05-091-10/+8
* Post r222812 KTR_CPUMASK started being initialized only as a tunableAttilio Rao2012-08-301-0/+6
* Revert this, as in userland MAXCPU is always 1.Attilio Rao2011-05-051-1/+1
* Commit the support for removing cpumask_t and replacing it directly withAttilio Rao2011-05-051-0/+52