Bump to version 1.22.1
[platform/upstream/busybox.git] / networking / arping.c
2011-06-05 Denys Vlasenko*: remove "Options:" string from help texts
2011-04-11 Pere Orgamove remaining help text from include/usage.src.h
2010-10-30 Denys Vlasenkonetworking/*: remove superfluous comments
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-11-02 Denys Vlasenko*: introduce and use ffulsh_all()
2009-07-04 Denys Vlasenkofix dependencies of FEATURE_GETOPT_LONG
2009-04-21 Denis Vlasenko*: remove check for errors on getsockaddr in cases...
2008-12-10 Denis Vlasenko*: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ...
2008-12-08 Denis Vlasenkooptimize 16- and 32-bit moves
2008-12-02 Denis Vlasenkolibbb: add strncpy_IFNAMSIZ
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-05-15 Denis Vlasenkomore of -Wall fixes from Cristian Ionescu-Idbohrn.
2008-04-25 Denis Vlasenkoarping: save a few bytes by using mempcpy
2008-04-16 Denis Vlasenkoarping: remove superfluous assignment
2008-03-17 Denis Vlasenko*: shrink: use Vladimir's "o+" specifier instead of...
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-02-11 Bernhard Reutner... - shrink a tiny bit (-30Bytes)
2008-01-29 Bernhard Reutner... - be C99 friendly. Anonymous unions are a GNU extension...
2007-11-25 Denis Vlasenkozcip: use low-order 4 bytes of MAC as random seed,...
2007-11-23 Denis Vlasenkoarping: fix a bug where there is implicit count of 4G;
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-07-14 Denis Vlasenkoxioctl and friends by Tito <farmatito@tiscali.it>
2007-06-17 Denis Vlasenkowget: use monotonic_sec instead of gettimeofday
2007-06-17 Denis Vlasenkohwclock: size optimizations
2007-06-17 Denis Vlasenkoarping: -i should be -I
2007-05-31 Denis Vlasenkodelete tons of extra #includes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-02-04 Denis Vlasenkoadd x to IPv6 functions which can die
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-29 Denis Vlasenkopreparatory patch for -Wwrite-strings #2
2007-01-25 Denis Vlasenkoarping: stop using last gethostbyname2 in the tree
2007-01-22 Denis Vlasenkocleanups: unnecessary casts, unified const_1, eliminate...
2006-12-23 Denis Vlasenkouse xbind, xconnect where appropriate.
2006-11-22 Denis Vlasenkointroduce setsockopt_reuseaddr(int fd), setsockopt_broa...
2006-10-20 Denis Vlasenkomessage string changes, mostly for consistency, also...
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