| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Some little cleanups from Larry Doolittle | Eric Andersen | 2000-12-09 | 1 | -1/+1 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -4/+4 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | The result of getopt() is "int" and should be treated as such | Pavel Roskin | 2000-07-17 | 1 | -1/+2 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -10/+0 |
* | Getopt'ed by Marc Nijdam <marc_nijdam@hp.com> | Eric Andersen | 2000-07-14 | 1 | -35/+21 |
* | Forgot to commit these cleanups it seems. | Eric Andersen | 2000-07-11 | 1 | -1/+0 |
* | Remove yet more kernel header dependancies. | Eric Andersen | 2000-07-10 | 1 | -1/+1 |
* | Update files to reduce dependance on kernel version... | Eric Andersen | 2000-07-08 | 1 | -1/+1 |
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -2/+1 |
* | More libc portability updates, add in the website (which has not been | Erik Andersen | 2000-05-19 | 1 | -1/+0 |
* | * cp -fa now works as expected for symlinks (it didn't before) | Erik Andersen | 2000-05-10 | 1 | -1/+9 |
* | * all mallocs now use xmalloc (and so are OOM error safe), and | Erik Andersen | 2000-03-21 | 1 | -1/+1 |
* | Some formatting updates (ran the code through indent) | Erik Andersen | 2000-02-08 | 1 | -79/+81 |
* | * sed now supports addresses (numeric or regexp, with negation) and | Erik Andersen | 1999-12-29 | 1 | -5/+13 |
* | Added sfdisk. Ststic-ified a bunch of stuff. | Eric Andersen | 1999-10-19 | 1 | -55/+73 |
* | More stuff. | Eric Andersen | 1999-10-18 | 1 | -1/+1 |