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