| Commit message (Expand) | Author | Age | Files | Lines |
* | Busybox's udhcp was deleted a while ago. Bolting an external project onto the | landley | 2006-05-05 | 1 | -1/+1 |
* | - add script to check for missing help entries of config options | aldot | 2006-05-04 | 1 | -0/+5 |
* | compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and ... | vapier | 2006-04-29 | 1 | -2/+2 |
* | use pretty output for scripts/bb_mkdep and scripts/usage | vapier | 2006-04-29 | 1 | -2/+2 |
* | Patch from Dennis Vlasenko to add the option to compress help text. | landley | 2006-04-27 | 1 | -0/+7 |
* | - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints | aldot | 2006-04-26 | 1 | -0/+6 |
* | 2006-04-20 Shaun Jackman <sjackman@gmail.com> | vapier | 2006-04-21 | 1 | -0/+3 |
* | - make sure that we see all lib*/.c in IMA-mode even when not building the .so | aldot | 2006-04-03 | 1 | -1/+1 |
* | Tweak allbareconfig not to pause. | landley | 2006-03-22 | 1 | -1/+1 |
* | Willy Tarreau writes: | andersen | 2006-03-20 | 1 | -1/+1 |
* | - remove superfluous dependency which was fixed in r14527 | aldot | 2006-03-13 | 1 | -1/+1 |
* | - revert back to r14406 | aldot | 2006-03-13 | 1 | -128/+103 |
* | "make help" should not build the configurator first. | landley | 2006-03-13 | 1 | -1/+1 |
* | Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do | landley | 2006-03-13 | 1 | -1/+2 |
* | Cleanup from Paul Fox. One find piped to xargs is faster/simpler than | landley | 2006-03-09 | 1 | -7/+3 |
* | - backout using features which are not available with the previous stable | aldot | 2006-03-09 | 1 | -89/+33 |
* | - work around missing features and bugs in make-3.79.1: | aldot | 2006-03-06 | 1 | -8/+22 |
* | clean *.osm as pointed out by Robert P. J. Day | vapier | 2006-03-05 | 1 | -0/+1 |
* | clean busybox_unstripped as pointed out by Robert P. J. Day | vapier | 2006-03-05 | 1 | -1/+1 |
* | - ar cruP doesn't replace ('r') but unconditionally _adds_ all objects. | aldot | 2006-03-03 | 1 | -0/+2 |
* | - remove unused lists *-m | aldot | 2006-03-02 | 1 | -2/+1 |
* | - make sure applets.o is rebuilt when the .config changes. | aldot | 2006-03-02 | 1 | -1/+1 |
* | - allow for make /path/to/dir/file.o | aldot | 2006-03-02 | 1 | -1/+1 |
* | Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one! | aldot | 2006-03-02 | 1 | -7/+9 |
* | - fixes parallel builds (make -j) | aldot | 2006-03-01 | 1 | -141/+206 |
* | defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it | landley | 2006-02-28 | 1 | -5/+4 |
* | kill all .depend files | vapier | 2006-02-18 | 1 | -1/+1 |
* | hide bb_mkdep build | vapier | 2006-02-18 | 1 | -1/+1 |
* | full removed config.h, use bb_config.h only | vodz | 2006-02-15 | 1 | -13/+3 |
* | New USE() macros | landley | 2006-02-13 | 1 | -16/+7 |
* | Help text update and tweak to defconfig to remove two more things that | landley | 2006-02-08 | 1 | -6/+7 |
* | if the .pl script gets updated, force doc regen | vapier | 2006-02-05 | 1 | -1/+1 |
* | make the build system puuuuuuuuuuurty | vapier | 2006-02-02 | 1 | -30/+33 |
* | - pass -static via CC rather than LD | aldot | 2006-01-31 | 1 | -2/+2 |
* | Turn defconfig into what make allyesconfig is today. Turn allyesconfig | landley | 2006-01-31 | 1 | -2/+8 |
* | Move SUSv2 obsolete feature disabling to debug menu, invert meaning of | landley | 2006-01-30 | 1 | -1/+1 |
* | - add a macro to check for ld and as flags | aldot | 2006-01-27 | 1 | -2/+1 |
* | - Simplify the prereq and add more documentation. | aldot | 2006-01-25 | 1 | -41/+41 |
* | - Turn off combine for allyesconfig and allbareconfig. | aldot | 2006-01-24 | 1 | -2/+2 |
* | Oops, restore tabs | vodz | 2006-01-23 | 1 | -17/+17 |
* | cleanup (dist)clean logic | vodz | 2006-01-23 | 1 | -20/+20 |
* | - add platform.h. | aldot | 2006-01-22 | 1 | -2/+11 |
* | Zap sysdeps directory, moving Config.in and defconfig to top of tree. | landley | 2006-01-20 | 1 | -2/+2 |
* | - shared libbusybox. | aldot | 2006-01-15 | 1 | -18/+110 |
* | - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't | aldot | 2006-01-13 | 1 | -1/+1 |
* | Stephane Billiart said: | landley | 2005-12-16 | 1 | -1/+1 |
* | Install links patch from Yann E. Morin. (Another thing hanging around in my | landley | 2005-12-02 | 1 | -8/+4 |
* | Two changes. One from Shaun Jackman makes libbb/interface.c compile only if | landley | 2005-10-25 | 1 | -1/+1 |
* | - split VERSION into parts | aldot | 2005-10-13 | 1 | -1/+6 |
* | - remove passing PREFIX and CROSS to make which was added for bug #94. | aldot | 2005-10-09 | 1 | -2/+0 |