aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/_cpuset.h
Commit message (Expand)AuthorAgeFilesLines
* sys/_{cpu,domain}set.h: don't require sys/param.hBrooks Davis15 hours1-0/+2
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* cpuset: increase userland maximum size to 1024Ed Maste2023-05-241-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Revert "cpuset: increase userland maximum size to 1024"Ed Maste2023-05-091-1/+1
* cpuset: increase userland maximum size to 1024Ed Maste2023-05-081-1/+1
* sys/sys/cpuset.hStefan Eßer2021-12-301-1/+1
* Make CPU_SET macros compliant with other implementationsStefan Eßer2021-12-301-1/+8
* sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer2021-12-051-1/+1
* 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