1. a28a05b - print the documentation per default by Bernhard Reutner-Fischer · 16 years ago
  2. 8eeaa74 - add doc-clean target by Bernhard Reutner-Fischer · 16 years ago
  3. 2a7031b Bump version to 1.13.0.svn by Denis Vlasenko · 16 years ago
  4. 261cf47 This is 1.12.0 by Denis Vlasenko · 16 years ago 1_12_0
  5. 2b68c8f build system: clean more files on make clean/make mrproper by Denis Vlasenko · 16 years ago
  6. 52ec4b9 whitespace fixes by Denis Vlasenko · 16 years ago
  7. f54256e Start 1.12.x by Denis Vlasenko · 16 years ago
  8. dabe36e This is 1.11.0 by Denis Vlasenko · 16 years ago
  9. cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
  10. c0cd9f2 Fix trivial problems: "make clean" cleaning too much by Denis Vlasenko · 17 years ago
  11. 1da86d2 build system: add PIE build option by Denis Vlasenko · 17 years ago
  12. 630a7f7 Remove stray debug instrumentation by Denis Vlasenko · 17 years ago
  13. b8e653b Reinstate CONFIG_CROSS_COMPILE_PREFIX by Denis Vlasenko · 17 years ago
  14. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  15. b75a1c3 fix "make check" by Denis Vlasenko · 17 years ago
  16. c8bac03 bump version to 1.11.0.svn by Denis Vlasenko · 17 years ago
  17. 74f8208 Bump version to 1.10.0 and announce it on website. by Denis Vlasenko · 17 years ago 1_10_0
  18. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  19. 68444b9 lpr and lpq applets by Walter Harms. by Denis Vlasenko · 17 years ago
  20. de7684a support for mount by label (not yet tested) by Denis Vlasenko · 17 years ago
  21. f1d93ec build system: pass CFLAGS to link stage too (closes bug 1376) by Denis Vlasenko · 17 years ago
  22. 534b8d0 force disable setlocalversion usage in busybox by Mike Frysinger · 17 years ago
  23. 61160dd do not respect CONFIG_MODULES as it breaks building if it is defined in the build env by Mike Frysinger · 17 years ago
  24. 8e5b6f5 Makefile: change version to 1.10.0.svn by Denis Vlasenko · 17 years ago
  25. 299c5c3 Announce 1.9.0 by Denis Vlasenko · 17 years ago 1_9_0
  26. 1aa7e47 reorganize applet table. Eliminates pointers to names. by Denis Vlasenko · 17 years ago
  27. 9fcd799 webpage: fix typo, remove inconsistent trailing dots by Denis Vlasenko · 17 years ago
  28. 6cee58e Announce 1.8.0 by Denis Vlasenko · 17 years ago 1_8_0
  29. e9fd69c make "individual applets" build less noisy. by Denis Vlasenko · 17 years ago
  30. 3240474 reviving libbusybox, adding CONFIG_INDIVIDUAL part 1 by Denis Vlasenko · 17 years ago
  31. 64e619c build system: pass EXTRA_LDFLAGS to final link stage by Denis Vlasenko · 17 years ago
  32. 66dc906 Start 1.8.x cycle by Denis Vlasenko · 17 years ago
  33. ff65cd4 fix out-of-source-tree build by Denis Vlasenko · 17 years ago
  34. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  35. ee92139 - do not hardcode HOSTCFLAGS to gcc specific flags. Fixes errors when not using gcc as HOSTCC by Bernhard Reutner-Fischer · 17 years ago
  36. 5b5bcf2 punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling by Mike Frysinger · 17 years ago
  37. dd6e1f0 start 1.7.x version by Denis Vlasenko · 18 years ago
  38. a0d7508 website: announce 1.6.0 by Denis Vlasenko · 18 years ago
  39. 9020d85 less intrusive export of FLTFLAGS by Mike Frysinger · 18 years ago
  40. c7b10dc set default FLTFLAGS for a fatty stack by Mike Frysinger · 18 years ago
  41. 2856dab tcpsvd: new applet by Denis Vlasenko · 18 years ago
  42. 52a9db6 introduce the concept of LDLIBS for additional libraries so that when we do the final link, the objects/libraries are in the correct order by Mike Frysinger · 18 years ago
  43. 7d10823 Announce 1.5.0 and move svn to 1.6.0.svn by Denis Vlasenko · 18 years ago
  44. 4b38e29 This revision is busybox 1.5.0 by Denis Vlasenko · 18 years ago
  45. 41e1dc3 make clean deletes .kernelrelease now by Denis Vlasenko · 18 years ago
  46. 757ed50 fix typo as pointed out by src.obsolete.funcs by Mike Frysinger · 18 years ago
  47. 84a9b87 build system: produce link map. Rather useful when you by Denis Vlasenko · 18 years ago
  48. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  49. 5b6195c respect CFLAGS/CPPFLAGS in env by Mike Frysinger · 18 years ago
  50. 12a3917 head is 1.5.0.svn now by Denis Vlasenko · 18 years ago
  51. 8942c12 releasing busybox 1.4.0 by Denis Vlasenko · 18 years ago 1_4_0
  52. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  53. d1e54e4 - missing hunk to go with r17206 by Bernhard Reutner-Fischer · 18 years ago
  54. e86bd6c - vapier wants LD to point to CC, revert my previous change by Bernhard Reutner-Fischer · 18 years ago
  55. c1feac6 - set LD to ld by Bernhard Reutner-Fischer · 18 years ago
  56. d514ba2 convert include/autoconf.h split and include/bbconfigopts.h commands into the new cmd style by Mike Frysinger · 18 years ago
  57. 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
  58. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  59. 8cd1a28 ifupdown: parse() returning NULL and returning "" is not the same, by Denis Vlasenko · 18 years ago
  60. cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
  61. a883fa4 exterminate last bzero's version bump to 1.3.0 by Denis Vlasenko · 18 years ago
  62. 9729e65 - honor CONFIG_DEBUG by Bernhard Reutner-Fischer · 18 years ago
  63. eb98be0 "kernel config" -> "busybox config" by Denis Vlasenko · 18 years ago
  64. 14aa9f7 build system: Makefiles are in source dir, add $(srctree) by Denis Vlasenko · 18 years ago
  65. b54b208 Fix largefile breakage; advance version to 1.2.2 by Denis Vlasenko · 18 years ago
  66. 52b5eba applets/applets.o must be rebuilt if usage.h is modified. by Denis Vlasenko · 18 years ago
  67. 4e33e07 strip -> $(STRIP); fix "unused variable" warning by Denis Vlasenko · 18 years ago
  68. 665b02c build system: fix build in separate obj tree by Denis Vlasenko · 18 years ago
  69. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  70. da8f43f build system: fix for non-i386 builds by Denis Vlasenko · 18 years ago
  71. bede7d0 build system: do not generate include/linux by Denis Vlasenko · 18 years ago
  72. 8bf7bb8 yet another fixlet: make clean/distclean/mrproper by Denis Vlasenko · 18 years ago
  73. 1868409 fixing build system overhaul fallout... by Denis Vlasenko · 18 years ago
  74. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  75. fe54458 runit/chpst: "change process state" utility by Denis Vlasenko · 18 years ago
  76. 73561cc - pull from busybox_scratch: r15829:15850 by Bernhard Reutner-Fischer · 18 years ago
  77. 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
  78. e6a3fef Add busybox_old to distclean. by Rob Landley · 18 years ago
  79. 91dc086 Switch off CONFIG_NITPICK in defconfig. (Kind of the point of CONFIG_NITPICK.) by Rob Landley · 18 years ago
  80. 1f9145c More minor tweaks. by Rob Landley · 18 years ago
  81. e332450 fix dependencies so that compressed usage gets rebuilt if by Paul Fox · 18 years ago
  82. 273430a - Pull r15593: by Bernhard Reutner-Fischer · 18 years ago
  83. fa61ca7 - add cross-reference generation target. Experimental. by Bernhard Reutner-Fischer · 19 years ago
  84. 42f091a - let the scripts be prerequisites of the files the generate by Bernhard Reutner-Fischer · 19 years ago
  85. 1dea55d Fix from Paul Fox to make compressed help text notice config changes. by Rob Landley · 19 years ago
  86. 7b8ff22 - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. by Bernhard Reutner-Fischer · 19 years ago
  87. e5de384 - don't check for toolchain-setting for make targets that don't need them by Bernhard Reutner-Fischer · 19 years ago
  88. 0fbe7dd Put the ending quote on the help entry... by Rob Landley · 19 years ago
  89. d9872aa Consolidate the .PHONY targets and add "make baseline" for bloatcheck. by Rob Landley · 19 years ago
  90. e28d1d6 - add target hosttools (see make help) by Bernhard Reutner-Fischer · 19 years ago
  91. 4148afe - fix wrong path to scripts/usage; It is in the builddir and not in the srcdir. by Bernhard Reutner-Fischer · 19 years ago
  92. 3c8c069 - there is no _usage.h anymore, so don't rm it in distclean. by Bernhard Reutner-Fischer · 19 years ago
  93. 30ead9a - do not create usage_compressed.h if CONFIG_FEATURE_COMPRESS_USAGE is not set by Bernhard Reutner-Fischer · 19 years ago
  94. 1a5eb46 - there is no "sh". Use $(SHELL) by Bernhard Reutner-Fischer · 19 years ago
  95. d8e87a0 - forgot to make busybox_unstripped depend on the applets in IMA mode. by Bernhard Reutner-Fischer · 19 years ago
  96. 351c832 - redirect stdout of scripts/config/conf to /nil for by Bernhard Reutner-Fischer · 19 years ago
  97. 0690d15 Tabs weren't lining up in the help text. by Rob Landley · 19 years ago
  98. 59e4611 clean more files by Mike Frysinger · 19 years ago
  99. 2431830 - fix bug in make help introduced by landley in r15022: by Bernhard Reutner-Fischer · 19 years ago
  100. 92d8b35 Make bloatcheck work when building out of tree. by Rob Landley · 19 years ago