| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 1 | -1/+1 |
* | config: update size information | Denys Vlasenko | 2018-12-28 | 1 | -1/+1 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 1 | -1/+2 |
* | getopt32: remove opt_complementary | Denys Vlasenko | 2017-08-08 | 1 | -2/+1 |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -1/+1 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+10 |
* | build system: -fno-builtin-printf | Denys Vlasenko | 2015-10-07 | 1 | -2/+2 |
* | Use unsigned printf/scanf conversion where more appropriate | Denys Vlasenko | 2013-11-29 | 1 | -1/+1 |
* | whitespace fixes. no code changes | Denys Vlasenko | 2013-01-14 | 1 | -1/+1 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move remaining help text from include/usage.src.h | Pere Orga | 2011-04-11 | 1 | -0/+7 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | Fix forgotten license comments | Denis Vlasenko | 2008-12-07 | 1 | -3/+4 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) | Denis Vlasenko | 2008-03-17 | 1 | -4/+2 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -9/+4 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | xioctl and friends by Tito <farmatito@tiscali.it> | Denis Vlasenko | 2007-07-14 | 1 | -12/+5 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | fdformat: remove redundant check | Denis Vlasenko | 2006-10-03 | 1 | -7/+6 |
* | lots of silly indent fixes | Denis Vlasenko | 2006-10-03 | 1 | -27/+27 |
* | There are a number of reasons for reinventing printf(). Writing status to | Rob Landley | 2006-08-04 | 1 | -18/+8 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -16/+8 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -0/+1 |
* | - use bb_msg_{read,write}_error where appropriate. | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
* | dont printf arguments given by user for security sanity | Mike Frysinger | 2006-03-23 | 1 | -1/+1 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -4/+4 |
* | Tito sent in a few patches converting instances of CONFIG_FEATURE_CLEAN_UP to | Rob Landley | 2005-09-08 | 1 | -6/+6 |
* | Everything should be made as simple as possible. But no simpler. | Eric Andersen | 2004-04-03 | 1 | -5/+11 |
* | Patch from Tito, reduce size, merge functions that are only used once. | Glenn L McGrath | 2004-01-20 | 1 | -93/+90 |
* | Logic error, patch by Matteo Croce | Glenn L McGrath | 2003-08-29 | 1 | -1/+1 |
* | Add the fdformat utility, based on a patch from Kent Robotti, | Eric Andersen | 2003-07-05 | 1 | -0/+158 |