hush/miscutils
Bernhard Reutner-Fischer 16d3e4e0af - add applet taskset to set/retrieve the CPU affinity of a process
text    data     bss     dec     hex filename
    584       0       0     584     248 taskset.o.gcc-2.95
    509       0       0     509     1fd taskset.o.gcc-3.3
    505       0       0     505     1f9 taskset.o.gcc-3.4
    506       0       0     506     1fa taskset.o.gcc-4.0
    498       0       0     498     1f2 taskset.o.gcc-4.1
    495       0       0     495     1ef taskset.o.gcc-4.2-HEAD
2006-06-07 15:44:59 +00:00
..
adjtimex.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
bbconfig.c Clarify. 2006-03-30 02:01:48 +00:00
Config.in - add applet taskset to set/retrieve the CPU affinity of a process 2006-06-07 15:44:59 +00:00
crond.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
crontab.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
dc.c - remove superfluous call of stack_machine(0) upon exit. 2006-06-03 21:19:09 +00:00
devfsd.c Consolidate #include <sys/time.h> so libbb.h does it. 2006-05-27 21:42:58 +00:00
eject.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
hdparm.c Tito writes: this patch fixes two potential bugs with the -i -I flags that could be reset during option parsing 2006-06-07 14:25:22 +00:00
last.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
less.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
makedevs.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in - add applet taskset to set/retrieve the CPU affinity of a process 2006-06-07 15:44:59 +00:00
mountpoint.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
mt.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
runlevel.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
rx.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
setsid.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
strings.c - move #include busybox.h to the very top so we pull in the config 2006-06-03 19:49:21 +00:00
taskset.c - add applet taskset to set/retrieve the CPU affinity of a process 2006-06-07 15:44:59 +00:00
time.c use vfork() instead of vork() since the only thing we do is execve() an app after fork (allows time to work on no-mmu) 2006-06-06 06:08:34 +00:00
watchdog.c - no need to have timer_duration in the data section. 2006-06-03 20:53:18 +00:00