1. ff01f6f Introduce size-based r/w allocators by Dmitriy Ivanov · 11 years ago
  2. 4d01d08 Erase elements in LinkedList::remove_if by Dmitriy Ivanov · 11 years ago
  3. cfad7ae Replace NULL with nullptr by Dmitriy Ivanov · 11 years ago
  4. 5dfe802 Remove unnecessary calls to LinkedList::clear() by Dmitriy Ivanov · 11 years ago
  5. 93c3f42 Enable __cxa_atexit && __cxa_finalize for linker by Dmitriy Ivanov · 11 years ago
  6. 3bbd218 Bump soinfo version by Dmitriy Ivanov · 11 years ago
  7. bd321c1 Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  8. 31b88da Added test for ifunc support in dynamic linker. by Brigid Smith · 11 years ago
  9. 05e190c Look into ld_preloads before current library by Dmitriy Ivanov · 11 years ago
  10. 172955a Replace snprintf calls in linker. by Christopher Ferris · 11 years ago
  11. 9419420 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 11 years ago
  12. be4348e Keep symbols for linker by Dmitriy Ivanov · 11 years ago
  13. 4bea4c6 Label pages mapped by linker_allocator by Dmitriy Ivanov · 11 years ago
  14. 8a84d38 Optimize symbol lookup by Dmitriy Ivanov · 11 years ago
  15. db7a17d Revert "Revert "Fix dlsym(3) to do breadth first search."" by Dmitriy Ivanov · 11 years ago
  16. 1b1966d Revert "Fix dlsym(3) to do breadth first search." by Dmitriy Ivanov · 11 years ago
  17. 422106a Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 11 years ago
  18. 1a5db57 Fix mips/mips64 build by Dmitriy Ivanov · 11 years ago
  19. 5febb0d Fix 'adb shell /system/bin/linker' crash by Dmitriy Ivanov · 11 years ago
  20. 6554996 Fix global variable initialization for linker by Dmitriy Ivanov · 11 years ago
  21. 92d8b23 debuggerd: if PR_GET_DUMPABLE=0, don't ask for dumping by Nick Kralevich · 11 years ago
  22. 4ac83fa Fix a couple of bugs in generate-NOTICE and regenerate the NOTICE files. by Elliott Hughes · 11 years ago
  23. 3002131 Use VDSO for clock_gettime(2) and gettimeofday(2). by Elliott Hughes · 11 years ago
  24. 3139f6f Merge "Remove __CTOR_LIST__ from mips/mips64." by Elliott Hughes · 11 years ago
  25. 40ad229 Remove __CTOR_LIST__ from mips/mips64. by Elliott Hughes · 11 years ago
  26. 9965243 Don't zero r1 on entry to the dynamic linker. by Elliott Hughes · 11 years ago
  27. 3a8646f Change android_dlextinfo flags to uint64_t by Dmitriy Ivanov · 11 years ago
  28. 1558138 Regenerate the bionic NOTICE files. by Elliott Hughes · 11 years ago
  29. 76e289c Revert "Reenable support for non-PIE executables" by Nick Kralevich · 11 years ago
  30. d383066 Build fix by Dmitriy Ivanov · 11 years ago
  31. 04dc91a Load library using file handle. by Dmitriy Ivanov · 11 years ago
  32. fcac81e Native tests are now multilib=both by default by Dmitriy Ivanov · 11 years ago
  33. 12bf3bc Write message to stderr on __libc_fatal() by Dmitriy Ivanov · 11 years ago
  34. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 11 years ago
  35. aa836f7 Reinstate the x86 dynamic linker warning for text relocations. by Elliott Hughes · 11 years ago
  36. e43c4a7 Disallow dlopen("egl/blah.so") on LP64 by Dmitriy Ivanov · 11 years ago
  37. ddc4497 Merge "Revert "HACK: linker: check for handle==0xffffffff on LP64"" by Colin Cross · 11 years ago
  38. d81b3b2 Reenable support for non-PIE executables by Nick Kralevich · 11 years ago
  39. ce44166 Fix weak function lookups by Dmitriy Ivanov · 11 years ago
  40. acfc637 Revert "HACK: linker: check for handle==0xffffffff on LP64" by Colin Cross · 11 years ago
  41. 9d98ee1 [MIPS64] linker64 requires startup code by Chris Dearman · 11 years ago
  42. 1a58629 Remove an unused parameter from the dlopen implementation. by Elliott Hughes · 11 years ago
  43. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 11 years ago
  44. ce00354 Merge "Do not add arcs to the soinfo graph on dlopen" by Dmitriy Ivanov · 11 years ago
  45. 3c005d6 Do not add arcs to the soinfo graph on dlopen by Bjorn Andersson · 11 years ago
  46. 2ea60ff Remove unnecessary #includes of <sys/atomics.h>. by Elliott Hughes · 11 years ago
  47. ca1c802 Removed dlsym handle != NULL check for lp64 by Dmitriy Ivanov · 11 years ago
  48. 346fea0 HACK: linker: check for handle==0xffffffff on LP64 by Colin Cross · 11 years ago
  49. f092feb Merge "Add R_X86_64_64 to the list of possible weak relocs" by Dmitriy Ivanov · 11 years ago
  50. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 11 years ago
  51. bb5bb20 Add R_X86_64_64 to the list of possible weak relocs by Pavel Chupin · 11 years ago
  52. 489e498 Fix lookup-by-base-name for lp64 by Dmitriy Ivanov · 11 years ago
  53. 00c855e Rethrow SIGTRAP too. by Elliott Hughes · 11 years ago
  54. 62e3575 debugger.cpp should know the names of the signals it catches. by Elliott Hughes · 11 years ago
  55. d59e500 Improve detection of already loaded libraries by Dmitriy Ivanov · 11 years ago
  56. 6897b7b Merge "Fix for linker allocator" by Dmitriy Ivanov · 11 years ago
  57. 1079406 Fix for linker allocator by Dmitriy Ivanov · 11 years ago
  58. 1728b23 Switch to g_ for globals. by Elliott Hughes · 11 years ago
  59. c6b5834 Merge "Remove page level mprotects" by Dmitriy Ivanov · 11 years ago
  60. bc23e53 Remove page level mprotects by Dmitriy Ivanov · 11 years ago
  61. d44927b Merge "Refactor linker allocator" by Dmitriy Ivanov · 11 years ago
  62. d597d26 Refactor linker allocator by Dmitriy Ivanov · 11 years ago
  63. 6275f20 Cleanup: updated comments by Dmitriy Ivanov · 11 years ago
  64. b906e13 Cleanup: remove AARCH/ARM_COPY relocation support by Dmitriy Ivanov · 11 years ago
  65. 2aebf54 Remove support for non-PIE executables by Nick Kralevich · 11 years ago
  66. 9b5ee4a Merge "Handle empty relro segment or incorrectly sized file." by Torne (Richard Coles) · 11 years ago
  67. 5ca7ed9 Disallow dlopen("egl/blah.so") on LP64 by Dmitriy Ivanov · 11 years ago
  68. 26ec967 Handle empty relro segment or incorrectly sized file. by Torne (Richard Coles) · 11 years ago
  69. b7e289e Pass si_code through to debuggerd. by Elliott Hughes · 11 years ago
  70. 0dcf06f Fix arm64/x86 build. by Torne (Richard Coles) · 11 years ago
  71. b1bfa79 Merge "Allow sharing the RELRO section via a file." by Torne (Richard Coles) · 11 years ago
  72. c363e5d Merge "Support loading libraries to a reserved address." by Torne (Richard Coles) · 11 years ago
  73. 16f6429 Merge "Add android_dlopen_ext() interface to linker." by Torne (Richard Coles) · 11 years ago
  74. 8abf44c Merge "Make libc signal handler output more like debuggerd." by Elliott Hughes · 11 years ago
  75. 17e6a98 Make libc signal handler output more like debuggerd. by Elliott Hughes · 11 years ago
  76. 865119e Temporarily disable text relocation warnings for x86 libraries by Du Chenyang · 11 years ago
  77. 183ad9d Allow sharing the RELRO section via a file. by Torne (Richard Coles) · 11 years ago
  78. 12bbb91 Support loading libraries to a reserved address. by Torne (Richard Coles) · 11 years ago
  79. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 11 years ago
  80. 88b44fe Remove duplicate line in linker/Android.mk. by Elliott Hughes · 11 years ago
  81. c19972a Merge "Use __unused instead of UNUSED in linker.cpp" by Christopher Ferris · 11 years ago
  82. 406a75d linker: use LOCAL_MULTILIB := both style to build linker64 by Colin Cross · 11 years ago
  83. 812fd42 Use __unused instead of UNUSED in linker.cpp by Kito Cheng · 11 years ago
  84. 851e68a Unify our assembler macros. by Elliott Hughes · 11 years ago
  85. 006f9ad Linker writes to wrong memory location when processing DT_MIPS_RLD_MAP by Benjamin Adolphi · 11 years ago
  86. 36ee4ab build linker and linker64 on 64-bit architectures by Colin Cross · 11 years ago
  87. c62b8a4 Remove unused variables not spotted by GCC. by Elliott Hughes · 11 years ago
  88. faf05ba Clean up all the lint cpplint can find in the dynamic linker. by Elliott Hughes · 11 years ago
  89. 9918665 [MIPS64] Dynamic linker by Chris Dearman · 11 years ago
  90. 0266ae5 Switch <elf.h> over to linux uapi under the covers. by Elliott Hughes · 11 years ago
  91. 3a9c5d6 Fix <link.h>. by Elliott Hughes · 11 years ago
  92. 62e9c76 Clean up debugger.cpp slightly. by Elliott Hughes · 12 years ago
  93. f858bd1 LP64 binaries should talk to debuggerd64. by Elliott Hughes · 12 years ago
  94. 5ceb889 bionic: Change the type of soinfo's size to size_t by Weiwu Chen · 12 years ago
  95. 4041b13 bionic: Do not use magic number for portability by Qiming Shi · 12 years ago
  96. d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 12 years ago
  97. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 12 years ago
  98. 7ff07ad Add -Bsymbolic to the ld flags when linking the dynamic linker. by Elliott Hughes · 12 years ago
  99. 1272dbd Add NT_PRSTATUS to <elf.h>. by Elliott Hughes · 12 years ago
  100. 54a7494 Regenerate the NOTICE files. by Elliott Hughes · 12 years ago