hush/applets
Denis Vlasenko c44ab01b75 Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets
and now this fact is recorded in applets.h, not ash.c.

Several fixes to "--help + STANDALONE_SHELL" scenarios.

function                                             old     new   delta
run_current_applet_and_exit                            -     355    +355
arith                                               2064    2073      +9
refresh                                             1148    1156      +8
getopt32                                            1068    1073      +5
telnet_main                                         1510    1514      +4
md5_sha1_sum_main                                    565     566      +1
xstrtoul_range_sfx                                   255     251      -4
packed_usage                                       22523   22514      -9
tryexec                                              255     203     -52
static.safe_applets                                  152       -    -152
.rodata                                           131320  131128    -192
run_applet_by_name                                   869     506    -363
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 5/5 up/down: 382/-772)         Total: -390 bytes

./busybox ash -c 'i=20000; while test $i != 0; do touch z; i=$((i-1)); done'
runs more than twice as fast with STANDALONE_SHELL versus without.
2007-04-09 03:11:58 +00:00
..
applets.c Improve STANDALONE_SHELL. "safe" applets are renamed NOEXEC applets 2007-04-09 03:11:58 +00:00
busybox.mkll - fix generation of the busybox.links install script inputfile 2006-11-17 13:17:04 +00:00
individual.c - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" 2007-04-04 20:52:03 +00:00
install.sh add a --noclobber flag 2006-06-07 18:12:27 +00:00
Kbuild merge busybox.c into applets.c 2007-04-09 03:05:48 +00:00
usage_compressed usage_compressed: be more permissive in which od flavors we support 2007-02-03 12:45:43 +00:00
usage.c fix allnoconfig build. the most useful fix of the month. ;) 2007-01-03 23:23:58 +00:00