aboutsummaryrefslogtreecommitdiff
path: root/toys/taskset.c
AgeCommit message (Collapse)Author
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-08-05Rewrite taskset to use syscall directly without macros/prototypes glibc ↵Rob Landley
refuses to make available without yet more wacky inappropriate #defines. (Linux is not the hurd.)
2012-07-31Refactoring, no code change.Rob Landley
2012-07-20taskset.c now also support executing new commands with a given cpu affinity maskElie De Brauwer
2012-07-17Largely cosmetic code cleanups.Rob Landley
2012-07-15Adding initial implementation of tasksetElie De Brauwer