Denis Vlasenko
|
89ef65f024
preparatory patch for -Wwrite-strings #5
|
18 yıl önce |
Denis Vlasenko
|
e935602ff5
taskset: fix incorrect rage spec and allow 0xXXX input
|
18 yıl önce |
Denis Vlasenko
|
aeb4bdd582
accidentally applied wrong (old) patch, fixing up...
|
18 yıl önce |
Denis Vlasenko
|
581930cc0d
opt_complementary doesn't like numeric opts :(
|
18 yıl önce |
Denis Vlasenko
|
b9a279ba94
Unify ping and ping6. ping has -4 and -6 which force
|
18 yıl önce |
Denis Vlasenko
|
9adc6ced4f
ping6: stop using xgethostbyname2, remove it from libbb.
|
18 yıl önce |
Denis Vlasenko
|
703e20235a
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
|
18 yıl önce |
Denis Vlasenko
|
35d4da0fb5
exterminate u_intXXX.
|
18 yıl önce |
Denis Vlasenko
|
3821fb13ea
fix verbose output; remove commented-out includes.
|
18 yıl önce |
Denis Vlasenko
|
44c2eb23dd
ping6: fix sequence numbers (missed ntoh) and ttl display.
|
18 yıl önce |
Denis Vlasenko
|
919c10dd88
ping[6]: don't do htons(a++), it can be a macro
|
18 yıl önce |
Denis Vlasenko
|
806116b234
fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
|
18 yıl önce |
Denis Vlasenko
|
d9e15f2068
style cleanup: return(a) -> return a, part 2
|
18 yıl önce |
Denis Vlasenko
|
48237b0c88
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
|
18 yıl önce |
Denis Vlasenko
|
4a5cf16a36
login: use %s - we know that string is not too long there
|
18 yıl önce |
Denis Vlasenko
|
c6f188def8
silly size savings and capitalization fixes
|
18 yıl önce |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 yıl önce |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 yıl önce |
Denis Vlasenko
|
bcf4908e71
ping: bind -> xbind
|
18 yıl önce |
Denis Vlasenko
|
e0b7f71d26
ping(6): use htons instead of SWAP_BE.
|
18 yıl önce |
Denis Vlasenko
|
2cbe6e6eb2
ping: implement -I option
|
18 yıl önce |
Denis Vlasenko
|
db7f2e5881
ping6: resolve interface name to number early.
|
18 yıl önce |
Denis Vlasenko
|
cb6874cc66
Sync ping and ping6 a bit, fix style and indentation.
|
18 yıl önce |
Rob Landley
|
cae61e7ca4
Make a gcc 4.1 warning go away.
|
18 yıl önce |
Rob Landley
|
9b1857f79f
Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail if
|
18 yıl önce |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 yıl önce |
Rob Landley
|
07a637df47
Patch from KRONSTORFER Horst to Fix a size mismatch in ping, such as the 56/84
|
19 yıl önce |
Mike Frysinger
|
06adf5fb47
2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of sys/signal.h.
|
19 yıl önce |
Rob Landley
|
bc68cd14cc
Patch from Denis Vlasenko turning static const int (which gets emitted into
|
19 yıl önce |
Rob Landley
|
dfba741457
Robert P. Day removed 8 gazillion occurrences of "extern" on function
|
19 yıl önce |