summaryrefslogtreecommitdiffstats
path: root/usr.bin/cpuset
Commit message (Collapse)AuthorAgeFilesLines
* - Add support for interrupt bindig to cpuset(1). Interrupts are boundjeff2008-04-111-7/+19
| | | | | | | by specifying the interrupt with -x <irq>. The irq number matches those displayed by vmstat -i. Sponsored by: Nokia
* - When running a new command cause cpuset to operate on the per-thread maskjeff2008-03-122-4/+8
| | | | | | | | | | | by default rather than the setmask. This is consistent with the linux tool and more consistent with the notion that the default level is the process level. The cpuset mask can still be modified by specifying the -c option. You can not set the per-thread and cpuset mask in a single command. - Update the man page to reflect this change. Contributed by: gallatin
* Fix minor typo.joel2008-03-111-2/+2
|
* - Remove the -i argument when running a command to simplify things ajeff2008-03-053-14/+177
| | | | | | | | little bit and to prevent users from specifying a private mask that may later restrict other group changes. - Add a man page which brueffer generously contributed to. Sponsored by: Nokia
* - Verify that when a user supplies a mask that is bigger than the kerneljeff2008-03-051-8/+7
| | | | | | | | | | mask none of the upper bits are set. - Be more careful about enforcing the boundaries of masks and child sets. - Introduce a few more CPU_* macros for implementing these tests. - Change the cpusetsize argument to be bytes rather than bits to match other apis. Sponsored by: Nokia
* Add a simple utility for manipulating cpusets. Man page will be availablejeff2008-03-022-0/+335
soon. - Lists of cpus may be specified with -l with ranges specified as low-high and commas between individual cpus and ranges. ie -l 0-2,4,6-8. - cpuset can modified -p pids, -t tids, or -s cpusetids. - cpuset can -g get the current mask for any of the above. Sponsored by: Nokia
OpenPOWER on IntegriCloud