busybox/networking
Denis Vlasenko 87f3b26b3a *: replace select-for-one descriptor with poll, it's smaller.
$ ./.cmk bloatcheck
function                                             old     new   delta
readit                                               406     364     -42
syslogd_main                                        1249    1206     -43
traceroute_main                                     4115    4060     -55
mysleep                                              112      45     -67
arpping                                              579     441    -138
tftp                                                1575    1182    -393
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/6 up/down: 0/-738)           Total: -738 bytes
   text    data     bss     dec     hex filename
 770580    1051   10764  782395   bf03b busybox_old
 769820    1051   10764  781635   bed43 busybox_unstripped
2007-09-07 13:43:28 +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 - IFUPDOWN_IFSTATE_PATH depends on IFUPDOWN 2007-09-02 22:12:07 +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 don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +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: fix buglet in hex conversion. Remove alloca NULL checks 2007-08-21 11:18:25 +00:00
ifconfig.c xioctl and friends by Tito <farmatito@tiscali.it> 2007-07-14 22:07:14 +00:00
ifupdown.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
inetd.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +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 don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +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 don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00
zcip.c don't pass argc in getopt32, it's superfluous 2007-08-18 15:32:12 +00:00