hush/networking/udhcp
Denys Vlasenko d5f1b1bbe0 *: add FAST_FUNC to function ptrs where it makes sense
function                                             old     new   delta
evalcommand                                         1195    1209     +14
testcmd                                                -      10     +10
printfcmd                                              -      10     +10
echocmd                                                -      10     +10
func_exec                                            270     276      +6
echo_dg                                              104     109      +5
store_nlmsg                                           85      89      +4
pseudo_exec_argv                                     195     198      +3
dotcmd                                               287     290      +3
machtime_stream                                       29      31      +2
discard_stream                                        24      26      +2
argstr                                              1299    1301      +2
killcmd                                              108     109      +1
evalfor                                              226     227      +1
daytime_stream                                        43      44      +1
run_list                                            2544    2543      -1
lookupvar                                             62      61      -1
ipaddr_modify                                       1310    1309      -1
...
parse_stream                                        2254    2245      -9
evalpipe                                             356     347      -9
collect_if                                           210     197     -13
read_opt                                             869     851     -18
handle_dollar                                        681     658     -23
print_addrinfo                                      1342    1303     -39
iterate_on_dir                                       156      59     -97
print_route                                         1709    1609    -100
------------------------------------------------------------------------------
(add/remove: 3/0 grow/shrink: 12/130 up/down: 74/-767)       Total: -693 bytes
   text    data     bss     dec     hex filename
 841748     467    7872  850087   cf8a7 busybox_old
 841061     467    7872  849400   cf5f8 busybox_unstripped

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-06-05 12:06:05 +02:00
..
arpping.c Fix forgotten license comments 2008-12-07 00:52:58 +00:00
clientpacket.c udhcp: add inline docs; small code shrink 2008-09-26 23:45:20 +00:00
clientsocket.c dhcp: add FAST_FUNC as appropriate. -160 bytes. 2008-09-26 09:34:59 +00:00
common.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
common.h *: make "pragma GCC visibility push(hidden)" less ugly 2009-04-09 12:35:13 +00:00
Config.in build system: tidying up CONFIG_xxx names (suggested by Rob) 2008-11-06 00:49:59 +00:00
dhcpc.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
dhcpc.h *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
dhcpd.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
dhcpd.h *: make "pragma GCC visibility push(hidden)" less ugly 2009-04-09 12:35:13 +00:00
dhcprelay.c dhcprelay: fix usage text. Simplify and make code more readable. 2009-04-13 03:33:46 +00:00
domain_codec.c build system: tidying up CONFIG_xxx names (suggested by Rob) 2008-11-06 00:49:59 +00:00
dumpleases.c dhcpd: remember and record hostnames; optimize get_option 2009-04-01 12:36:09 +00:00
files.c *: add FAST_FUNC to function ptrs where it makes sense 2009-06-05 12:06:05 +02:00
Kbuild build system: tidying up CONFIG_xxx names (suggested by Rob) 2008-11-06 00:49:59 +00:00
leases.c udhcpc: fix truncation of last char in client hostnames 2009-04-21 00:41:57 +00:00
options.c dhcpd: remember and record hostnames; optimize get_option 2009-04-01 12:36:09 +00:00
options.h *: make "pragma GCC visibility push(hidden)" less ugly 2009-04-09 12:35:13 +00:00
packet.c Fix forgotten license comments 2008-12-07 00:52:58 +00:00
script.c dhcpd: remember and record hostnames; optimize get_option 2009-04-01 12:36:09 +00:00
serverpacket.c dhcpd: remember and record hostnames; optimize get_option 2009-04-01 12:36:09 +00:00
signalpipe.c dhcp: add FAST_FUNC as appropriate. -160 bytes. 2008-09-26 09:34:59 +00:00
socket.c docs/logging_and_backgrounding.txt: new mini-doc 2009-03-11 14:40:00 +00:00
static_leases.c udhcpd: disable opton to have absolute lease times in lease file 2009-01-01 17:52:09 +00:00