busybox/networking
Denis Vlasenko 73c571a5ff *: move get_sock_lsa and xwrite_str to libbb, use where appropriate
function                                             old     new   delta
get_sock_lsa                                           -      72     +72
buffer_fill_and_print                                179     196     +17
parse_expr                                           824     832      +8
read_base64                                          343     348      +5
nameval                                              202     206      +4
fbset_main                                          1694    1698      +4
expand                                              1849    1853      +4
udhcp_send_kernel_packet                             249     252      +3
udhcp_get_option                                     223     222      -1
chat_main                                           1246    1245      -1
pack_gzip                                           1661    1659      -2
doset                                                299     297      -2
bb__parsespent                                       119     117      -2
test_main                                            260     257      -3
qgravechar                                           109     106      -3
tcpudpsvd_main                                      1834    1830      -4
sysctl_display_all                                   589     580      -9
xopen_xwrite_close                                    44      33     -11
prs                                                   30      18     -12
find_main                                            418     406     -12
full_write2_str                                       25      12     -13
adduser_main                                         667     654     -13
evaltreenr                                           817     802     -15
evaltree                                             817     802     -15
tftpd_main                                           526     493     -33
ftpd_main                                           2050    1990     -60
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 7/18 up/down: 117/-211)         Total: -94 bytes
2009-03-09 00:12:37 +00:00
..
libiproute networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
udhcp ftpd: code chrink, fixed some minor bugs 2009-03-08 23:46:48 +00:00
arp.c arp: stop using globals 2008-11-13 00:05:17 +00:00
arping.c *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. 2008-12-10 11:12:16 +00:00
brctl.c brctl: fix compilation on 2.4.x kernels 2009-01-31 20:08:21 +00:00
Config.in ftpd: code chrink, fixed some minor bugs 2009-03-08 23:46:48 +00:00
dnsd.c optimize 16- and 32-bit moves 2008-12-08 22:56:18 +00:00
ether-wake.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
ftpd.c *: move get_sock_lsa and xwrite_str to libbb, use where appropriate 2009-03-09 00:12:37 +00: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 httpd: tiny optimization 2009-02-05 12:38:21 +00:00
ifconfig.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
ifenslave.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
ifupdown.c runsv: small optimization 2009-02-26 12:29:59 +00:00
inetd.c inetd: fix a case when we have zero services 2008-11-05 11:36:22 +00:00
interface.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
ip.c iproute: fix ipXXX utilities trying to parse their applet name 2008-12-04 12:15:19 +00:00
ipcalc.c remove whitespace damage. No code changes 2008-04-19 21:57:57 +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 Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +00:00
Kbuild ftpd: new applet by Adam Tkac 2009-03-08 09:30:56 +00:00
nameif.c libbb: add strncpy_IFNAMSIZ 2008-12-02 18:18:50 +00:00
nc_bloaty.c *: rename ATTRIBUTE_XXX to just XXX. 2008-07-05 09:18:54 +00:00
nc.c *: a bit of code shrink 2008-11-09 00:15:11 +00:00
netstat.c netstat: code shrink 2008-07-27 17:24:19 +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 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. 2008-12-10 11:12:16 +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 networking/libiproute/*: code shrink by optimizing numeric conversions 2009-03-05 09:21:57 +00:00
tcpudp_perhost.c svn add/svn rm to actually move tcp/udpsvd... 2008-03-17 09:17:27 +00:00
tcpudp_perhost.h Use intra-DSO calls when we build libbusybox. No-op for normal build. 2008-05-09 17:59:34 +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 ftpd: code chrink, fixed some minor bugs 2009-03-08 23:46:48 +00:00
telnetd.ctrlSQ.patch telnetd: do not advertise TELNET_LFLOW, we do not support 2009-02-02 23:43:57 +00:00
tftp.c *: move get_sock_lsa and xwrite_str to libbb, use where appropriate 2009-03-09 00:12:37 +00:00
traceroute.c traceroute: allow -w NUM as small as 1 2009-01-24 21:23:41 +00:00
tunctl.c tunctl: new applet by Vladimir 2009-01-23 02:07:14 +00:00
vconfig.c vconfig: style fix, no code changes 2008-12-02 20:38:36 +00:00
wget.c wget: --post-data support by Harald Kuthe (harald-tuxbox AT arcor.de) 2009-03-04 14:13:37 +00:00
zcip.c optimize 16- and 32-bit moves 2008-12-08 22:56:18 +00:00