1. 8ed57db Makefile.flags: add resolv to LDLIBS for linux compilers too (not only gnu ones) by Denys Vlasenko · 1 year, 11 months ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. 7fbfb20 kbuild: Prefer -Oz over -Os by Bernhard Reutner-Fischer · 2 years, 7 months ago
  4. 9b67880 Makefile.flags: use all cflags for crypt and rt checks by Martin Kaiser · 3 years, 1 month ago
  5. eb1b290 Makefile.flags: add a test for -lrt availability by Denys Vlasenko · 3 years, 8 months ago
  6. 1f9ed02 trylink: do not drop libs from CONFIG_EXTRA_LDLIBS by Denys Vlasenko · 3 years, 9 months ago
  7. d40358a Makefile.flags: fix the OS detection for libresolv by Martin Kaiser · 3 years, 11 months ago
  8. 0544933 Do not add -lresolv on non-Linux systems by Alex Samorukov · 4 years ago
  9. 39646dc build system: make -static-libgcc selectable in config by Denys Vlasenko · 4 years ago
  10. 505eeae Makefile.flags: restrict Wno-constant-logical-operand and Wno-string-plus-int options for clang by Biswapriyo Nath · 4 years, 6 months ago
  11. ed8af51 build system: remove KBUILD_STR() by Jean-Philippe Brucker · 4 years, 9 months ago
  12. b4ef2e3 Makefile.flags: suppress some clang-9 warnings by Denys Vlasenko · 5 years ago
  13. be5a505 Remove syscall wrappers around clock_gettime, closes 12091 by Denys Vlasenko · 5 years ago
  14. fa87abe build system: FEATURE_NSLOOKUP_BIG needs -lresolv by Denys Vlasenko · 7 years ago
  15. d1f222c Change BB_EXTRA_VERSION: now it needs to contain any spaces/parenthesis by Denys Vlasenko · 7 years ago
  16. 43e5663 build: add a sanitizer debug option by Mike Frysinger · 9 years ago
  17. c8e5ead build system: remove special-casing for extra libs by Denys Vlasenko · 9 years ago
  18. d60752f build system: -fno-builtin-printf by Denys Vlasenko · 9 years ago
  19. 5fa6d1a Aboriginal linux/musl build fixes by Denys Vlasenko · 9 years ago
  20. 2156e22 Makefile.flags: survive a build system which has no pthread by Denys Vlasenko · 9 years ago
  21. bb2fd67 Makefile: add missing libraries to LDLIBS by Bartosz Golaszewski · 9 years ago
  22. e0ddb65 build system: make CONFIG_EXTRA_LDFLAGS go to LDFLAGS, not EXTRA_LDFLAGS by Denys Vlasenko · 10 years ago
  23. 5694afd build system: use pkg-config to look up selinux libs by Mike Frysinger · 12 years ago
  24. 9b80b90 build system: stop .eh_frame generation by Denys Vlasenko · 12 years ago
  25. ca81a93 disable format security warnings by Mike Frysinger · 12 years ago
  26. 6dca172 fix build breakage with gcc 4.2.1 by Denys Vlasenko · 13 years ago
  27. 6545762 build system: remove bogus $(1) in last commit by Denys Vlasenko · 13 years ago
  28. c528917 build system: detect missing crypt and drop it from linking by Denys Vlasenko · 13 years ago
  29. 39c2cb2 build system: fix broken CONFIG_SYSROOT handling by Denys Vlasenko · 13 years ago
  30. bf63437 Add SYSROOT, EXTRA_{LDFLAGS,LDLIBS} config opts; sample Android NDK config by Rob Walker · 13 years ago
  31. 5560e1a Fix link failure on some platforms when PAM is enabled by Tristan Schmelcher · 13 years ago
  32. e0894f5 Android build fixes and alternate (hopefully simpler) defconfig for it by Denys Vlasenko · 13 years ago
  33. 91b77c3 Compile options: default to -O2 when -Os is not available by Wolfgang Denk · 14 years ago
  34. b78d561 allow SKIP_STRIP to be set in the env by Mike Frysinger · 14 years ago
  35. 1821d18 diff: more compiler compat fixes. no code changes by Dan Fandrich · 15 years ago
  36. dc3d893 preliminary work for gcc 4.4.0 by Denys Vlasenko · 15 years ago
  37. dec37b3 the -elf2flt flag can be used w/out -Wl, so drop the requirement so people can use either form by Mike Frysinger · 16 years ago
  38. 0d22d17 - add flash_eraseall by Bernhard Reutner-Fischer · 16 years ago
  39. f6107c7 - add CONFIG_EXTRA_CFLAGS (thanks to keesj) by Bernhard Reutner-Fischer · 16 years ago
  40. e6ce824 - reinstate commented out _FORTIFY_SOURCE that was somehow dropped by Denys? by Bernhard Reutner-Fischer · 16 years ago
  41. bd8390a Reinstate DEBUG_PESSIMIZE (by Christian Ionescu-Idbohrn) by Denis Vlasenko · 16 years ago
  42. 401de64 Build system: track -Wl,-elf2flt in CFLAGS_busybox too. by Denis Vlasenko · 17 years ago
  43. 1a9bbfb remove -fno-jump-tables - after stripping it proved to be worse by Denis Vlasenko · 17 years ago
  44. 1da86d2 build system: add PIE build option by Denis Vlasenko · 17 years ago
  45. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  46. e251337 Add more -W options to gcc. by Denis Vlasenko · 17 years ago
  47. 4b04f54 build system: do not rebuild entire tree if it is moved by Denis Vlasenko · 17 years ago
  48. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  49. fcfb5c0 defconfig: update by Denis Vlasenko · 17 years ago
  50. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  51. 8d82cf7 add -fpic to CC flags when we build libbusybox (14% smaller .so) by Denis Vlasenko · 17 years ago
  52. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  53. 76a6b23 reviving libbusybox, adding CONFIG_INDIVIDUAL part 2 by Denis Vlasenko · 17 years ago
  54. d6e81c7 login: optional support for PAM by Denis Vlasenko · 17 years ago
  55. 150d2fa Modify method of linking against libs. Now we fisrt try all by Denis Vlasenko · 17 years ago
  56. 931de89 random shrinkage of statics, -60 bytes saved by Denis Vlasenko · 17 years ago
  57. 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
  58. 5b5bcf2 punt %.bflt target in favor of proper LDFLAGS=-Wl,-elf2flt handling by Mike Frysinger · 17 years ago
  59. e8a0788 moved biggest stack buffers to malloc space, or made their size configurable by Denis Vlasenko · 17 years ago
  60. c7b10dc set default FLTFLAGS for a fatty stack by Mike Frysinger · 18 years ago
  61. 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
  62. 58a275b - reinstate dmalloc and efence support by Bernhard Reutner-Fischer · 18 years ago
  63. d46d3c2 new applets: selinux utils by KaiGai Kohei <kaigai@kaigai.gr.jp> by Denis Vlasenko · 18 years ago
  64. 4bb3189 add -Wwrite-strings to Makefile by Denis Vlasenko · 18 years ago
  65. c562bb7 disable -Wold-style-definition for gcc 3.x by Denis Vlasenko · 18 years ago
  66. 9dca07d make it possible to build bbox without warnings again. by Denis Vlasenko · 18 years ago
  67. e0eebc1 Make -Werror configurable by Denis Vlasenko · 18 years ago
  68. 82f8788 - call cc-option to check if the compiler supports the flags we asked to use by Bernhard Reutner-Fischer · 18 years ago
  69. fdcd7c4 - add more strict prototype checking to catch wrong and broken code (like nested functions) by Bernhard Reutner-Fischer · 18 years ago
  70. d6c23ae - guess we need dl too by Bernhard Reutner-Fischer · 18 years ago
  71. c1feac6 - set LD to ld by Bernhard Reutner-Fischer · 18 years ago
  72. 9729e65 - honor CONFIG_DEBUG by Bernhard Reutner-Fischer · 18 years ago
  73. feea1b9 - better distinction between CFLAGS and CPPFLAGS. by Bernhard Reutner-Fischer · 18 years ago
  74. bf11e89 added gcc flag which is needed for ULLONG_MAX to appear on Tito's box by Denis Vlasenko · 18 years ago
  75. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  76. dd29828 - remove duplicate flags (-funsigned-char -fno-builtin-strlen) by Bernhard Reutner-Fischer · 18 years ago
  77. 1db39b2 nmeter: new applet. ~4k Fix build proble on x86_64 by Denis Vlasenko · 18 years ago
  78. da8f43f build system: fix for non-i386 builds by Denis Vlasenko · 18 years ago
  79. 7039a66 correct largefile support, add comments about it. by Denis Vlasenko · 18 years ago
  80. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago