1. 1f9ed02 trylink: do not drop libs from CONFIG_EXTRA_LDLIBS by Denys Vlasenko · 3 years, 10 months ago
  2. ed8af51 build system: remove KBUILD_STR() by Jean-Philippe Brucker · 4 years, 9 months ago
  3. 32511da scripts/trylink: be more clever when deciding that "lib elimination" has finished: by Denys Vlasenko · 6 years ago
  4. 367a55c build system: FEATURE_LIBBUSYBOX_STATIC - try to pull libc/libm into libbusybox by Denys Vlasenko · 7 years ago
  5. bca4ea8 remove "local" bashism from a few scripts by Denys Vlasenko · 8 years ago
  6. 2ae86ad trylink: use "mktemp tmp.XXXXXXXXXX" to placate OS X by Denys Vlasenko · 8 years ago
  7. ea9ebc0 scripts/trylink: libbusybox fix by Denys Vlasenko · 8 years ago
  8. 663d1da scripts/trylink: document DATA_SEGMENT_ALIGN() hack by Denys Vlasenko · 9 years ago
  9. 056e1f5 trylink: on failure, print a hint about CONFIG_EXTRA_LDLIBS by Denys Vlasenko · 9 years ago
  10. 77e2bde trylink: include LDFLAGS when checking linkage by Mike Frysinger · 9 years ago
  11. edcd5dc typo fix by Denys Vlasenko · 9 years ago
  12. 58d0e20 scripts/trylink: remove $CPPFLAGS by Denys Vlasenko · 9 years ago
  13. 5134010 scripts/trylink: fix bit-rotted linker option verification by Denys Vlasenko · 9 years ago
  14. 6798564 trylink: respect compiler settings when probing features by Mike Frysinger · 10 years ago
  15. 4a08e82 trylink: use mktemp instead of hardcoding paths by Mike Frysinger · 10 years ago
  16. e3366d6 trylink: emit names of linked executables by Denys Vlasenko · 11 years ago
  17. 5fd3ddf modprobe-small: fix help messages for aliased module-related applets by Denys Vlasenko · 11 years ago
  18. 3eab2b7 trylink: only prefix libs with -l by Mike Frysinger · 11 years ago
  19. ed607a8 pam link error with SHARED_BUSYBOX and LIBBUSYBOX enabled by Steve Iribarne · 14 years ago
  20. 134d0eb cosmetics on top of Dan's patches by Denys Vlasenko · 14 years ago
  21. ebeac16 Define GNU-specific link options in one place by Dan Fandrich · 14 years ago
  22. a88585a trylink: gold may not support --sort-common (yet) by Bernhard Reutner-Fischer · 15 years ago
  23. eb1cda2 trylink: don't use ld --gc-sections if ld doesn't support it by Denys Vlasenko · 15 years ago
  24. 2dfd295 - give glob a chance by Bernhard Reutner-Fischer · 16 years ago
  25. b522d69 trylink: make messages less confusing by Denis Vlasenko · 16 years ago
  26. dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
  27. 50dbed9 - pass flags to ld in one argument by Bernhard Reutner-Fischer · 17 years ago
  28. a2dcb50 trylink: fix glibc check; make --sort-section option look less ugly by Denis Vlasenko · 17 years ago
  29. 4824cca *: fix build problems found with randomconfig by Denis Vlasenko · 17 years ago
  30. f1d93ec build system: pass CFLAGS to link stage too (closes bug 1376) by Denis Vlasenko · 17 years ago
  31. 0a4624a build system: don't use -o /dev/null, old gcc can delete /dev/null! by Denis Vlasenko · 17 years ago
  32. 3f9c848 trylink: instead of build error, disable --gc-sections if GLIBC && STATIC by Denis Vlasenko · 17 years ago
  33. 49d1589 make output a little more friendly by Mike Frysinger · 17 years ago
  34. 130f559 trylink: accomodate older versions of ld by Denis Vlasenko · 17 years ago
  35. 15cb4a4 fix a problem with two different applet_name's by Denis Vlasenko · 17 years ago
  36. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  37. 724d196 Move applets/applet.c into libbb, allows to get rid of --whole-archive by Denis Vlasenko · 17 years ago
  38. 141750e trylink: s/strip/$STRIP/g by Denis Vlasenko · 17 years ago
  39. 42e4182 trylink: trivial cleanup by Denis Vlasenko · 17 years ago
  40. 01f3b2c trylink: reformat link flags for readability by Denis Vlasenko · 17 years ago
  41. d19b87e trylink: remove useless redirects, add missing error checks by Denis Vlasenko · 17 years ago
  42. 8d755ad trylink: trivial fixes by Denis Vlasenko · 17 years ago
  43. e9fd69c make "individual applets" build less noisy. by Denis Vlasenko · 17 years ago
  44. 642a52d make --help work for "individual applets" too. by Denis Vlasenko · 17 years ago
  45. d62fd84 libbusybox: move (possibly compressed) help stuff into libbusybox. by Denis Vlasenko · 17 years ago
  46. f545be0 reviving libbusybox, adding CONFIG_INDIVIDUAL part 4 by Denis Vlasenko · 17 years ago
  47. def8898 reviving libbusybox, adding CONFIG_INDIVIDUAL part 3 by Denis Vlasenko · 17 years ago
  48. 76a6b23 reviving libbusybox, adding CONFIG_INDIVIDUAL part 2 by Denis Vlasenko · 17 years ago
  49. 3240474 reviving libbusybox, adding CONFIG_INDIVIDUAL part 1 by Denis Vlasenko · 17 years ago
  50. 9862e6b trylink: reinstate accidentally deleted --verbose by Denis Vlasenko · 17 years ago
  51. d2bb2d3 - Generally strip off -l that does not pull in a lib. by Bernhard Reutner-Fischer · 17 years ago
  52. 8d91c13 - fix bug where we linked again -lm even though it is not needed. by Bernhard Reutner-Fischer · 17 years ago
  53. f87f495 Update defconfig; fix comments by Denis Vlasenko · 17 years ago
  54. dbe6e66 trylink: automatically use custom link script if user provides one by Denis Vlasenko · 17 years ago
  55. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  56. 73f21e9 trylink: s/&& exit 1/|| exit 1/ (spotted by Alex Landau <landau_alex@yahoo.com>) by Denis Vlasenko · 17 years ago
  57. 8274e06 sed: fix 'q' command handling ("Nguyen Thai Ngoc Duy" <pclouds@gmail.com>) by Denis Vlasenko · 17 years ago
  58. 557fb71 chpasswd: fixes and code shrink by Denis Vlasenko · 17 years ago
  59. 21d1014 chpasswd: new applet by Alexander Shishkin <virtuoso@slind.org> by Denis Vlasenko · 17 years ago
  60. 150d2fa Modify method of linking against libs. Now we fisrt try all by Denis Vlasenko · 17 years ago
  61. 41e1dc3 make clean deletes .kernelrelease now by Denis Vlasenko · 18 years ago
  62. 84a9b87 build system: produce link map. Rather useful when you by Denis Vlasenko · 18 years ago
  63. 018e085 stop using bash'isms ('function') runtest: do not depend on busybox.links by Denis Vlasenko · 18 years ago
  64. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago