summaryrefslogtreecommitdiff
path: root/networking/arping.c
Commit message (Expand)AuthorAgeFilesLines
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-2/+2
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-4/+3
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* arping: save a few bytes by using mempcpyDenis Vlasenko2008-04-251-10/+12
* arping: remove superfluous assignmentDenis Vlasenko2008-04-161-1/+0
* *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)Denis Vlasenko2008-03-171-5/+3
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-12/+2
* - shrink a tiny bit (-30Bytes)Bernhard Reutner-Fischer2008-02-111-30/+27
* - be C99 friendly. Anonymous unions are a GNU extension. This change isBernhard Reutner-Fischer2008-01-291-1/+1
* zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko2007-11-251-36/+33
* arping: fix a bug where there is implicit count of 4G;Denis Vlasenko2007-11-231-32/+54
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* xioctl and friends by Tito <farmatito@tiscali.it>Denis Vlasenko2007-07-141-6/+3
* wget: use monotonic_sec instead of gettimeofdayDenis Vlasenko2007-06-171-42/+41
* hwclock: size optimizationsDenis Vlasenko2007-06-171-70/+55
* arping: -i should be -IDenis Vlasenko2007-06-171-1/+1
* delete tons of extra #includesDenis Vlasenko2007-05-311-2/+2
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* add x to IPv6 functions which can dieDenis Vlasenko2007-02-041-1/+1
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-1/+1
* arping: stop using last gethostbyname2 in the treeDenis Vlasenko2007-01-251-7/+5
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-2/+1
* use xbind, xconnect where appropriate.Denis Vlasenko2006-12-231-77/+50
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-4/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
* rename bb_default_error_retval -> xfunc_error_retvalDenis Vlasenko2006-10-031-1/+1
* arping: fix bug (getopt_ulflags and optarg don't mix),Denis Vlasenko2006-09-231-24/+16
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-5/+2
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-1/+2
* More removal of "#if 0" content."Robert P. J. Day"2006-07-011-12/+0
* Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley2006-05-271-1/+0
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytesRob Landley2006-05-071-1/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-2/+2
* - coalesce printf calls.Bernhard Reutner-Fischer2006-04-031-11/+12
* - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)Bernhard Reutner-Fischer2006-04-031-4/+5
* - set flags in a more reasonable manner. Thanks, vodz.Bernhard Reutner-Fischer2006-04-031-16/+5
* - use RESERVE_CONFIG_BUFFER. For defconfig this gives:Bernhard Reutner-Fischer2006-03-311-3/+5
* - shrink it a bit further.Bernhard Reutner-Fischer2006-03-311-76/+65
* Shrink patch from Bernhard Fischer.Rob Landley2006-03-301-81/+69
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...Mike Frysinger2006-03-221-1/+1
* fix up annoying signed/unsigned and mixed type errorsEric Andersen2006-01-301-4/+4
* Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen2005-04-161-3/+3
* Patch by Fillod Stephane, declare variables as static to not clobberGlenn L McGrath2003-09-261-20/+20
* *** empty log message ***Glenn L McGrath2003-08-281-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-21/+21