Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flash_lock, flash_unlock: new applets | Denys Vlasenko | 2009-05-25 | 1 | -0/+5 |
| | | | | | | | By Thierry Reding (thierry.reding AT avionic-design.de) Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | Fix forgotten license comments | Denis Vlasenko | 2008-12-07 | 1 | -0/+4 |
| | |||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -14/+14 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | num conversions: allow for leading '+' (renice needs that) | Denis Vlasenko | 2007-12-11 | 1 | -5/+7 |
| | |||||
* | fix for suffix optimization (which was in previous commit) | Denis Vlasenko | 2007-07-27 | 1 | -1/+1 |
| | |||||
* | find: make -size match GNU find | Denis Vlasenko | 2007-06-16 | 1 | -2/+2 |
| | |||||
* | s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g | Denis Vlasenko | 2006-12-16 | 1 | -3/+3 |
| | | | | xstrtou: disallow leading '+' | ||||
* | safe_strtoXX interface proved to be a bit unconvenient. | Denis Vlasenko | 2006-11-27 | 1 | -0/+10 |
| | | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes. | ||||
* | regularize str -> num convertors | Denis Vlasenko | 2006-11-25 | 1 | -0/+175 |