1. 19808fe "make help" should not build the configurator first. by Rob Landley · 19 years ago
  2. 9dc6913 Fix "rm .config;make menuconfig" to work like "rm .config; make" (I.E. do by Rob Landley · 19 years ago
  3. 31e3610 Cleanup from Paul Fox. One find piped to xargs is faster/simpler than by Rob Landley · 19 years ago
  4. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  5. a597211 - work around missing features and bugs in make-3.79.1: by Bernhard Reutner-Fischer · 19 years ago
  6. 56ee779 clean *.osm as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  7. 33b45a0 clean busybox_unstripped as pointed out by Robert P. J. Day by Mike Frysinger · 19 years ago
  8. 7ad83b4 - ar cruP doesn't replace ('r') but unconditionally _adds_ all objects. by Bernhard Reutner-Fischer · 19 years ago
  9. e3ec99d - remove unused lists *-m by Bernhard Reutner-Fischer · 19 years ago
  10. c8e278f - make sure applets.o is rebuilt when the .config changes. by Bernhard Reutner-Fischer · 19 years ago
  11. 9b6b894 - allow for make /path/to/dir/file.o by Bernhard Reutner-Fischer · 19 years ago
  12. cfc5d86 Denis Vlasenko writes: make sizes was rebuilding busybox - unstripped one! by Bernhard Reutner-Fischer · 19 years ago
  13. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  14. 8bbee85 defconfig shouldn't enable CONFIG_INSTALL_NO_USR, and while we're at it by Rob Landley · 19 years ago
  15. 611e085 kill all .depend files by Mike Frysinger · 19 years ago
  16. a568ef2 hide bb_mkdep build by Mike Frysinger · 19 years ago
  17. 6732af2 full removed config.h, use bb_config.h only by "Vladimir N. Oleynik" · 19 years ago
  18. 7bfa88f New USE() macros by Rob Landley · 19 years ago
  19. 1ab4c3d Help text update and tweak to defconfig to remove two more things that by Rob Landley · 19 years ago
  20. f37529d if the .pl script gets updated, force doc regen by Mike Frysinger · 19 years ago
  21. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  22. 81b9496 - pass -static via CC rather than LD by Bernhard Reutner-Fischer · 19 years ago
  23. a167ec5 Turn defconfig into what make allyesconfig is today. Turn allyesconfig by Rob Landley · 19 years ago
  24. f8fd4db Move SUSv2 obsolete feature disabling to debug menu, invert meaning of by Rob Landley · 19 years ago
  25. 08a1b50 - add a macro to check for ld and as flags by Bernhard Reutner-Fischer · 19 years ago
  26. 08c5a17 - Simplify the prereq and add more documentation. - Fix regex for allyesconfig. by Bernhard Reutner-Fischer · 19 years ago
  27. 9ed6ac2 - Turn off combine for allyesconfig and allbareconfig. by Bernhard Reutner-Fischer · 19 years ago
  28. b757699 Oops, restore tabs by "Vladimir N. Oleynik" · 19 years ago
  29. 9394b23 cleanup (dist)clean logic by "Vladimir N. Oleynik" · 19 years ago
  30. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  31. 7a43bd0 Zap sysdeps directory, moving Config.in and defconfig to top of tree. by Rob Landley · 19 years ago
  32. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  33. 26ea0b7 - turn off "nc gaping hole" and devfsd in allbareconfig, the latter doesn't by Bernhard Reutner-Fischer · 19 years ago
  34. a930bd3 Stephane Billiart said: by Rob Landley · 19 years ago
  35. d4f15e9 Install links patch from Yann E. Morin. (Another thing hanging around in my by Rob Landley · 19 years ago
  36. 2d5d88e Two changes. One from Shaun Jackman makes libbb/interface.c compile only if by Rob Landley · 19 years ago
  37. 8c7a7e6 - split VERSION into parts by Bernhard Reutner-Fischer · 19 years ago
  38. 332fc10 - remove passing PREFIX and CROSS to make which was added for bug #94. by Bernhard Reutner-Fischer · 19 years ago
  39. be5c103 - rename bareconfig to allbareconfig and emit "is not set" strings needed for by Bernhard Reutner-Fischer · 19 years ago
  40. a9d8913 - add config target bareconfig. Enables all applets but without any features. by Bernhard Reutner-Fischer · 19 years ago
  41. dfd1eb0 trim dep lines by "Vladimir N. Oleynik" · 19 years ago
  42. 4d63525 - fix bug #94: 'make install' does not respect PREFIX nor CROSS when using O= by Bernhard Reutner-Fischer · 19 years ago
  43. e34e878 - support make check V=1 to run the checks in verbose mode by Bernhard Reutner-Fischer · 19 years ago
  44. 14b1c1d - remove explicit dependency of busybox.o and applets.o and usage.h from the by Bernhard Reutner-Fischer · 19 years ago
  45. b48bfe7 - fix generation of .depend when building out of tree. by Bernhard Reutner-Fischer · 19 years ago
  46. 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
  47. 6745184 pass EXTRA_CFLAGS to final link since it may contain things that affect linking (such as -m32) by Mike Frysinger · 19 years ago
  48. 1c943eb - remove unused variable TOPDIR by Bernhard Reutner-Fischer · 19 years ago
  49. d24eaac add "make help" by Rob Landley · 19 years ago
  50. de242f6 this should fix parallel building with .depend/bb_config.h by Mike Frysinger · 19 years ago
  51. 016d628 fix parallel building again by Mike Frysinger · 19 years ago
  52. ce0cf1d make test an alias for check by Mike Frysinger · 19 years ago
  53. cef737f moved include/bbconfigopts.h from miscutils to to top Makefile before generate .depend. Remove allyesconfig build problem, noticed by Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  54. 90252bb The testsuite/links directory wasn't being created. by Rob Landley · 19 years ago
  55. 4a5d95d corect build bbconfig applet, Thanks, Bernhard Fischer by "Vladimir N. Oleynik" · 19 years ago
  56. 5e60dc4 new my scripts/mm_mkdep, dependences work now by "Vladimir N. Oleynik" · 19 years ago
  57. a7e14db This combines a patch from Bernhard Fischer (moving the clean of by Rob Landley · 19 years ago
  58. 1689075 Working on a new test harness. Moved the sort tests into it. by Rob Landley · 19 years ago
  59. ac692b2 Bernhard Fischer sent a patch to make "make sizes" work when building in by Rob Landley · 19 years ago
  60. d9f7165 Dumb little hack, "make sizes". Try it. by Rob Landley · 19 years ago
  61. e1d9633 Bernhard Fischer submitted a couple of Makefile patches: by Rob Landley · 19 years ago
  62. 4306bb1 When doing 'make release' nuke the .svn directories, not the by Eric Andersen · 19 years ago
  63. f9bd87b make sure distclean punts include/bbconfigopts.h by Mike Frysinger · 19 years ago
  64. 157e807 In bb_config.h, replace AUTOCONF_INCLUDED guard with the more reasonable and by Rob Landley · 19 years ago
  65. f1dbd4a fix bbconfigopts.h depend by Mike Frysinger · 19 years ago
  66. fcafa4b screw around with whitespace by Mike Frysinger · 19 years ago
  67. 79c142d new config display applet, from bug 46. i've changed the name by Paul Fox · 19 years ago
  68. 9d6e083 patch by pkj in Bug 3 to not export all make variables by Mike Frysinger · 19 years ago
  69. c99e2c5 dont output anything when running in silent mode by Mike Frysinger · 19 years ago
  70. ef8f423 Erik pointed out that in the last try at the #ifdef cleanup by Rob Landley · 19 years ago
  71. 193c8c7 #ifdef reduction infrastructure, based on an argument between Shaun Jackman, by Rob Landley · 19 years ago
  72. e9903cf move config.h requirement to the actual .depend target rather than the depend alias by Mike Frysinger · 20 years ago
  73. 60158cb A patch from Takeharu KATO to update/fix SE-Linux support. by Rob Landley · 20 years ago
  74. d89e629 add new subdir for e2fsprogs by Mike Frysinger · 20 years ago
  75. bcf2724 Remove whitespace by Eric Andersen · 20 years ago
  76. 88da3ef Correct the install-hardlinks target the same way as was already done by Peter Kjellerstedt · 20 years ago
  77. 6302486 egor duda writes: by Eric Andersen · 20 years ago
  78. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  79. 1387910 Improve the setuid situation a bit, and make it more apparent by Eric Andersen · 20 years ago
  80. 8f41bfc The 'tests' target is long gone. by Eric Andersen · 20 years ago
  81. f730088 Eliminate all trace of the sgml based docs. It was a noble effort, by Eric Andersen · 21 years ago
  82. 515881c Fix it so build dependancies actually work and do something useful by Eric Andersen · 21 years ago
  83. 674b08a Fix it so usage is _always_ in sync with applets.c. Previously, by Eric Andersen · 21 years ago
  84. b07ae7b Yet more 'make allyesconfig' adjustments by Eric Andersen · 21 years ago
  85. 8ee6943 Make 'allyesconfig' be a bit less stupid by Eric Andersen · 21 years ago
  86. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  87. 0874a61 Use the PROG variable instead of 'busybox' in the release target by Glenn L McGrath · 21 years ago
  88. 6376b58 Use a variable for the config files, makes it easier to syncronise with by Glenn L McGrath · 21 years ago
  89. d72e34c Patch by Steinar H. Gunderson to fix debian bug #211675. by Glenn L McGrath · 21 years ago
  90. b19c73d Change make to $(MAKE), patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
  91. 87470de * Since busybox binary is unnecessary, deleted it from prerequisites. by Glenn L McGrath · 21 years ago
  92. 24e098a Fixup 'make clean' to properly clean the _install directory by Eric Andersen · 21 years ago
  93. eac2045 Set libbb dead last in the link order by Eric Andersen · 21 years ago
  94. d4fcb80 Yet more preparation to make a release... by Eric Andersen · 21 years ago
  95. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  96. 9e48045 Patch from Russell Coker: by Eric Andersen · 21 years ago
  97. 1c25ba9 Oops. As Andrew Dennison just noticed, I left a stray by Eric Andersen · 21 years ago
  98. b6071ea Regenerate the busybox.links file when the .config changes by Eric Andersen · 21 years ago
  99. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  100. 3238ea1 Merge fileutils, textutils and shellutils into coreuils by Glenn L McGrath · 22 years ago