busybox/networking
Matt Kraai 369da77d5e 2002-01-30 Neal H Walfield <neal@cs.uml.edu>
* networking/ping.c (hostname): Removed.

        [CONFIG_FEATURE_FANCY_PING] (noresp): Moved from here . . .
        [CONFIG_FEATURE_FANCY_PING] (ping:noresp): . . . to here.
        Use H->h_name, not hostname.
        [CONFIG_FEATURE_FANCY_PING] (ping): Do not copy H->h_name into
        hostname.
        Use H->h_name directly.

        [!CONFIG_FEATURE_FANCY_PING] (hostent): New global variable.
        [!CONFIG_FEATURE_FANCY_PING] (pingstats): Use hostent in favor
        of the now obsolete hostname global variable.
        [!CONFIG_FEATURE_FANCY_PING] (ping): Likewise.
        No need to copy H; use hostent instead.

        [!CONFIG_FEATURE_FANCY_PING] (ntransmitted, nreceived,
        nrepeats, pingcount, myid, options, tmax, tsum): Removed
        superfluous zero initializers.
2002-02-01 16:54:00 +00:00
..
config.in Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> 2001-10-31 11:00:46 +00:00
hostname.c Major cleanup from Charles Steinkuehler <charles@steinkuehler.net>: 2001-10-31 09:59:57 +00:00
ifconfig.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
Makefile Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com> 2001-10-31 11:00:46 +00:00
nc.c Add xgethostbyname and herror_msg* functions. 2001-05-16 15:40:51 +00:00
netstat.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
nslookup.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
ping.c 2002-01-30 Neal H Walfield <neal@cs.uml.edu> 2002-02-01 16:54:00 +00:00
route.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
telnet.c Remove == TRUE' tests and convert != TRUE' and `== FALSE' tests to use !. 2001-12-20 23:13:26 +00:00
tftp.c Can't use RESERVE_CONFIG_BUFFER here since the allocation 2001-11-10 11:16:39 +00:00
traceroute.c Latest patch from vodz: 2001-11-10 11:22:46 +00:00
wget.c Major rework of the directory structure and the entire build system. 2001-10-24 05:00:29 +00:00