summaryrefslogtreecommitdiff
path: root/networking/ping6.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵Mike Frysinger2006-03-221-1/+1
| | | | sys/signal.h.
* update comments as to what caused the defines to changeMike Frysinger2006-03-131-10/+11
|
* fix building with glibc-2.4Mike Frysinger2006-03-101-0/+10
|
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-7/+9
| | | | the busybox binary) into enums (which don't).
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-2/+2
| | | | definitions. (That should only be on prototypes.)
* just whitespaceTim Riker2006-01-251-1/+1
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-7/+7
|
* Patch from Russell Coker:Eric Andersen2003-05-221-2/+3
| | | | | | The attached patch fixes a compilation error. If you compile ping6 without the CONFIG_FEATURE_FANCY_PING6 option then the compile will fail without this patch.
* Major coreutils update.Manuel Novoa III2003-03-191-16/+16
|
* Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGEric Andersen2003-01-121-7/+6
| | | | would return 0 instead of EXIT_FAILURE when no response was received.
* use #ifdef instead of #ifGlenn L McGrath2002-11-261-3/+3
|
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-0/+515
IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart!