hush/networking
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
..
libiproute *: add FAST_FUNC to function ptrs where it makes sense 2009-06-05 12:06:05 +02:00
udhcp *: add FAST_FUNC to function ptrs where it makes sense 2009-06-05 12:06:05 +02:00
arp.c arp: stop using globals 2008-11-13 00:05:17 +00:00
arping.c *: remove check for errors on getsockaddr in cases we know they can't happen 2009-04-21 23:48:38 +00:00
brctl.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
Config.in Make it clearer that usually people should _NOT_ 2009-05-01 03:00:04 +02:00
dnsd.c dnsd: stop using oversized buffer. trim comment. 2009-04-12 19:03:01 +00:00
ether-wake.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
ftpd.c ftpd: fix a case when with -w unknown commands are ignored with no error code 2009-06-04 19:03:20 +02:00
ftpgetput.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
hostname.c fix several problems with config parser: 2008-07-26 23:08:31 +00:00
httpd_indexcgi.c - use STD*_FILENO some more. No object-code changes 2008-05-19 09:48:17 +00:00
httpd_post_upload.txt httpd: add an example of POST upload CGI 2008-04-17 12:35:09 +00:00
httpd.c fix debug message 2009-05-04 09:57:25 +02:00
ifconfig.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
ifenslave.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
ifplugd.c ifplugd: fix warnings 2009-05-01 09:04:25 +02:00
ifupdown.c *: add FAST_FUNC to function ptrs where it makes sense 2009-06-05 12:06:05 +02:00
inetd.c *: add FAST_FUNC to function ptrs where it makes sense 2009-06-05 12:06:05 +02:00
interface.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
ip.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
ipcalc.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
isrv_identd.c ftpd: code chrink, fixed some minor bugs 2009-03-08 23:46:48 +00:00
isrv.c actually add bb_qsort.c 2008-03-02 12:53:15 +00:00
isrv.h *: make "pragma GCC visibility push(hidden)" less ugly 2009-04-09 12:35:13 +00:00
Kbuild ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) 2009-04-26 01:08:51 +00:00
nameif.c docs/logging_and_backgrounding.txt: new mini-doc 2009-03-11 14:40:00 +00:00
nc_bloaty.c add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de) 2009-04-25 13:16:53 +00:00
nc.c nc, hush: cosmetic cleanups, no code changes 2009-06-01 11:26:30 +02:00
netstat.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
nslookup.c nslookup: glibc + IPv6 address of DNS server don't mix (yet) 2008-11-17 15:36:36 +00:00
ping.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
pscan.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
route.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
slattach.c slattach: preserve speed in non-raw mode. +39 bytes. 2008-09-16 21:27:59 +00:00
tc.c flash_lock, flash_unlock: new applets 2009-05-25 04:15:37 +02:00
tcpudp_perhost.c svn add/svn rm to actually move tcp/udpsvd... 2008-03-17 09:17:27 +00:00
tcpudp_perhost.h *: make "pragma GCC visibility push(hidden)" less ugly 2009-04-09 12:35:13 +00:00
tcpudp.c libbb: add bb_unsetenv (taken from hush). 2008-12-30 05:05:31 +00:00
telnet.c ash,hush: add TODO for rare build failure 2008-11-25 01:36:03 +00:00
telnetd.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
telnetd.ctrlSQ.patch *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
tftp.c tftp: do not risk invoking Sorcerer's Apprentice syndrome 2009-05-10 23:27:43 +02:00
traceroute.c traceroute: allow -w NUM as small as 1 2009-01-24 21:23:41 +00:00
tunctl.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
vconfig.c vconfig: style fix, no code changes 2008-12-02 20:38:36 +00:00
wget.c *: mass renaming of USE_XXXX to IF_XXXX 2009-04-21 11:09:40 +00:00
zcip.c optimize 16- and 32-bit moves 2008-12-08 22:56:18 +00:00