aboutsummaryrefslogtreecommitdiff
path: root/networking/ping6.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ping[6]: don't do htons(a++), it can be a macrovda2007-01-031-1/+2
* fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>vda2006-12-311-3/+4
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-221-3/+1
* login: use %s - we know that string is not too long therevda2006-11-201-59/+33
* nslookup: make it more IPv6 friendlyvda2006-10-261-1/+1
* silly size savings and capitalization fixesvda2006-10-261-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* attempt to regularize atoi mess.vda2006-10-081-8/+8
* whitespace cleanupvda2006-09-171-1/+1
* ping(6): use htons instead of SWAP_BE.vda2006-09-021-3/+3
* ping: implement -I optionvda2006-09-021-2/+0
* ping6: resolve interface name to number early.vda2006-09-021-7/+8
* Sync ping and ping6 a bit, fix style and indentation.vda2006-09-021-24/+24
* Fix endianness issue in ping6vda2006-09-021-1/+1
* Add one-line GPL boilerplate to these source files.rpjday2006-07-111-13/+1
* More removal of "#if 0" content.rpjday2006-07-011-6/+0
* Make some 64 bit warnings go away on x86-64.landley2006-06-191-2/+2
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84landley2006-04-011-2/+2
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...vapier2006-03-221-1/+1
* update comments as to what caused the defines to changevapier2006-03-131-10/+11
* fix building with glibc-2.4vapier2006-03-101-0/+10
* Patch from Denis Vlasenko turning static const int (which gets emitted intolandley2006-03-101-7/+9
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionlandley2006-03-061-2/+2
* just whitespacetimr2006-01-251-1/+1
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-151-7/+7
* Patch from Russell Coker:andersen2003-05-221-2/+3
* Major coreutils update.mjn32003-03-191-16/+16
* Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PINGandersen2003-01-121-7/+6
* use #ifdef instead of #ifbug12002-11-261-3/+3
* This patch from Bart Visscher <magick@linux-fan.com> addsandersen2002-07-031-0/+515