aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
AgeCommit message (Expand)Author
2007-06-17hwclock: size optimizationsDenis Vlasenko
2007-06-17arping: -i should be -IDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko
2007-02-04add x to IPv6 functions which can dieDenis Vlasenko
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko
2007-01-29preparatory patch for -Wwrite-strings #2Denis Vlasenko
2007-01-25arping: stop using last gethostbyname2 in the treeDenis Vlasenko
2007-01-22cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko
2006-12-23use xbind, xconnect where appropriate.Denis Vlasenko
2006-11-22introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko
2006-10-20message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko
2006-10-08attempt to regularize atoi mess.Denis Vlasenko
2006-10-03getopt_ulflags -> getopt32.Denis Vlasenko
2006-10-03rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko
2006-09-23arping: fix bug (getopt_ulflags and optarg don't mix),Denis Vlasenko
2006-09-03replacing func() with xfunc() where appropriateDenis Vlasenko
2006-07-16Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley
2006-07-01More removal of "#if 0" content."Robert P. J. Day"
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-05-07Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
2006-04-03- coalesce printf calls.Bernhard Reutner-Fischer
2006-04-03- use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)Bernhard Reutner-Fischer
2006-04-03- set flags in a more reasonable manner. Thanks, vodz.Bernhard Reutner-Fischer
2006-03-31- use RESERVE_CONFIG_BUFFER. For defconfig this gives:Bernhard Reutner-Fischer
2006-03-31- shrink it a bit further.Bernhard Reutner-Fischer
2006-03-30Shrink patch from Bernhard Fischer.Rob Landley
2006-03-222006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...Mike Frysinger
2006-01-30fix up annoying signed/unsigned and mixed type errorsEric Andersen
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
2003-09-26Patch by Fillod Stephane, declare variables as static to not clobberGlenn L McGrath
2003-08-28*** empty log message ***Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-09Minor update to arping, patch from Nick FedchikGlenn L McGrath
2003-01-19fix missed option argument for -I <device>, interface name checksGlenn L McGrath
2003-01-09arping applet by Nick FedchikGlenn L McGrath