aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/cpuset
Commit message (Expand)AuthorAgeFilesLines
* cpuset(1): Fix a typoGordon Bergling2020-10-101-1/+1
* Fix EINVAL message when CPU binding information is requested for IRQ.Andrey V. Elsukov2020-10-091-1/+1
* cpuset(1): Fix some issues reported by mandocGordon Bergling2020-10-031-10/+10
* cpuset(1): Update the usage message.Mark Johnston2020-08-171-6/+7
* Fix an off-by-one bug in the CPU and domain ID parser.Mark Johnston2019-09-011-2/+2
* Missed a bit of doc change from r335921.Jamie Gritton2018-07-061-1/+1
* Allow jail names (not just IDs) to be specified for: cpuset(1), ipfw(8),Jamie Gritton2018-07-033-6/+11
* Implement several enhancements to NUMA policies.Jeff Roberson2018-03-292-6/+15
* Document new NUMA related syscalls and utility options.Jeff Roberson2018-03-241-3/+25
* .Xr rctl(8) and cpuset(1).Edward Tomasz Napierala2018-02-261-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
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Fix markup for -j in cpuset(1) synopsisEric van Gyzen2016-07-291-2/+2
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-18/+25
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-1/+1
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | Document CPU_WHICH_DOMAIN and bump Dd for cpuset.1.John Baldwin2015-01-081-1/+1
* | | Create a cpuset mask for each NUMA domain that is available in theJohn Baldwin2015-01-082-17/+24
| |/ |/|
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-1/+1
|/
* Add missing static keywords to cpuset(1)Ed Schouten2011-11-061-18/+18
* Add two more features to cpuset(1):John Baldwin2011-01-142-5/+43
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* 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
* Sync manpage's synopsis with program's usage().Ruslan Ermilov2008-12-131-6/+6
* MFp4:Bjoern A. Zeeb2008-11-292-13/+23
* Support for CPU sets is going to appear in 7.1 before 8.0.John Baldwin2008-09-291-1/+1
* - 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-122-4/+8
* Fix minor typo.Joel Dahl2008-03-111-2/+2
* - Remove the -i argument when running a command to simplify things aJeff Roberson2008-03-053-14/+177
* - 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-022-0/+335