Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | -Erik | ||||
* | changed most assignments from ":=" to "=" to allow setting some variables | Robert Griebl | 2002-12-16 | 1 | -17/+17 |
| | | | | at the command line (this is also needed for cross-compilation) | ||||
* | Don't build the ncurses stuff unless it is specifically asked for | Eric Andersen | 2002-12-13 | 1 | -1/+0 |
| | | | | -Erik | ||||
* | Fix a silly oversight breaking cross compilation | Eric Andersen | 2002-12-05 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen | 2002-12-05 | 1 | -70/+46 |
| | | | | | | | | modified Kbuild system I put into uClibc. With this, there should be no more need to modify Rules.mak since I've moved all the interesting options into the config system. I think I've got everything updated, but you never know, I may have made some mistakes, so watch closely. -Erik | ||||
* | Use a nifty macro to make testing gcc features simpler | Eric Andersen | 2002-10-30 | 1 | -9/+8 |
| | | | | | and much easier to read. -Erik | ||||
* | Ivan Popov noticed that handling of PREFIX was bad. | Eric Andersen | 2002-10-26 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fixup largefile settings | Eric Andersen | 2002-09-22 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Be more portable with 'find' for those that prefer programming | Eric Andersen | 2002-07-31 | 1 | -3/+3 |
| | | | | on *BSD, etc. Formatting fixes, etc. | ||||
* | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen | 2002-07-03 | 1 | -1/+1 |
| | | | | | silly games. -Erik | ||||
* | Rework optimization code. Be more compiler aware. | Eric Andersen | 2002-06-23 | 1 | -6/+36 |
| | | | | -Erik | ||||
* | Completely rework the config system so that it no longer annoys me to work on | Eric Andersen | 2002-04-12 | 1 | -174/+187 |
| | | | | | | | the busybox development tree. This eliminates the use of recursive make, and once again allows us to run 'make' in a subdirectory with the expected result. And things are now much faster too. Greatly improved IMHO... -Erik | ||||
* | Oops. Forgot these.... | Eric Andersen | 2001-10-24 | 1 | -0/+195 |