index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
networking
/
ping6.c
Age
Commit message (
Expand
)
Author
2006-12-31
fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
Denis Vlasenko
2006-11-22
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
Denis Vlasenko
2006-11-20
login: use %s - we know that string is not too long there
Denis Vlasenko
2006-10-26
nslookup: make it more IPv6 friendly
Denis Vlasenko
2006-10-26
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-09-17
whitespace cleanup
Denis Vlasenko
2006-09-02
ping(6): use htons instead of SWAP_BE.
Denis Vlasenko
2006-09-02
ping: implement -I option
Denis Vlasenko
2006-09-02
ping6: resolve interface name to number early.
Denis Vlasenko
2006-09-02
Sync ping and ping6 a bit, fix style and indentation.
Denis Vlasenko
2006-09-02
Fix endianness issue in ping6
Denis Vlasenko
2006-07-11
Add one-line GPL boilerplate to these source files.
"Robert P. J. Day"
2006-07-01
More removal of "#if 0" content.
"Robert P. J. Day"
2006-06-19
Make some 64 bit warnings go away on x86-64.
Rob Landley
2006-05-27
Consolidate #include <sys/time.h> so libbb.h does it.
Rob Landley
2006-04-01
Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84
Rob Landley
2006-03-22
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...
Mike Frysinger
2006-03-13
update comments as to what caused the defines to change
Mike Frysinger
2006-03-10
fix building with glibc-2.4
Mike Frysinger
2006-03-10
Patch from Denis Vlasenko turning static const int (which gets emitted into
Rob Landley
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-01-25
just whitespace
Tim Riker
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-05-22
Patch from Russell Coker:
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2003-01-12
Kiss Gabor noticed that ping compiled without BB_FEATURE_FANCY_PING
Eric Andersen
2002-11-26
use #ifdef instead of #if
Glenn L McGrath
2002-07-03
This patch from Bart Visscher <magick@linux-fan.com> adds
Eric Andersen