Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify ping and ping6. ping has -4 and -6 which force | Denis Vlasenko | 2007-01-24 | 1 | -471/+0 |
| | | | | | | | | name resolution into IP or IPv6 only, otherwise we take address family returned by host2sockaddr() in lsa->sa.sa_family. IOW: "ping ::1" with do IPv6 ping, "ping 127.0.0.1" will do IPv4 ping. ping6 is aliased to "ping -6". | ||||
* | hostname declaration was misplaced | Denis Vlasenko | 2007-01-24 | 1 | -2/+2 |
| | |||||
* | accumulated post-1.4.0 fixes | Denis Vlasenko | 2007-01-24 | 1 | -2/+6 |
| | |||||
* | clean up commented out old code | Denis Vlasenko | 2007-01-22 | 1 | -16/+3 |
| | |||||
* | ping6: stop using xgethostbyname2, remove it from libbb. | Denis Vlasenko | 2007-01-22 | 1 | -19/+25 |
| | |||||
* | cleanups: unnecessary casts, unified const_1, eliminate cross-.c file | Denis Vlasenko | 2007-01-22 | 1 | -10/+7 |
| | | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs. | ||||
* | exterminate u_intXXX. | Denis Vlasenko | 2007-01-22 | 1 | -21/+24 |
| | | | | fix ping6 buglet (memset is too short), minor sync between ping and ping6 | ||||
* | Trailing whitespace removal over entire tree | Denis Vlasenko | 2007-01-11 | 1 | -1/+1 |
| | |||||
* | fix verbose output; remove commented-out includes. | Denis Vlasenko | 2007-01-11 | 1 | -4/+0 |
| | |||||
* | ping6: fix sequence numbers (missed ntoh) and ttl display. | Denis Vlasenko | 2007-01-08 | 1 | -48/+44 |
| | | | | | (apparently some, eh, clever libc guy decided that *CHANGING* IPV6_HOPLIMIT value in libc header is a nifty idea...) | ||||
* | ping[6]: don't do htons(a++), it can be a macro | Denis Vlasenko | 2007-01-03 | 1 | -1/+2 |
| | |||||
* | fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | Denis Vlasenko | 2006-12-31 | 1 | -3/+4 |
| | |||||
* | introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd), | Denis Vlasenko | 2006-11-22 | 1 | -3/+1 |
| | | | | | use them where appropriate. 200 bytes saved | ||||
* | login: use %s - we know that string is not too long there | Denis Vlasenko | 2006-11-20 | 1 | -59/+33 |
| | | | | | ping[6]: use getopt32: smaller (-50 bytes) and handles -c6 correctly (was requiring '-c 6' with mandatory space) | ||||
* | nslookup: make it more IPv6 friendly | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | silly size savings and capitalization fixes | Denis Vlasenko | 2006-10-26 | 1 | -1/+1 |
| | |||||
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
| | |||||
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -8/+8 |
| | |||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -1/+1 |
| | |||||
* | ping(6): use htons instead of SWAP_BE. | Denis Vlasenko | 2006-09-02 | 1 | -3/+3 |
| | |||||
* | ping: implement -I option | Denis Vlasenko | 2006-09-02 | 1 | -2/+0 |
| | |||||
* | ping6: resolve interface name to number early. | Denis Vlasenko | 2006-09-02 | 1 | -7/+8 |
| | | | | | gcc is more efficient at truncating int to int16 via cast, use that instead of &. | ||||
* | Sync ping and ping6 a bit, fix style and indentation. | Denis Vlasenko | 2006-09-02 | 1 | -24/+24 |
| | |||||
* | Fix endianness issue in ping6 | Denis Vlasenko | 2006-09-02 | 1 | -1/+1 |
| | |||||
* | Add one-line GPL boilerplate to these source files. | "Robert P. J. Day" | 2006-07-11 | 1 | -13/+1 |
| | |||||
* | More removal of "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -6/+0 |
| | |||||
* | Make some 64 bit warnings go away on x86-64. | Rob Landley | 2006-06-19 | 1 | -2/+2 |
| | |||||
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
| | |||||
* | Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84 | Rob Landley | 2006-04-01 | 1 | -2/+2 |
| | | | | | | | mismatch inthe following example: # ping -c 1 172.16.2.1 PING 172.16.2.1 (172.16.2.1): 56 data bytes 84 bytes from 172.16.2.1: icmp_seq=0 ttl=64 time=0.2 ms | ||||
* | 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! |