aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
AgeCommit message (Expand)Author
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