- add applet taskset to set/retrieve the CPU affinity of a process
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 7 Jun 2006 15:44:59 +0000 (15:44 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 7 Jun 2006 15:44:59 +0000 (15:44 -0000)
commit16d3e4e0aff2371d0bcfd7b2c19d5bc253302f73
tree3945b0f4e0293206ac4969a79b73112b9ce29e85
parentea93f8a397772e515fb54f6051836218112abf3f
- add applet taskset to set/retrieve the CPU affinity of a process
   text    data     bss     dec     hex filename
    584       0       0     584     248 taskset.o.gcc-2.95
    509       0       0     509     1fd taskset.o.gcc-3.3
    505       0       0     505     1f9 taskset.o.gcc-3.4
    506       0       0     506     1fa taskset.o.gcc-4.0
    498       0       0     498     1f2 taskset.o.gcc-4.1
    495       0       0     495     1ef taskset.o.gcc-4.2-HEAD
include/applets.h
include/usage.h
miscutils/Config.in
miscutils/Makefile.in
miscutils/taskset.c [new file with mode: 0644]
testsuite/taskset.tests [new file with mode: 0755]