| Commit message (Expand) | Author | Age | Files | Lines |
* | - bump version to 1.1.1 nonrelease series (let's say -pre0). | Bernhard Reutner-Fischer | 2006-01-19 | 1 | -2/+2 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -2/+34 |
* | And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week. | Rob Landley | 2006-01-10 | 1 | -1/+1 |
* | The rest of Yann E. Morin's install revamp. | Rob Landley | 2005-12-15 | 1 | -0/+12 |
* | - check if CC supports -funsigned-char | Bernhard Reutner-Fischer | 2005-12-13 | 1 | -1/+9 |
* | Make char default to "unsigned" on all platforms so we have a consistent base | Rob Landley | 2005-12-01 | 1 | -2/+2 |
* | update license | Mike Frysinger | 2005-11-29 | 1 | -14/+2 |
* | ShaneAnderson writes in Bug 565: | Mike Frysinger | 2005-11-29 | 1 | -5/+5 |
* | - split VERSION into parts | Bernhard Reutner-Fischer | 2005-10-13 | 1 | -1/+14 |
* | - fix building out-of-tree; | Bernhard Reutner-Fischer | 2005-10-05 | 1 | -11/+7 |
* | - remove unused variable TOPDIR | Bernhard Reutner-Fischer | 2005-09-26 | 1 | -1/+1 |
* | A bit overdue... | Rob Landley | 2005-09-08 | 1 | -1/+1 |
* | patch by pkj in Bug 3 to not export all make variables | Mike Frysinger | 2005-07-31 | 1 | -4/+0 |
* | move -s from LDFLAGS to STRIPCMD | Mike Frysinger | 2005-07-31 | 1 | -1/+1 |
* | Fix "nm --size-sort" on the busybox binary and document how to make it work. | Rob Landley | 2005-07-31 | 1 | -1/+1 |
* | further refine check_gcc usage so it is only called the bare min number of times | Mike Frysinger | 2005-07-28 | 1 | -4/+7 |
* | dont output anything when running in silent mode | Mike Frysinger | 2005-07-28 | 1 | -0/+9 |
* | From Rich Paul: | Rob Landley | 2005-07-28 | 1 | -3/+2 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | Bump version | Eric Andersen | 2004-10-08 | 1 | -1/+1 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 1 | -7/+3 |
* | Bump version | Eric Andersen | 2004-08-16 | 1 | -1/+1 |
* | bump version to -rc2 | Eric Andersen | 2004-07-26 | 1 | -1/+1 |
* | Prepare for release | Eric Andersen | 2004-07-26 | 1 | -1/+1 |
* | bump version to -rc2 | Eric Andersen | 2004-07-26 | 1 | -1/+1 |
* | Bump version up to release candidate 1 | Eric Andersen | 2004-07-20 | 1 | -1/+1 |
* | bump version, prepare for -pre101_00_pre10 | Eric Andersen | 2004-04-13 | 1 | -1/+1 |
* | Bump version to -pre9 | Eric Andersen | 2004-04-06 | 1 | -1/+1 |
* | Fix it so usage is _always_ in sync with applets.c. Previously, | Eric Andersen | 2004-04-06 | 1 | -11/+0 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -4/+4 |
* | Bump up version in preparation for -pre8 | Eric Andersen | 2004-02-22 | 1 | -1/+1 |
* | Bump version number for release1_00_pre7 | Eric Andersen | 2004-02-04 | 1 | -1/+1 |
* | Bump version for release | Eric Andersen | 2004-01-31 | 1 | -2/+1 |
* | Bump version | Eric Andersen | 2003-12-21 | 1 | -1/+1 |
* | Bump version number | Eric Andersen | 2003-12-09 | 1 | -1/+1 |
* | By popular demand, revert to version 1.21, since Rules.mak:1.22 | Eric Andersen | 2003-11-05 | 1 | -11/+13 |
* | make certain values specified in the environment always win | Eric Andersen | 2003-10-30 | 1 | -13/+11 |
* | Substitute busybox for uClibc, patch by Hideki IWAMOTO | Glenn L McGrath | 2003-08-29 | 1 | -1/+1 |
* | Begin preparing for another release | Eric Andersen | 2003-08-06 | 1 | -1/+1 |
* | bump version to 1.0.0-pre2 | Eric Andersen | 2003-07-28 | 1 | -1/+1 |
* | eliminate DOSTATIC, DODEBUG, etc and name them sensibly | Eric Andersen | 2003-07-22 | 1 | -5/+5 |
* | A minor update for handling older gcc versions | Eric Andersen | 2003-07-22 | 1 | -6/+2 |
* | Yet more preparation to make a release... | Eric Andersen | 2003-07-15 | 1 | -2/+2 |
* | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen | 2003-07-14 | 1 | -1/+1 |
* | Explicitly define -DNDEBUG so asserts don't clutter release code | Eric Andersen | 2003-03-07 | 1 | -1/+2 |
* | Ensure consistant sort order, sed behavior, etc | Eric Andersen | 2003-01-14 | 1 | -0/+3 |
* | changed most assignments from ":=" to "=" to allow setting some variables | Robert Griebl | 2002-12-16 | 1 | -17/+17 |
* | Don't build the ncurses stuff unless it is specifically asked for | Eric Andersen | 2002-12-13 | 1 | -1/+0 |
* | Fix a silly oversight breaking cross compilation | Eric Andersen | 2002-12-05 | 1 | -1/+1 |
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 1 | -70/+46 |