1. f5bbc69 Bernhard Fischer complained about moving --sort-common. by Rob Landley · 18 years ago
  2. 1fdd83f There's some strange bug in glibc that triggers if you combine the by Rob Landley · 18 years ago
  3. 31e2c00 - set version back to 1.2.0 like it was before. Add at least -svn to the Extraversion to be able to distinguish it from the now old 1.2.0 release by Bernhard Reutner-Fischer · 18 years ago
  4. 6ce8dae need libsepol in addtion to libselinux by Mike Frysinger · 18 years ago
  5. 99b7068 - do maintainers duty by bumping version to 1.3.0-pre0; by Bernhard Reutner-Fischer · 18 years ago
  6. 43ee36c Yann E. Morin spotted a broken check_ld macro. by Rob Landley · 18 years ago
  7. 71193a8 - remove CRIS specific CFLAG from generic flags-checking. by Bernhard Reutner-Fischer · 18 years ago
  8. 533320c 1) ifeq is make syntax, #ifeq is a make comment. by Rob Landley · 18 years ago
  9. 25c194f Add -Werror. by Rob Landley · 18 years ago
  10. 4ae905a Minor build tweaks that save 1100 bytes building busybox on Ubuntu 6.06. by Rob Landley · 19 years ago
  11. 273430a - Pull r15593: by Bernhard Reutner-Fischer · 19 years ago
  12. 01772ae Annoint 1.2.0. by Rob Landley · 19 years ago
  13. 1fa4a94 Patch from Shaun Jackman to replace CFLAGS_EXTRA with .config.mak by Rob Landley · 19 years ago
  14. 7900b7b Use -ffunction-sections -fdata-sections --gc-sections if the compiler supports by Rob Landley · 19 years ago
  15. 7b8ff22 - make VERBOSE= and V= work equally; use BUILD_VERBOSE internally. by Bernhard Reutner-Fischer · 19 years ago
  16. 081b1ac - invert logic for nocheck_targets to exclude the empty default target. by Bernhard Reutner-Fischer · 19 years ago
  17. e5de384 - don't check for toolchain-setting for make targets that don't need them by Bernhard Reutner-Fischer · 19 years ago
  18. 0773681 - cleanup conftest temporary files. by Bernhard Reutner-Fischer · 19 years ago
  19. 01d23ad - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! by Bernhard Reutner-Fischer · 19 years ago
  20. e28d1d6 - add target hosttools (see make help) by Bernhard Reutner-Fischer · 19 years ago
  21. 282a26b The one line fix to Bernhard Fischer's "profoundly". by Rob Landley · 19 years ago
  22. 8d2cb8b back out default implicit %.o rule for now by Mike Frysinger · 19 years ago
  23. 6143c07 add implicit rule for %.a to help debugging in subdirs by Mike Frysinger · 19 years ago
  24. 673c944 add a default .o rule for easier debug by Mike Frysinger · 19 years ago
  25. c503df5 Split CONFIG_DEBUG from CONFIG_DEBUG_PESSIMIZE, and consolidate some Rules.mak by Rob Landley · 19 years ago
  26. 45d5458 - fix build by Bernhard Reutner-Fischer · 19 years ago
  27. d61b8d8 The changes svn 14960 made to Rules.mak broke building out of tree by Rob Landley · 19 years ago
  28. a389651 Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes by Rob Landley · 19 years ago
  29. 12ef09b compile.h is incorrect; create a new do_link.h and use that for bb_mkdep and usage by Mike Frysinger · 19 years ago
  30. 3737c03 - rerun gcse pass after reload, enable whole-program iff we are not building by Bernhard Reutner-Fischer · 19 years ago
  31. 586ea61 2006-04-20 Shaun Jackman <sjackman@gmail.com> by Mike Frysinger · 19 years ago
  32. 5076eb4 svn 14824 broke -funsigned-char and possibly building out of tree, because by Rob Landley · 19 years ago
  33. d0ea52e - pin the CFLAGS to make sure that we don't have to re-evaluate the by Bernhard Reutner-Fischer · 19 years ago
  34. 7f77810 - switch Warning Of the Week to wrong or missing prototypes. by Bernhard Reutner-Fischer · 19 years ago
  35. abaef65 - warn a bit more verbosely about fmt stuff for non-release versions by Bernhard Reutner-Fischer · 19 years ago
  36. 6018225 - mark trunk as 1.2.0-pre0 by Bernhard Reutner-Fischer · 19 years ago
  37. dbd91af Mike Frysinger pointed out we can go by Rob Landley · 19 years ago
  38. 164a5be Patch from Jan Kiszka: In case the libselinux development installation is not by Rob Landley · 19 years ago
  39. ca8d0b0 We make both busybox and busybox_unstripped all the time now, no need to by Rob Landley · 19 years ago
  40. 7328c8f Annoint 1.1.1. by Rob Landley · 19 years ago
  41. d1ba916 - workaroung pr25795 in gcc-4.1 by Bernhard Reutner-Fischer · 19 years ago
  42. df10094 - revert back to r14406 by Bernhard Reutner-Fischer · 19 years ago
  43. c70240c add a sep option for stripping by Mike Frysinger · 19 years ago
  44. 478a188 - remove check. Fixes e.g. buildroot by Bernhard Reutner-Fischer · 19 years ago
  45. 07a79e7 - backout using features which are not available with the previous stable by Bernhard Reutner-Fischer · 19 years ago
  46. d9969ea - correct comment. Should revisit gcc >= 4.1 with that =1 later on by Bernhard Reutner-Fischer · 19 years ago
  47. c05dda4 Denis Vlasenko noticed that falign=0 is meaningless, and that should probably by Rob Landley · 19 years ago
  48. c8e278f - make sure applets.o is rebuilt when the .config changes. by Bernhard Reutner-Fischer · 19 years ago
  49. 5d26126 - fixes parallel builds (make -j) by Bernhard Reutner-Fischer · 19 years ago
  50. b38673f make the build system puuuuuuuuuuurty by Mike Frysinger · 19 years ago
  51. 81b9496 - pass -static via CC rather than LD by Bernhard Reutner-Fischer · 19 years ago
  52. dd53c24 Remove foo.txt and reenable -funsigned-char now that ash is fixed. by Rob Landley · 19 years ago
  53. 08a1b50 - add a macro to check for ld and as flags by Bernhard Reutner-Fischer · 19 years ago
  54. f64ff68 - correct flag for gcc-3.x by Bernhard Reutner-Fischer · 19 years ago
  55. e0ae702 ash with -funsigned-char don`t work! by "Vladimir N. Oleynik" · 19 years ago
  56. b565a12 - bump version to 1.1.1 nonrelease series (let's say -pre0). by Bernhard Reutner-Fischer · 19 years ago
  57. 7ca61b6 - shared libbusybox. by Bernhard Reutner-Fischer · 19 years ago
  58. 009765d And lo, we hath reached Release Candidate 1. 1.1.0 should happen this week. by Rob Landley · 19 years ago
  59. e0c418e The rest of Yann E. Morin's install revamp. by Rob Landley · 19 years ago
  60. e0b8778 - check if CC supports -funsigned-char by Bernhard Reutner-Fischer · 19 years ago
  61. 4a070d1 Make char default to "unsigned" on all platforms so we have a consistent base by Rob Landley · 19 years ago
  62. 5a5d0fa update license by Mike Frysinger · 19 years ago
  63. 004ad11 ShaneAnderson writes in Bug 565: by Mike Frysinger · 19 years ago
  64. 8c7a7e6 - split VERSION into parts by Bernhard Reutner-Fischer · 19 years ago
  65. 5c071bc - fix building out-of-tree; by Bernhard Reutner-Fischer · 19 years ago
  66. 1c943eb - remove unused variable TOPDIR by Bernhard Reutner-Fischer · 19 years ago
  67. ae32016 A bit overdue... by Rob Landley · 19 years ago
  68. 9d6e083 patch by pkj in Bug 3 to not export all make variables by Mike Frysinger · 19 years ago
  69. 1c1655a move -s from LDFLAGS to STRIPCMD by Mike Frysinger · 19 years ago
  70. c7a3e1b Fix "nm --size-sort" on the busybox binary and document how to make it work. by Rob Landley · 19 years ago
  71. b3b756d further refine check_gcc usage so it is only called the bare min number of times by Mike Frysinger · 19 years ago
  72. c99e2c5 dont output anything when running in silent mode by Mike Frysinger · 19 years ago
  73. 088ee41 From Rich Paul: by Rob Landley · 19 years ago
  74. 4d00896 use toplevel ARFLAGS and update default ARFLAGS to be quiet by Mike Frysinger · 19 years ago
  75. 90d3317 Bump version by Eric Andersen · 20 years ago
  76. 7daa076 egor duda writes: by Eric Andersen · 20 years ago
  77. 85ae1bb Bump version by Eric Andersen · 20 years ago
  78. 461cdc8 bump version to -rc2 by Eric Andersen · 20 years ago
  79. 8f38782 Prepare for release by Eric Andersen · 20 years ago
  80. f54176d bump version to -rc2 by Eric Andersen · 20 years ago
  81. aea8e0e Bump version up to release candidate 1 by Eric Andersen · 20 years ago
  82. 4c8b0dd bump version, prepare for -pre10 by Eric Andersen · 21 years ago 1_00_pre10
  83. 01bf3d0 Bump version to -pre9 by Eric Andersen · 21 years ago
  84. 674b08a Fix it so usage is _always_ in sync with applets.c. Previously, by Eric Andersen · 21 years ago
  85. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  86. a9d8f9c Bump up version in preparation for -pre8 by Eric Andersen · 21 years ago
  87. 7cce16c Bump version number for release by Eric Andersen · 21 years ago 1_00_pre7
  88. dfe3003 Bump version for release by Eric Andersen · 21 years ago
  89. a120c32 Bump version by Eric Andersen · 21 years ago
  90. 747f2f7 Bump version number by Eric Andersen · 21 years ago
  91. 5912acb By popular demand, revert to version 1.21, since Rules.mak:1.22 by Eric Andersen · 21 years ago
  92. b8b6816 make certain values specified in the environment always win by Eric Andersen · 21 years ago
  93. 3bff666 Substitute busybox for uClibc, patch by Hideki IWAMOTO by Glenn L McGrath · 21 years ago
  94. 3869f66 Begin preparing for another release by Eric Andersen · 21 years ago
  95. 930c596 bump version to 1.0.0-pre2 by Eric Andersen · 21 years ago
  96. e527207 eliminate DOSTATIC, DODEBUG, etc and name them sensibly by Eric Andersen · 21 years ago
  97. 0a14c9f A minor update for handling older gcc versions by Eric Andersen · 21 years ago
  98. d4fcb80 Yet more preparation to make a release... by Eric Andersen · 21 years ago
  99. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  100. bae7c1a Explicitly define -DNDEBUG so asserts don't clutter release code by Eric Andersen · 22 years ago