| Commit message (Expand) | Author | Age | Files | Lines |
* | - cleanup conftest temporary files. | Bernhard Reutner-Fischer | 2006-05-29 | 1 | -1/+1 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -3/+3 |
* | - add target hosttools (see make help) | Bernhard Reutner-Fischer | 2006-05-26 | 1 | -55/+116 |
* | The one line fix to Bernhard Fischer's "profoundly". | Rob Landley | 2006-05-15 | 1 | -1/+0 |
* | back out default implicit %.o rule for now | Mike Frysinger | 2006-05-11 | 1 | -3/+0 |
* | add implicit rule for %.a to help debugging in subdirs | Mike Frysinger | 2006-05-10 | 1 | -0/+8 |
* | add a default .o rule for easier debug | Mike Frysinger | 2006-05-10 | 1 | -0/+3 |
* | Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.mak | Rob Landley | 2006-05-09 | 1 | -7/+15 |
* | - fix build | Bernhard Reutner-Fischer | 2006-05-08 | 1 | -2/+9 |
* | The changes svn 14960 made to Rules.mak broke building out of tree | Rob Landley | 2006-05-08 | 1 | -6/+0 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -0/+1 |
* | compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and ... | Mike Frysinger | 2006-04-29 | 1 | -0/+6 |
* | - rerun gcse pass after reload, enable whole-program iff we are not building | Bernhard Reutner-Fischer | 2006-04-28 | 1 | -1/+9 |
* | 2006-04-20 Shaun Jackman <sjackman@gmail.com> | Mike Frysinger | 2006-04-21 | 1 | -0/+7 |
* | svn 14824 broke -funsigned-char and possibly building out of tree, because | Rob Landley | 2006-04-19 | 1 | -13/+25 |
* | - pin the CFLAGS to make sure that we don't have to re-evaluate the | Bernhard Reutner-Fischer | 2006-04-11 | 1 | -1/+1 |
* | - switch Warning Of the Week to wrong or missing prototypes. | Bernhard Reutner-Fischer | 2006-04-02 | 1 | -5/+3 |
* | - warn a bit more verbosely about fmt stuff for non-release versions | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -0/+8 |
* | - mark trunk as 1.2.0-pre0 | Bernhard Reutner-Fischer | 2006-03-29 | 1 | -3/+3 |
* | Mike Frysinger pointed out we can go | Rob Landley | 2006-03-28 | 1 | -5/+1 |
* | Patch from Jan Kiszka: In case the libselinux development installation is not | Rob Landley | 2006-03-27 | 1 | -1/+5 |
* | We make both busybox and busybox_unstripped all the time now, no need to | Rob Landley | 2006-03-22 | 1 | -5/+1 |
* | Annoint 1.1.1. | Rob Landley | 2006-03-22 | 1 | -1/+1 |
* | - workaroung pr25795 in gcc-4.1 | Bernhard Reutner-Fischer | 2006-03-21 | 1 | -1/+2 |
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -203/+109 |
* | add a sep option for stripping | Mike Frysinger | 2006-03-10 | 1 | -1/+4 |
* | - remove check. Fixes e.g. buildroot | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+0 |
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -24/+32 |
* | - correct comment. | Bernhard Reutner-Fischer | 2006-03-03 | 1 | -1/+1 |
* | Denis Vlasenko noticed that falign=0 is meaningless, and that should probably | Rob Landley | 2006-03-03 | 1 | -1/+1 |
* | - make sure applets.o is rebuilt when the .config changes. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -1/+1 |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -116/+198 |
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -10/+55 |
* | - pass -static via CC rather than LD | Bernhard Reutner-Fischer | 2006-01-31 | 1 | -12/+6 |
* | Remove foo.txt and reenable -funsigned-char now that ash is fixed. | Rob Landley | 2006-01-30 | 1 | -2/+1 |
* | - add a macro to check for ld and as flags | Bernhard Reutner-Fischer | 2006-01-27 | 1 | -6/+26 |
* | - correct flag for gcc-3.x | Bernhard Reutner-Fischer | 2006-01-24 | 1 | -1/+1 |
* | ash with -funsigned-char don`t work! | "Vladimir N. Oleynik" | 2006-01-23 | 1 | -1/+1 |
* | - 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 |