aboutsummaryrefslogtreecommitdiff
path: root/miscutils/taskset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sort some miscutils/ applets into coreutils or util-linuxDenys Vlasenko2017-04-121-221/+0
* taskset: simplify code a bit; tweak --helpDenys Vlasenko2017-01-301-11/+9
* taskset: separate "current" and "new" stringsDenys Vlasenko2017-01-291-2/+2
* taskset: rewrite to be task size-agnosticDenys Vlasenko2017-01-291-102/+103
* taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)2016-02-261-19/+18
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-4/+2
* taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko2014-08-311-1/+1
* taskset: support CPU masks for more than 64 CPUsDenys Vlasenko2014-08-171-7/+79
* *: remove "Options:" string from help textsDenys Vlasenko2011-06-051-1/+0
* move remaining help text from include/usage.src.hPere Orga2011-04-111-0/+18
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-3/+3
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko2008-07-111-13/+35
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* taskset: (1ull < 65) like ops are not good, avoid thatDenis Vlasenko2008-04-251-1/+3
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* taskset: fix false failure in testsuiteDenis Vlasenko2008-03-221-0/+5
* *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko2008-03-171-39/+49
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-2/+2
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko2007-02-061-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* taskset: fix incorrect rage spec and allow 0xXXX inputDenis Vlasenko2007-01-291-1/+1
* done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko2006-12-301-15/+17
* - revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer2006-11-221-0/+96
* Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley2006-06-301-67/+0
* - add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer2006-06-071-0/+67