| Commit message (Expand) | Author | Age | Files | Lines |
* | config: deindent all help texts | Denys Vlasenko | 2017-07-21 | 1 | -20/+20 |
* | Update menuconfig items with approximate applet sizes | Denys Vlasenko | 2017-07-18 | 1 | -1/+1 |
* | Big cleanup in config help and description | Denys Vlasenko | 2017-01-10 | 1 | -1/+1 |
* | Convert all util-linux/* applets to "new style" applet definitions | Denys Vlasenko | 2016-11-23 | 1 | -0/+37 |
* | getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LIST | Denys Vlasenko | 2016-07-06 | 1 | -2/+1 |
* | dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en... | Peter Korsgaard | 2015-08-24 | 1 | -3/+5 |
* | dmesg: handle multi-char log levels | Peter Korsgaard | 2013-01-05 | 1 | -7/+6 |
* | *: 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/+10 |
* | dmesg: more correct skipping of <N>; use faster putchar for most output | Denys Vlasenko | 2010-10-19 | 1 | -7/+12 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | dmesg: try to detect buffer size | Denys Vlasenko | 2009-07-10 | 1 | -12/+18 |
* | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer | 2008-09-25 | 1 | -1/+1 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -1/+1 |
* | - improve readability | Bernhard Reutner-Fischer | 2008-05-19 | 1 | -5/+10 |
* | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko | 2008-03-17 | 1 | -1/+1 |
* | dmesg,klogd: make code more readable | Denis Vlasenko | 2007-11-16 | 1 | -26/+34 |
* | fbset: fix buglet where we were using wrong pointer | Denis Vlasenko | 2007-11-06 | 1 | -1/+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 | -3/+3 |
* | don't pass argc in getopt32, it's superfluous | Denis Vlasenko | 2007-08-18 | 1 | -1/+1 |
* | delete tons of extra #includes | Denis Vlasenko | 2007-05-31 | 1 | -2/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" | Bernhard Reutner-Fischer | 2007-04-04 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -2/+2 |
* | getopt_ulflags -> getopt32. | Denis Vlasenko | 2006-10-03 | 1 | -1/+1 |
* | Change license statements (and clean up headers) on some of the files that | Rob Landley | 2006-09-22 | 1 | -1/+1 |
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 1 | -2/+2 |
* | Add back in non-ifdef version of FEATURE_PRETTY_PRINT, and get the attribution | Rob Landley | 2006-07-27 | 1 | -3/+20 |
* | There's no excuse for adding new #ifdefs to the code like that. None at all. | Rob Landley | 2006-07-27 | 1 | -19/+3 |
* | allow people to display dmesg output without syslog levels | Mike Frysinger | 2006-07-27 | 1 | -3/+19 |
* | de-cuddle if( to if ( | Mike Frysinger | 2006-07-27 | 1 | -1/+1 |
* | Fix three embarassing thinkos in the new dmesg.c: | Rob Landley | 2006-07-06 | 1 | -3/+3 |
* | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | 2006-07-02 | 1 | -1/+2 |
* | Rewrite of dmesg, smaller and simpler. | Rob Landley | 2006-06-13 | 1 | -70/+25 |
* | - shrink dmesg a bit. | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -41/+22 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
* | Ronny L Nilsson writes: | Eric Andersen | 2003-07-30 | 1 | -1/+5 |
* | Remove remaining libc5 support code | Eric Andersen | 2003-07-22 | 1 | -8/+1 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -2/+2 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -4/+4 |
* | Save a few bytes and remove a redundant string | Eric Andersen | 2003-03-07 | 1 | -1/+1 |
* | audit for proper error handling, apply a few size optimizations | Eric Andersen | 2003-03-07 | 1 | -27/+34 |
* | A number of cleanups. Now compiles with libc5, glibc, and uClibc. Fix a few | Eric Andersen | 2001-04-05 | 1 | -9/+4 |
* | 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 | -7/+4 |
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -1/+3 |
* | Use busybox error handling functions wherever possible. | Matt Kraai | 2000-12-22 | 1 | -11/+4 |