aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use xbind, xconnect where appropriate.vda2006-12-231-77/+50
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-221-1/+1
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-201-1/+1
* attempt to regularize atoi mess.vda2006-10-081-4/+4
* getopt_ulflags -> getopt32.vda2006-10-031-3/+3
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* arping: fix bug (getopt_ulflags and optarg don't mix),vda2006-09-231-24/+16
* replacing func() with xfunc() where appropriatevda2006-09-031-5/+2
* Convert setuid/setgid users to xsetuid/xsetgid.landley2006-07-161-1/+2
* More removal of "#if 0" content.rpjday2006-07-011-12/+0
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-271-1/+0
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-071-1/+1
* - patch from Denis Vlasenko to add and use bb_xsocket() and to usealdot2006-04-121-2/+2
* - coalesce printf calls.aldot2006-04-031-11/+12
* - use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)aldot2006-04-031-4/+5
* - set flags in a more reasonable manner. Thanks, vodz.aldot2006-04-031-16/+5
* - use RESERVE_CONFIG_BUFFER. For defconfig this gives:aldot2006-03-311-3/+5
* - shrink it a bit further.aldot2006-03-311-76/+65
* Shrink patch from Bernhard Fischer.landley2006-03-301-81/+69
* 2006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ...vapier2006-03-221-1/+1
* fix up annoying signed/unsigned and mixed type errorsandersen2006-01-301-4/+4
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-3/+3
* Patch by Fillod Stephane, declare variables as static to not clobberbug12003-09-261-20/+20
* *** empty log message ***bug12003-08-281-1/+1
* Major coreutils update.mjn32003-03-191-21/+21
* Minor update to arping, patch from Nick Fedchikbug12003-02-091-7/+9
* fix missed option argument for -I <device>, interface name checksbug12003-01-191-11/+16
* arping applet by Nick Fedchikbug12003-01-091-0/+492