aboutsummaryrefslogtreecommitdiff
path: root/miscutils/taskset.c
AgeCommit message (Expand)Author
2016-02-26taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2014-08-31taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko
2011-04-11move remaining help text from include/usage.src.hPere Orga
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer
2008-07-11taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-04-25taskset: (1ull < 65) like ops are not good, avoid thatDenis Vlasenko
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko
2008-03-22taskset: fix false failure in testsuiteDenis Vlasenko
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29taskset: fix incorrect rage spec and allow 0xXXX inputDenis Vlasenko
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko
2006-11-22- revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer
2006-06-30Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer