summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-02-26taskset: fix non-fancy cpuset printing on big-endianArnout Vandecappelle (Essensium/Mind)1-19/+18
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko10-36/+22
2014-08-30taskset: fix logic error in "if it doesn't start with 0x..."Denys Vlasenko1-1/+1
2014-08-17taskset: support CPU masks for more than 64 CPUsDenys Vlasenko4-25/+79
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-03-17fix depmod, and add taskset and adjtimex appletsTanguy Pruvot14-4235/+4311
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko198-268/+40
2011-04-11move remaining help text from include/usage.src.hPere Orga142-2312/+2369
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-03libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard22-81/+67
2010-06-24*: make exec failure message more consistentDenys Vlasenko24-40/+40
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer33-35/+36
2008-07-11taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko3-15/+39
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-04-25taskset: (1ull < 65) like ops are not good, avoid thatDenis Vlasenko1-1/+3
2008-03-23patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko31-138/+73
2008-03-22taskset: fix false failure in testsuiteDenis Vlasenko2-2/+7
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko50-62/+73
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko143-169/+174
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko22-28/+39
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2007-01-29taskset: fix incorrect rage spec and allow 0xXXX inputDenis Vlasenko2-38/+31
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko11-43/+71
2006-11-22- revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer5-0/+125
2006-06-30Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley6-103/+6
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer6-0/+109