Denis Vlasenko
|
44c2eb23dd
ping6: fix sequence numbers (missed ntoh) and ttl display.
|
18 years ago |
Denis Vlasenko
|
919c10dd88
ping[6]: don't do htons(a++), it can be a macro
|
18 years ago |
Denis Vlasenko
|
806116b234
fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
|
18 years ago |
Denis Vlasenko
|
d9e15f2068
style cleanup: return(a) -> return a, part 2
|
18 years ago |
Denis Vlasenko
|
48237b0c88
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
|
18 years ago |
Denis Vlasenko
|
4a5cf16a36
login: use %s - we know that string is not too long there
|
18 years ago |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
bcf4908e71
ping: bind -> xbind
|
18 years ago |
Denis Vlasenko
|
e0b7f71d26
ping(6): use htons instead of SWAP_BE.
|
18 years ago |
Denis Vlasenko
|
2cbe6e6eb2
ping: implement -I option
|
18 years ago |
Denis Vlasenko
|
db7f2e5881
ping6: resolve interface name to number early.
|
18 years ago |
Denis Vlasenko
|
cb6874cc66
Sync ping and ping6 a bit, fix style and indentation.
|
18 years ago |
Rob Landley
|
cae61e7ca4
Make a gcc 4.1 warning go away.
|
18 years ago |
Rob Landley
|
9b1857f79f
Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if
|
18 years ago |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 years ago |
Rob Landley
|
07a637df47
Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84
|
18 years ago |
Mike Frysinger
|
06adf5fb47
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h.
|
18 years ago |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
18 years ago |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
18 years ago |
Tim Riker
|
c1ef7bdd8d
just whitespace
|
19 years ago |
Rob Landley
|
bbf4e167f2
Ok, ping needs a rewrite from the ground up. (This is not a busybox app.)
|
19 years ago |
Rob Landley
|
42eddbafe7
Add a fflush(stdout).
|
19 years ago |
Mike Frysinger
|
887a1ad57f
BsAtHome writes in Bug 433:
|
19 years ago |
Mike Frysinger
|
03e827a422
2005-03-19 Shaun Jackman <sjackman@gmail.com>
|
19 years ago |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
19 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
20 years ago |
Eric Andersen
|
85e5e72bc1
Remove remaining libc5 support code
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
21 years ago |