summaryrefslogtreecommitdiff
path: root/miscutils/taskset.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-05*: remove "Options:" string from help textsDenys Vlasenko1-1/+0
2011-04-11move remaining help text from include/usage.src.hPere Orga1-0/+18
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko1-1/+1
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard1-2/+1
2010-06-25*: make exec failure message more consistentDenys Vlasenko1-3/+3
2008-09-25- update my name. No obj-code changes ;)Bernhard Reutner-Fischer1-1/+1
2008-07-11taskset: fix some careless code in both fancy and non-fancy cases.Denis Vlasenko1-13/+35
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko1-1/+1
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 Vlasenko1-1/+0
2008-03-22taskset: fix false failure in testsuiteDenis Vlasenko1-0/+5
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko1-39/+49
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko1-2/+2
2007-10-01'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko1-1/+1
2007-08-18don't pass argc in getopt32, it's superfluousDenis Vlasenko1-1/+1
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko1-1/+1
2007-02-06EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>Denis Vlasenko1-1/+1
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko1-0/+1
2007-01-29taskset: fix incorrect rage spec and allow 0xXXX inputDenis Vlasenko1-1/+1
2006-12-30done a dozen of randconfig test. guess what? ALL failed...Denis Vlasenko1-15/+17
2006-11-22- revert r15563 (pull current version of taskset off the busybox_scratch branch)Bernhard Reutner-Fischer1-0/+96
2006-06-30Revert taskset for 1.2.0. It emits a warning, breaks building under RH9,Rob Landley1-67/+0
2006-06-07- add applet taskset to set/retrieve the CPU affinity of a processBernhard Reutner-Fischer1-0/+67