hush/networking/libiproute
Denis Vlasenko ed6a49c657 ip: stop propagating argc; optimize ip_parse_common_args
function                                             old     new   delta
find_pair                                            167     187     +20
static.families                                        -      17     +17
die_must_be_on_off                                     -      11     +11
...
on_off                                                33      22     -11
do_ipaddr                                            103      90     -13
do_iptunnel                                         1001     986     -15
iproute_list_or_flush                               1237    1217     -20
static.ip_common_commands                             43      22     -21
do_iproute                                          2217    2193     -24
parse_args                                          1444    1414     -30
ip_do                                                 47      16     -31
do_iprule                                            994     963     -31
ip_main                                              153     113     -40
ipaddr_modify                                       1357    1305     -52
ipaddr_list_or_flush                                2543    2490     -53
ip_parse_common_args                                 294     159    -135
------------------------------------------------------------------------------
(add/remove: 4/1 grow/shrink: 4/24 up/down: 85/-563)         Total: -478 bytes
   text    data     bss     dec     hex filename
 775561     966    9236  785763   bfd63 busybox_old
 775073     962    9236  785271   bfb77 busybox_unstripped
2007-11-18 22:56:25 +00:00
..
ip_common.h ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00
ip_parse_common_args.c ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00
ipaddress.c ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00
iplink.c ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00
iproute.c ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00
iprule.c ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00
iptunnel.c ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00
Kbuild ll_types.c: optimize link type table, make it conditional 2007-10-29 19:33:26 +00:00
libnetlink.c use "glibc errno" trick not only for ash, but for entire busybox 2007-05-31 22:16:38 +00:00
libnetlink.h - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. 2007-04-12 11:34:39 +00:00
ll_addr.c delete tons of extra #includes 2007-05-31 22:42:12 +00:00
ll_map.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
ll_map.h trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
ll_proto.c ll_types.c: optimize link type table, make it conditional 2007-10-29 19:33:26 +00:00
ll_types.c ll_types.c: optimize link type table, make it conditional 2007-10-29 19:33:26 +00:00
rt_names.c preparatory patch for -Wwrite-strings #4 2007-01-29 22:51:58 +00:00
rt_names.h ll_types.c: optimize link type table, make it conditional 2007-10-29 19:33:26 +00:00
rtm_map.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
rtm_map.h preparatory patch for -Wwrite-strings #6 2007-01-29 23:43:52 +00:00
utils.c - remove matches() from networking/. Untested. 2007-06-21 10:20:13 +00:00
utils.h ip: stop propagating argc; optimize ip_parse_common_args 2007-11-18 22:56:25 +00:00