attempt to regularize atoi mess.
[platform/upstream/busybox.git] / networking / arping.c
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-10-03 Denis Vlasenkorename bb_default_error_retval -> xfunc_error_retval
2006-09-23 Denis Vlasenkoarping: fix bug (getopt_ulflags and optarg don't mix),
2006-09-03 Denis Vlasenkoreplacing func() with xfunc() where appropriate
2006-07-16 Rob LandleyConvert setuid/setgid users to xsetuid/xsetgid.
2006-07-01 "Robert P. J. Day"More removal of "#if 0" content.
2006-05-27 Rob LandleyConsolidate #include <sys/time.h> so libbb.h does it.
2006-05-07 Rob LandleyRemove bb_strlen() in favor of -fno-builtin-strlen...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xsocket...
2006-04-03 Bernhard Reutner... - coalesce printf calls.
2006-04-03 Bernhard Reutner... - use bb_opt_complementally; Saves another 14 bytes...
2006-04-03 Bernhard Reutner... - set flags in a more reasonable manner. Thanks, vodz.
2006-03-31 Bernhard Reutner... - use RESERVE_CONFIG_BUFFER. For defconfig this gives:
2006-03-31 Bernhard Reutner... - shrink it a bit further.
2006-03-30 Rob LandleyShrink patch from Bernhard Fischer.
2006-03-22 Mike Frysinger2006-03-21 Shaun Jackman <sjackman@gmail.com>: Includ...
2006-01-30 Eric Andersenfix up annoying signed/unsigned and mixed type errors
2005-04-16 Eric AndersenPatch from Bernhard Fischer to make a bunch of symbols...
2003-09-26 Glenn L McGrathPatch by Fillod Stephane, declare variables as static...
2003-08-28 Glenn L McGrath*** empty log message ***
2003-03-19 Manuel Novoa III Major coreutils update.
2003-02-09 Glenn L McGrathMinor update to arping, patch from Nick Fedchik
2003-01-19 Glenn L McGrathfix missed option argument for -I <device>, interface...
2003-01-09 Glenn L McGratharping applet by Nick Fedchik