1. 5b6195c respect CFLAGS/CPPFLAGS in env by Mike Frysinger · 18 years ago
  2. 12a3917 head is 1.5.0.svn now by Denis Vlasenko · 18 years ago
  3. 8942c12 releasing busybox 1.4.0 by Denis Vlasenko · 18 years ago
  4. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  5. d1e54e4 - missing hunk to go with r17206 by Bernhard Reutner-Fischer · 18 years ago
  6. e86bd6c - vapier wants LD to point to CC, revert my previous change by Bernhard Reutner-Fischer · 18 years ago
  7. c1feac6 - set LD to ld by Bernhard Reutner-Fischer · 18 years ago
  8. d514ba2 convert include/autoconf.h split and include/bbconfigopts.h commands into the new cmd style by Mike Frysinger · 18 years ago
  9. d9e4ddc we need to use the compiler driver to invoke LD as LDFLAGS is in the form the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work by Mike Frysinger · 18 years ago
  10. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  11. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
  12. cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
  13. a883fa4 exterminate last bzero's version bump to 1.3.0 by Denis Vlasenko · 18 years ago
  14. 9729e65 - honor CONFIG_DEBUG by Bernhard Reutner-Fischer · 18 years ago
  15. eb98be0 "kernel config" -> "busybox config" by Denis Vlasenko · 18 years ago
  16. 14aa9f7 build system: Makefiles are in source dir, add $(srctree) by Denis Vlasenko · 18 years ago
  17. b54b208 Fix largefile breakage; advance version to 1.2.2 by Denis Vlasenko · 18 years ago
  18. 52b5eba applets/applets.o must be rebuilt if usage.h is modified. by Denis Vlasenko · 18 years ago
  19. 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
  20. 665b02c build system: fix build in separate obj tree by Denis Vlasenko · 18 years ago
  21. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  22. da8f43f build system: fix for non-i386 builds by Denis Vlasenko · 18 years ago
  23. bede7d0 build system: do not generate include/linux by Denis Vlasenko · 18 years ago
  24. 8bf7bb8 yet another fixlet: make clean/distclean/mrproper by Denis Vlasenko · 18 years ago
  25. 1868409 fixing build system overhaul fallout... by Denis Vlasenko · 18 years ago
  26. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  27. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  28. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  29. 82ac9ec - pgf(?) found and fixed that missing dependency (usage: .config, IIRC), so remove the now unneeded NOTPARALLEL clause by Bernhard Reutner-Fischer · 18 years ago
  30. e6a3fef Add busybox_old to distclean. by Rob Landley · 18 years ago
  31. 91dc086 Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.) by Rob Landley · 18 years ago
  32. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  33. e332450 fix dependencies so that compressed usage gets rebuilt if by Paul Fox · 18 years ago
  34. 273430a - Pull r15593: by Bernhard Reutner-Fischer · 18 years ago
  35. fa61ca7 - add cross-reference generation target. Experimental. by Bernhard Reutner-Fischer · 18 years ago
  36. 42f091a - let the scripts be prerequisites of the files the generate by Bernhard Reutner-Fischer · 18 years ago
  37. 1dea55d Fix from Paul Fox to make compressed help text notice config changes. by Rob Landley · 18 years ago
  38. 7b8ff22 - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. by Bernhard Reutner-Fischer · 18 years ago
  39. e5de384 - don't check for toolchain-setting for make targets that don't need them by Bernhard Reutner-Fischer · 18 years ago
  40. 0fbe7dd Put the ending quote on the help entry... by Rob Landley · 18 years ago
  41. d9872aa Consolidate the .PHONY targets and add "make baseline" for bloatcheck. by Rob Landley · 18 years ago
  42. e28d1d6 - add target hosttools (see make help) by Bernhard Reutner-Fischer · 18 years ago
  43. 4148afe - fix wrong path to scripts/usage; It is in the builddir and not in the srcdir. by Bernhard Reutner-Fischer · 18 years ago
  44. 3c8c069 - there is no _usage.h anymore, so don't rm it in distclean. by Bernhard Reutner-Fischer · 18 years ago
  45. 30ead9a - do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set by Bernhard Reutner-Fischer · 18 years ago
  46. 1a5eb46 - there is no "sh". Use $(SHELL) by Bernhard Reutner-Fischer · 18 years ago
  47. d8e87a0 - forgot to make busybox_unstripped depend on the applets in IMA mode. by Bernhard Reutner-Fischer · 18 years ago
  48. 351c832 - redirect stdout of scripts/config/conf to /nil for by Bernhard Reutner-Fischer · 18 years ago
  49. 0690d15 Tabs weren't lining up in the help text. by Rob Landley · 18 years ago
  50. 59e4611 clean more files by Mike Frysinger · 18 years ago
  51. 2431830 - fix bug in make help introduced by landley in r15022: by Bernhard Reutner-Fischer · 18 years ago
  52. 92d8b35 Make bloatcheck work when building out of tree. by Rob Landley · 18 years ago
  53. 1b4e1da re-enable udhcp in a few more places by Mike Frysinger · 18 years ago
  54. f8a8084 Add "make bloatcheck" to run Matt Mackall's bloat-o-meter. Copy an old by Rob Landley · 18 years ago
  55. 3958e0a Busybox's udhcp was deleted a while ago. Bolting an external project onto the by Rob Landley · 18 years ago
  56. 3916b2a - add script to check for missing help entries of config options by Bernhard Reutner-Fischer · 18 years ago
  57. 12ef09b compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and usage by Mike Frysinger · 18 years ago
  58. fe6bb38 use pretty output for scripts/bb_mkdep and scripts/usage by Mike Frysinger · 18 years ago
  59. 7e21d5f Patch from Dennis Vlasenko to add the option to compress help text. by Rob Landley · 18 years ago
  60. 06a81d3 - patch from Denis Vlasenko to make sizes PHONY and to add objsizes which prints by Bernhard Reutner-Fischer · 18 years ago
  61. 586ea61 2006-04-20 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 18 years ago
  62. 2b398be - make sure that we see all lib*/.c in IMA-mode even when not building the .so by Bernhard Reutner-Fischer · 18 years ago
  63. 786988f Tweak allbareconfig not to pause. by Rob Landley · 18 years ago
  64. a6db0ee Willy Tarreau writes: by Eric Andersen · 18 years ago
  65. a25d83b - remove superfluous dependency which was fixed in r14527 by Bernhard Reutner-Fischer · 18 years ago
  66. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 18 years ago
  67. 19808fe "make help" should not build the configurator first. by Rob Landley · 18 years ago
  68. 9dc6913 Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do by Rob Landley · 18 years ago
  69. 31e3610 Cleanup from Paul Fox. One find piped to xargs is faster/simpler than by Rob Landley · 18 years ago
  70. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 18 years ago
  71. a597211 - work around missing features and bugs in make-3.79.1: by Bernhard Reutner-Fischer · 19 years ago
  72. 56ee779 clean *.osm as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  73. 33b45a0 clean busybox_unstripped as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  74. 7ad83b4 - ar cruP doesn't replace ('r') but unconditionally _adds_ all objects. by Bernhard Reutner-Fischer · 19 years ago
  75. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  76. c8e278f - make sure applets.o is rebuilt when the .config changes. by Bernhard Reutner-Fischer · 19 years ago
  77. 9b6b894 - allow for make /path/to/dir/file.o by Bernhard Reutner-Fischer · 19 years ago
  78. cfc5d86 Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one! by Bernhard Reutner-Fischer · 19 years ago
  79. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  80. 8bbee85 defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it by Rob Landley · 19 years ago
  81. 611e085 kill all .depend files by Mike Frysinger · 19 years ago
  82. a568ef2 hide bb_mkdep build by Mike Frysinger · 19 years ago
  83. 6732af2 full removed config.h, use bb_config.h only by "Vladimir N. Oleynik" · 19 years ago
  84. 7bfa88f New USE() macros by Rob Landley · 19 years ago
  85. 1ab4c3d Help text update and tweak to defconfig to remove two more things that by Rob Landley · 19 years ago
  86. f37529d if the .pl script gets updated, force doc regen by Mike Frysinger · 19 years ago
  87. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  88. 81b9496 - pass -static via CC rather than LD by Bernhard Reutner-Fischer · 19 years ago
  89. a167ec5 Turn defconfig into what make allyesconfig is today. Turn allyesconfig by Rob Landley · 19 years ago
  90. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  91. 08a1b50 - add a macro to check for ld and as flags by Bernhard Reutner-Fischer · 19 years ago
  92. 08c5a17 - Simplify the prereq and add more documentation. - Fix regex for allyesconfig. by Bernhard Reutner-Fischer · 19 years ago
  93. 9ed6ac2 - Turn off combine for allyesconfig and allbareconfig. by Bernhard Reutner-Fischer · 19 years ago
  94. b757699 Oops, restore tabs by "Vladimir N. Oleynik" · 19 years ago
  95. 9394b23 cleanup (dist)clean logic by "Vladimir N. Oleynik" · 19 years ago
  96. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  97. 7a43bd0 Zap sysdeps directory, moving Config.in and defconfig to top of tree. by Rob Landley · 19 years ago
  98. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  99. 26ea0b7 - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't by Bernhard Reutner-Fischer · 19 years ago
  100. a930bd3 Stephane Billiart said: by Rob Landley · 19 years ago