hush/networking
Denis Vlasenko 3982407ba4 inetd: move struct fields around -> save .25 k of code
function                                             old     new   delta
freeconfig                                            75      76      +1
register_rpc                                         200     196      -4
dupconfig                                            165     159      -6
reapchild                                            173     166      -7
retry                                                 93      82     -11
goaway                                               112     101     -11
getconfigent                                        1241    1222     -19
setup                                                645     592     -53
inetd_main                                          2160    2107     -53
config                                              1602    1518     -84
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/9 up/down: 1/-248)           Total: -247 bytes
   text    data     bss     dec     hex filename
 773951    1038   10332  785321   bfba9 busybox_old
 773703    1038   10332  785073   bfab1 busybox_unstripped
2007-09-26 10:46:18 +00:00
..
libiproute assorted fixes for breakage found by randomconfig 2007-08-17 08:29:48 +00:00
udhcp *: replace select-for-one descriptor with poll, it's smaller. 2007-09-07 13:43:28 +00:00
arp.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
arping.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
Config.in httpd: optional support for partial downloads 2007-09-21 22:35:18 +00:00
dnsd.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
ether-wake.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
ftpgetput.c update Glenn McGrath's email address 2007-09-21 13:16:32 +00:00
hostname.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
httpd_indexcgi.c httpd: code shrink of dir indexer example 2007-08-23 10:43:18 +00:00
httpd.c httpd: small auth and IPv6 fixes (Kim B. Heino <Kim.Heino@bluegiga.com>) 2007-09-25 11:58:33 +00:00
ifconfig.c xioctl and friends by Tito <farmatito@tiscali.it> 2007-07-14 22:07:14 +00:00
ifupdown.c update Glenn McGrath's email address 2007-09-21 13:16:32 +00:00
inetd.c inetd: move struct fields around -> save .25 k of code 2007-09-26 10:46:18 +00:00
interface.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
ip.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
ipcalc.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
isrv_identd.c libbb,crond,lash: fix getopt32 (don't know how it managed to slip through) 2007-08-19 13:42:08 +00:00
isrv.c isrv: use monotonic_sec 2007-08-31 21:45:52 +00:00
isrv.h isrv.h: add copyright info 2007-01-14 12:34:48 +00:00
Kbuild slattach: new applet. 2007-06-20 15:23:03 +00:00
nameif.c update Glenn McGrath's email address 2007-09-21 13:16:32 +00:00
nc_bloaty.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
nc.c Audit bb_common_bufsiz usage, add script which looks for misuse. 2007-06-04 10:16:52 +00:00
netstat.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
nslookup.c introduce and use xdup2(int, int) 2007-08-18 14:16:39 +00:00
ping.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
pscan.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
route.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
slattach.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
telnet.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
telnetd.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
tftp.c *: replace select-for-one descriptor with poll, it's smaller. 2007-09-07 13:43:28 +00:00
traceroute.c *: replace select-for-one descriptor with poll, it's smaller. 2007-09-07 13:43:28 +00:00
vconfig.c trylink: produce even more info about final link stage 2007-08-12 20:58:27 +00:00
wget.c *: kill bb_get_last_path_component, replace with two functions 2007-09-24 18:27:04 +00:00
zcip.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00