don't pass argc in getopt32, it's superfluous
[platform/upstream/busybox.git] / networking / arping.c
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