Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵ | Mike Frysinger | 2006-03-22 | 1 | -1/+1 |
| | | | | sys/signal.h. | ||||
* | update comments as to what caused the defines to change | Mike Frysinger | 2006-03-13 | 1 | -10/+11 |
| | |||||
* | fix building with glibc-2.4 | Mike Frysinger | 2006-03-10 | 1 | -0/+10 |
| | |||||
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -7/+9 |
| | | | | the busybox binary) into enums (which don't). | ||||
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 1 | -2/+2 |
| | | | | definitions. (That should only be on prototypes.) | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -7/+7 |
| | |||||
* | Patch from Russell Coker: | Eric Andersen | 2003-05-22 | 1 | -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 III | 2003-03-19 | 1 | -16/+16 |
| | |||||
* | Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING | Eric Andersen | 2003-01-12 | 1 | -7/+6 |
| | | | | would return 0 instead of EXIT_FAILURE when no response was received. | ||||
* | use #ifdef instead of #if | Glenn L McGrath | 2002-11-26 | 1 | -3/+3 |
| | |||||
* | This patch from Bart Visscher <magick@linux-fan.com> adds | Eric Andersen | 2002-07-03 | 1 | -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! |