Denis Vlasenko
|
90ec4dc0c7
arping: stop using last gethostbyname2 in the tree
|
18 years ago |
Denis Vlasenko
|
703e20235a
cleanups: unnecessary casts, unified const_1, eliminate cross-.c file
|
18 years ago |
Denis Vlasenko
|
1dc1b37b33
use xbind, xconnect where appropriate.
|
18 years ago |
Denis Vlasenko
|
48237b0c88
introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),
|
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
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
40920825d5
rename bb_default_error_retval -> xfunc_error_retval
|
18 years ago |
Denis Vlasenko
|
a65a17700a
arping: fix bug (getopt_ulflags and optarg don't mix),
|
18 years ago |
Denis Vlasenko
|
27af5a0dd3
replacing func() with xfunc() where appropriate
|
18 years ago |
Rob Landley
|
afb94ecf2b
Convert setuid/setgid users to xsetuid/xsetgid.
|
18 years ago |
"Robert P. J. Day"
|
d35ef0f666
More removal of "#if 0" content.
|
18 years ago |
Rob Landley
|
299a6b4d7b
Consolidate #include <sys/time.h> so libbb.h does it.
|
18 years ago |
Rob Landley
|
a389651115
Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes
|
18 years ago |
Bernhard Reutner-Fischer
|
dac7ff15b7
- patch from Denis Vlasenko to add and use bb_xsocket() and to use
|
18 years ago |
Bernhard Reutner-Fischer
|
ebd1355828
- coalesce printf calls.
|
18 years ago |
Bernhard Reutner-Fischer
|
a0f75e2bba
- use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)
|
18 years ago |
Bernhard Reutner-Fischer
|
6153629097
- set flags in a more reasonable manner. Thanks, vodz.
|
18 years ago |
Bernhard Reutner-Fischer
|
2766eedde8
- use RESERVE_CONFIG_BUFFER. For defconfig this gives:
|
18 years ago |
Bernhard Reutner-Fischer
|
137669449a
- shrink it a bit further.
|
18 years ago |
Rob Landley
|
8ea5205726
Shrink patch from Bernhard Fischer.
|
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 |
Eric Andersen
|
0cb6f35c33
fix up annoying signed/unsigned and mixed type errors
|
19 years ago |
Eric Andersen
|
14f5c8d764
Patch from Bernhard Fischer to make a bunch of symbols static
|
19 years ago |
Glenn L McGrath
|
6b0658f5c0
Patch by Fillod Stephane, declare variables as static to not clobber
|
21 years ago |
Glenn L McGrath
|
8b96b7169d
*** empty log message ***
|
21 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Glenn L McGrath
|
a837e2d9b3
Minor update to arping, patch from Nick Fedchik
|
22 years ago |
Glenn L McGrath
|
e6ae6e3d39
fix missed option argument for -I <device>, interface name checks
|
22 years ago |
Glenn L McGrath
|
9e59841375
arping applet by Nick Fedchik
|
22 years ago |