Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -11/+13 |
| | | | | the busybox binary) into enums (which don't). | ||||
* | fix up annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
| | |||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -4/+4 |
| | |||||
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -16/+3 |
| | | | | - use shorter boilerplate while at it. | ||||
* | - do away with superfluous keyword. | Bernhard Reutner-Fischer | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | - fix zcip for IMA compile mode. | Bernhard Reutner-Fischer | 2005-12-12 | 1 | -6/+6 |
| | | | | | rename usage() to zcip_usage, make struct arp_packet static. This applet is not ISO C89 compatible due to the use of C99-style comments ("c++ comments). | ||||
* | - fix bug to avoid aliasing busybox' main to zcip_main in IMA mode. | Bernhard Reutner-Fischer | 2005-10-21 | 1 | -0/+3 |
| | |||||
* | Revert Tito's patch to zcip. My bad, David Brownell had objected and I missed | Rob Landley | 2005-05-03 | 1 | -109/+186 |
| | | | | | it... | ||||
* | On Tuesday 19 April 2005 21:10, Tito wrote and today added: | Rob Landley | 2005-05-01 | 1 | -186/+109 |
| | | | | | | | | | | | | | > Hi, > this is a first attempt of size optimization for zcip taking into account all > the hints given so far on the list. > I've applied just the more obvious busyboxifications so maybe it could be > optimized more. BTW: I've ripped out a lot of debug code and changed c++ // comments to /* */ as both were rather confusing for a newbie like me. ;-) Sorry to the author for that. I know that this makes mantaining the code easier, but I'm simple minded.... | ||||
* | David Brownell submitted a new applet, zcip, based on RFC 3927. This is | Rob Landley | 2005-04-30 | 1 | -0/+550 |
version 0418b. It compiled. |