| 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 | -3/+3 |
* | 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 coreutils/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+9 |
* | uuencode: tweak help text | Denys Vlasenko | 2012-03-05 | 1 | -2/+2 |
* | *: remove "Options:" string from help texts | Denys Vlasenko | 2011-06-05 | 1 | -1/+0 |
* | move help text from include/usage.src.h to coreutils/*.c | Pere Orga | 2011-03-31 | 1 | -0/+14 |
* | base64: new applet | Denys Vlasenko | 2010-08-31 | 1 | -2/+2 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: remove some uses of argc | Denys Vlasenko | 2010-01-04 | 1 | -2/+2 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). | Denis Vlasenko | 2007-09-27 | 1 | -2/+2 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | uuencode: shrink | Denis Vlasenko | 2007-06-26 | 1 | -37/+25 |
* | uudecode: fix to base64 decode by Jorgen Cederlof <jcz@google.com> | Denis Vlasenko | 2007-06-04 | 1 | -4/+1 |
* | 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 |
* | remove bb_printf and the like | Denis Vlasenko | 2006-10-26 | 1 | -5/+5 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | uuencode: common implementation for wget and uuencode (closing bug 694) | Denis Vlasenko | 2006-09-03 | 1 | -60/+6 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -8/+3 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -13/+1 |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -3/+1 |
* | more better for me signed<->unsigned and the const keyword usage | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -5/+5 |
* | clean up yet more annoying signed/unsigned mismatches and fixup | Eric Andersen | 2006-01-30 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 1 | -1/+0 |
* | Pascal Brisset writes: | Eric Andersen | 2004-01-26 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -20/+18 |
* | Fixup buffer allocation | Eric Andersen | 2002-12-06 | 1 | -4/+6 |
* | Fixup warnings and undefined operations that show up in gcc-3.1 | Eric Andersen | 2002-07-11 | 1 | -1/+2 |
* | fix and shrink uuencode | Tim Riker | 2002-05-01 | 1 | -55/+23 |
* | Major rework of the directory structure and the entire build system. | Eric Andersen | 2001-10-24 | 1 | -2/+2 |
* | Fix permisions when reading from stdin | Glenn L McGrath | 2001-07-29 | 1 | -1/+1 |
* | Fix broken logic when wraping encoded data into rows, also simplifies it a bit | Glenn L McGrath | 2001-07-29 | 1 | -21/+13 |
* | The src buffer size has to be a multiple of 3 (as i noted, but didnt do). | Glenn L McGrath | 2001-07-28 | 1 | -1/+1 |
* | Rewrite based on wget uuencode function. | Glenn L McGrath | 2001-07-28 | 1 | -219/+170 |
* | A cleanup patch from Jeff Garzik to static-ify a number of | Eric Andersen | 2001-03-09 | 1 | -3/+3 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -2/+2 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+1 |
* | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | 2001-01-27 | 1 | -1/+0 |
* | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai | 2000-12-18 | 1 | -5/+2 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -3/+3 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -3/+3 |
* | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen | 2000-11-14 | 1 | -32/+36 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |