1. bd8390a Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
  2. 401de64 Build system: track -Wl,-elf2flt in CFLAGS_busybox too. by Denis Vlasenko · 16 years ago
  3. 1a9bbfb remove -fno-jump-tables - after stripping it proved to be worse by Denis Vlasenko · 16 years ago
  4. 1da86d2 build system: add PIE build option by Denis Vlasenko · 16 years ago
  5. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 16 years ago
  6. e251337 Add more -W options to gcc. by Denis Vlasenko · 16 years ago
  7. 4b04f54 build system: do not rebuild entire tree if it is moved by Denis Vlasenko · 16 years ago
  8. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  9. fcfb5c0 defconfig: update by Denis Vlasenko · 17 years ago
  10. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  11. 8d82cf7 add -fpic to CC flags when we build libbusybox (14% smaller .so) by Denis Vlasenko · 17 years ago
  12. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  13. 76a6b23 reviving libbusybox, adding CONFIG_INDIVIDUAL part 2 by Denis Vlasenko · 17 years ago
  14. d6e81c7 login: optional support for PAM by Denis Vlasenko · 17 years ago
  15. 150d2fa Modify method of linking against libs. Now we fisrt try all by Denis Vlasenko · 17 years ago
  16. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  17. b7e6148 since we removed the deprecated matches() now and thus not alot of warnings are currently seen, let's strive to fixup these: by Bernhard Reutner-Fischer · 17 years ago
  18. 5b5bcf2 punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling by Mike Frysinger · 17 years ago
  19. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 17 years ago
  20. c7b10dc set default FLTFLAGS for a fatty stack by Mike Frysinger · 17 years ago
  21. 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 · 17 years ago
  22. 58a275b - reinstate dmalloc and efence support by Bernhard Reutner-Fischer · 17 years ago
  23. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  24. 4bb3189 add -Wwrite-strings to Makefile by Denis Vlasenko · 18 years ago
  25. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  26. 9dca07d make it possible to build bbox without warnings again. by Denis Vlasenko · 18 years ago
  27. e0eebc1 Make -Werror configurable by Denis Vlasenko · 18 years ago
  28. 82f8788 - call cc-option to check if the compiler supports the flags we asked to use by Bernhard Reutner-Fischer · 18 years ago
  29. fdcd7c4 - add more strict prototype checking to catch wrong and broken code (like nested functions) by Bernhard Reutner-Fischer · 18 years ago
  30. d6c23ae - guess we need dl too by Bernhard Reutner-Fischer · 18 years ago
  31. c1feac6 - set LD to ld by Bernhard Reutner-Fischer · 18 years ago
  32. 9729e65 - honor CONFIG_DEBUG by Bernhard Reutner-Fischer · 18 years ago
  33. feea1b9 - better distinction between CFLAGS and CPPFLAGS. by Bernhard Reutner-Fischer · 18 years ago
  34. bf11e89 added gcc flag which is needed for ULLONG_MAX to appear on Tito's box by Denis Vlasenko · 18 years ago
  35. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  36. dd29828 - remove duplicate flags (-funsigned-char -fno-builtin-strlen) by Bernhard Reutner-Fischer · 18 years ago
  37. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  38. da8f43f build system: fix for non-i386 builds by Denis Vlasenko · 18 years ago
  39. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  40. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago