| Commit message (Expand) | Author | Age | Files | Lines |
* | "kernel config" -> "busybox config" | vda | 2006-11-30 | 1 | -1/+1 |
* | build system: Makefiles are in source dir, add $(srctree) | vda | 2006-10-31 | 1 | -3/+3 |
* | Fix largefile breakage; advance version to 1.2.2 | vda | 2006-10-27 | 1 | -2/+4 |
* | applets/applets.o must be rebuilt if usage.h is modified. | vda | 2006-10-19 | 1 | -3/+0 |
* | strip -> $(STRIP); fix "unused variable" warning | vda | 2006-10-16 | 1 | -1/+1 |
* | build system: fix build in separate obj tree | vda | 2006-10-11 | 1 | -0/+1 |
* | fixes from Vladimir Dronnikov <dronnikov@gmail.ru> | vda | 2006-10-10 | 1 | -1/+9 |
* | build system: fix for non-i386 builds | vda | 2006-10-09 | 1 | -1/+1 |
* | build system: do not generate include/linux | vda | 2006-10-06 | 1 | -2/+0 |
* | yet another fixlet: make clean/distclean/mrproper | vda | 2006-10-05 | 1 | -4/+6 |
* | fixing build system overhaul fallout... | vda | 2006-10-05 | 1 | -3/+3 |
* | build system overhaul | vda | 2006-10-05 | 1 | -430/+1190 |
* | runit/chpst: "change process state" utility | vda | 2006-10-03 | 1 | -1/+2 |
* | - pull from busybox_scratch: r15829:15850 | aldot | 2006-08-28 | 1 | -0/+1 |
* | - pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so r... | aldot | 2006-08-28 | 1 | -3/+0 |
* | Add busybox_old to distclean. | landley | 2006-08-04 | 1 | -2/+1 |
* | Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.) | landley | 2006-07-30 | 1 | -1/+1 |
* | More minor tweaks. | landley | 2006-07-12 | 1 | -0/+1 |
* | fix dependencies so that compressed usage gets rebuilt if | pgf | 2006-07-06 | 1 | -4/+8 |
* | - Pull r15593: | aldot | 2006-07-04 | 1 | -4/+2 |
* | - add cross-reference generation target. | aldot | 2006-06-16 | 1 | -1/+13 |
* | - let the scripts be prerequisites of the files the generate | aldot | 2006-06-15 | 1 | -2/+2 |
* | Fix from Paul Fox to make compressed help text notice config changes. | landley | 2006-06-13 | 1 | -1/+1 |
* | - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. | aldot | 2006-06-13 | 1 | -44/+41 |
* | - don't check for toolchain-setting for make targets that don't need them | aldot | 2006-06-10 | 1 | -1/+3 |
* | Put the ending quote on the help entry... | landley | 2006-05-28 | 1 | -1/+1 |
* | Consolidate the .PHONY targets and add "make baseline" for bloatcheck. | landley | 2006-05-27 | 1 | -10/+14 |
* | - add target hosttools (see make help) | aldot | 2006-05-26 | 1 | -9/+25 |
* | - fix wrong path to scripts/usage; It is in the builddir and not in the srcdir. | aldot | 2006-05-21 | 1 | -4/+8 |
* | - there is no _usage.h anymore, so don't rm it in distclean. | aldot | 2006-05-21 | 1 | -1/+1 |
* | - do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set | aldot | 2006-05-21 | 1 | -3/+6 |
* | - there is no "sh". Use $(SHELL) | aldot | 2006-05-21 | 1 | -1/+1 |
* | - forgot to make busybox_unstripped depend on the applets in IMA mode. | aldot | 2006-05-19 | 1 | -1/+1 |
* | - redirect stdout of scripts/config/conf to /nil for | aldot | 2006-05-19 | 1 | -8/+8 |
* | Tabs weren't lining up in the help text. | landley | 2006-05-11 | 1 | -2/+1 |
* | clean more files | vapier | 2006-05-10 | 1 | -3/+4 |
* | - fix bug in make help introduced by landley in r15022: | aldot | 2006-05-09 | 1 | -1/+1 |
* | Make bloatcheck work when building out of tree. | landley | 2006-05-08 | 1 | -1/+1 |
* | re-enable udhcp in a few more places | vapier | 2006-05-08 | 1 | -1/+1 |
* | Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old | landley | 2006-05-07 | 1 | -0/+5 |
* | 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 |