aboutsummaryrefslogtreecommitdiff
path: root/networking/arping.c
AgeCommit message (Collapse)Author
2006-04-03- use bb_opt_complementally; Saves another 14 bytes. (thanks again, vodz)Bernhard Reutner-Fischer
2006-04-03- set flags in a more reasonable manner. Thanks, vodz.Bernhard Reutner-Fischer
text data bss dec hex filename 3520 4 96 3620 e24 networking/arping.o.oorig 3488 4 96 3588 e04 networking/arping.o
2006-03-31- use RESERVE_CONFIG_BUFFER. For defconfig this gives:Bernhard Reutner-Fischer
text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o.r14710 3520 4 96 3620 e24 networking/arping.o
2006-03-31- shrink it a bit further.Bernhard Reutner-Fischer
text data bss dec hex filename 3627 4 120 3751 ea7 networking/arping.o.oorig 3548 4 96 3648 e40 networking/arping.o
2006-03-30Shrink patch from Bernhard Fischer.Rob Landley
2006-03-222006-03-21 Shaun Jackman <sjackman@gmail.com>: Include signal.h instead of ↵Mike Frysinger
sys/signal.h.
2006-01-30fix up annoying signed/unsigned and mixed type errorsEric Andersen
2005-04-16Patch from Bernhard Fischer to make a bunch of symbols staticEric Andersen
which were otherwise cluttering the global namespace.
2003-09-26Patch by Fillod Stephane, declare variables as static to not clobberGlenn L McGrath
busybox namespace
2003-08-28*** empty log message ***Glenn L McGrath
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-09Minor update to arping, patch from Nick FedchikGlenn L McGrath
2003-01-19fix missed option argument for -I <device>, interface name checksGlenn L McGrath
redesigned, patch by Nick Fedchik
2003-01-09arping applet by Nick FedchikGlenn L McGrath