index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
miscutils
/
taskset.c
Age
Commit message (
Expand
)
Author
2008-09-25
- update my name. No obj-code changes ;)
Bernhard Reutner-Fischer
2008-07-11
taskset: 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-25
taskset: (1ull < 65) like ops are not good, avoid that
Denis Vlasenko
2008-03-23
patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)
Denis Vlasenko
2008-03-22
taskset: fix false failure in testsuite
Denis Vlasenko
2008-03-17
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-01
'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-06
EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu>
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
taskset: fix incorrect rage spec and allow 0xXXX input
Denis Vlasenko
2006-12-30
done 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-30
Revert 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 process
Bernhard Reutner-Fischer