aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpuset/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an off-by-one bug in the CPU and domain ID parser.Mark Johnston2019-09-011-2/+2
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-031-1/+4
* Implement several enhancements to NUMA policies.Jeff Roberson2018-03-291-2/+3
* Implement 'domainset', a cpuset based NUMA policy mechanism. This allowsJeff Roberson2018-01-121-26/+127
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Create a cpuset mask for each NUMA domain that is available in theJohn Baldwin2015-01-081-13/+17
* Add missing static keywords to cpuset(1)Ed Schouten2011-11-061-18/+18
* Add two more features to cpuset(1):John Baldwin2011-01-141-4/+27
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* MFp4:Bjoern A. Zeeb2008-11-291-8/+14
* - Add support for interrupt bindig to cpuset(1). Interrupts are boundJeff Roberson2008-04-111-7/+19
* - When running a new command cause cpuset to operate on the per-thread maskJeff Roberson2008-03-121-2/+2
* - Remove the -i argument when running a command to simplify things aJeff Roberson2008-03-051-13/+6
* - Verify that when a user supplies a mask that is bigger than the kernelJeff Roberson2008-03-051-8/+7
* Add a simple utility for manipulating cpusets. Man page will be availableJeff Roberson2008-03-021-0/+328