1. cd510cb Make dl_iterate_phdr return correct name for first entry by Dimitry Ivanov · 9 years ago
  2. 4af220c Remove obsolete __stack_chk_fail_local. by Elliott Hughes · 9 years ago
  3. 37b91af greylist is no longer enabled by default. by Jiyong Park · 9 years ago
  4. 5725481 Merge "Move libc_log code into libasync_safe." by Christopher Ferris · 9 years ago
  5. 7a3681e Move libc_log code into libasync_safe. by Christopher Ferris · 9 years ago
  6. f1cb669 Shared namespaces inherit parent ns properties by Dimitry Ivanov · 9 years ago
  7. 87a47e1 Merge "linker: add android_get_exported_namespace" by Treehugger Robot · 9 years ago
  8. 01de74e linker: add android_get_exported_namespace by Jiyong Park · 9 years ago
  9. bf34ba3 loader: enable loading libraries from tmpfs by Dimitry Ivanov · 9 years ago
  10. f2c6ad6 Make the _Unwind_Ptr declaration match clang's. by Elliott Hughes · 9 years ago
  11. 72007ee Decode the common EM_ values. by Elliott Hughes · 9 years ago
  12. 295082b Avoid "D linker : (null)" with debug.ld.all for dlerror. by Elliott Hughes · 9 years ago
  13. d3a07e8 The workaround for apps using older version of soinfos by Dimitry Ivanov · 9 years ago
  14. f17048b Merge "Send developers straight to the text relocation docs." by Treehugger Robot · 9 years ago
  15. 763f6e1 Send developers straight to the text relocation docs. by Elliott Hughes · 9 years ago
  16. c40af33 Merge "Move scopeguard into android::base" by Tom Cherry · 9 years ago
  17. 9e27e58 Add support for disabling the greylist. by Elliott Hughes · 9 years ago
  18. b8ab618 Move scopeguard into android::base by Tom Cherry · 9 years ago
  19. 6367f5e Merge changes I826756d9,I00e2edb2 by Josh Gao · 9 years ago
  20. 6a2c7f5 Merge "Fix lookup logic for linked namespaces" by Treehugger Robot · 9 years ago
  21. 4113def Refactor sanitized library on-disk layout - bionic. by Vishwath Mohan · 9 years ago
  22. d3e7d08 Fix lookup logic for linked namespaces by Dimitry Ivanov · 9 years ago
  23. 11968b8 linker: log only real dlerrors by Dimitry Ivanov · 9 years ago
  24. 6b0f17e Merge "Make anonymous namespace isoalted." by Dimitry Ivanov · 9 years ago
  25. c9dced2 Make anonymous namespace isoalted. by Dimitry Ivanov · 9 years ago
  26. 840ae69 Merge "Revert "linker: add more directories to default lib paths"" by Dimitry Ivanov · 9 years ago
  27. deca8ef Merge "Load namespace configuration from ld.config.txt" by Treehugger Robot · 9 years ago
  28. 4cabfaa Load namespace configuration from ld.config.txt by Dimitry Ivanov · 9 years ago
  29. ad8dcd6 Merge "loader: stop relying on AT_BASE" by Treehugger Robot · 9 years ago
  30. 9b1cc4b loader: stop relying on AT_BASE by Dimitry Ivanov · 9 years ago
  31. 6705e8c Add systrace output for dlclose/dlsym calls by Dimitry Ivanov · 9 years ago
  32. 5c4a580 Add systrace output for dlopen calls by Dimitry Ivanov · 9 years ago
  33. a144697 Revert "linker: add more directories to default lib paths" by Dimitry Ivanov · 9 years ago
  34. 616b2d8 Merge "Extract format_string function." by Treehugger Robot · 9 years ago
  35. e5422d7 Merge "linker: add more directories to default lib paths" by Treehugger Robot · 9 years ago
  36. 2a6d9b2 Extract format_string function. by Dimitry Ivanov · 9 years ago
  37. 5b71500 Apply ASan linker path translation to subdirectories. by Evgenii Stepanov · 9 years ago
  38. 1daa18e linker: add more directories to default lib paths by Jiyong Park · 9 years ago
  39. 222272e linker_memory: allow fallback allocator to be turned on and off. by Josh Gao · 9 years ago
  40. 69a5939 linker: update dependencies. by Josh Gao · 9 years ago
  41. 3e0821d loader: anonymous ns initialization is not required by Dimitry Ivanov · 9 years ago
  42. 77ad642 Remove g_default_ld_paths global variable by Dimitry Ivanov · 9 years ago
  43. 35c8e3b Fix greylist exception to account for linked namespaces by Dimitry Ivanov · 9 years ago
  44. 0b87362 Merge "loader: set PT_INTERP to itself" by Treehugger Robot · 9 years ago
  45. 2a6955e loader: set PT_INTERP to itself by Dimitry Ivanov · 9 years ago
  46. 6391e1a libc: __system_property_set uses writev to write atomically by Dimitry Ivanov · 9 years ago
  47. c84e8a5 Merge "Cope with argv[0] being null in the dynamic linker." by Treehugger Robot · 9 years ago
  48. 30a3627 Cope with argv[0] being null in the dynamic linker. by Elliott Hughes · 9 years ago
  49. 5e2285d Allocate thread local buffers in __init_tls. by Josh Gao · 9 years ago
  50. bc645ef Merge "Fix debug.ld for apps with long names and services" by Treehugger Robot · 9 years ago
  51. fbe54c4 Fix debug.ld for apps with long names and services by Dimitry Ivanov · 9 years ago
  52. 4509e0e Merge changes from topic 'debuggerd_inproc' by Josh Gao · 9 years ago
  53. ec0dbc3 linker: use fallback crash handler dumping. by Josh Gao · 9 years ago
  54. 9ccccc1 linker: add android_use_fallback_allocator. by Josh Gao · 9 years ago
  55. bcc4da9 Unify linker files under one license (BSD) by Dimitry Ivanov · 9 years ago
  56. 3b236ae Do not use std::vector in android_namespace_t::is_accessible by Dimitry Ivanov · 9 years ago
  57. 2cb4dfb Merge "Replace public library list with shared lib sonames (part 2/2)" by Dimitry Ivanov · 9 years ago
  58. ec90e24 loader: fix d-tor call order by Dimitry Ivanov · 9 years ago
  59. 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 9 years ago
  60. 7d429d3 Replace public library list with shared lib sonames (part 1/2) by Dimitry Ivanov · 9 years ago
  61. 8cbe97d Remove unnecessary memsets in linker allocators by Dimitry Ivanov · 9 years ago
  62. 9886ea3 Merge "Fix CFI initialization crash on x86." by Evgenii Stepanov · 9 years ago
  63. 68ecec1 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  64. 1fedfed Merge "Exit failure if trying to load non-PIE." by Dan Albert · 9 years ago
  65. 68e6c03 Check overflows in c-tor instead of doing it in d-tor by Dimitry Ivanov · 9 years ago
  66. 3bd9061 Do not load second copy of a library into same namespace by Dimitry Ivanov · 9 years ago
  67. beb3eb1 Revert "Fix CFI initialization crash on x86." by Evgenii Stepanov · 9 years ago
  68. 95e2e6f Exit failure if trying to load non-PIE. by Dan Albert · 9 years ago
  69. 4ccd431 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  70. 6fcd7a7 Revert "Fix CFI initialization crash on x86." by Alex Cheung · 9 years ago
  71. be46d38 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  72. 451909d Remove dependency on libc.a from the linker by Dimitry Ivanov · 9 years ago
  73. 636a2ec [cfi] Handle large libraries correctly. by Evgenii Stepanov · 9 years ago
  74. 082bec5 Merge "Runtime support for CFI" by Evgenii Stepanov · 9 years ago
  75. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  76. 2a3b4fa Rename libdebuggerd_client to libdebuggerd_handler. by Josh Gao · 9 years ago
  77. ab2c575 linker: convert 'mov pc' instruction to 'bx' by Park Ju Hyung · 9 years ago
  78. 607d307 Dynamic linker errors should go to stderr. by Elliott Hughes · 9 years ago
  79. 3bdb31b Exit rather than abort if asked to run a non-PIE executable. by Elliott Hughes · 9 years ago
  80. e30c17f Downgrade dynamic section checks to warning by Dimitry Ivanov · 9 years ago
  81. cf00d86 Add a way to track all dlsym calls (contd.) by Dimitry Ivanov · 9 years ago
  82. 4742abd Add a way to track all dlsym calls by Dimitry Ivanov · 9 years ago
  83. a6588e5 Fix android_dlwarning lookup by Dimitry Ivanov · 9 years ago
  84. d9e427c Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 9 years ago
  85. 10fffb4 Fix linker_asan64 symlink by Colin Cross · 9 years ago
  86. fc0d480 loader: stop linking libdl/c/m into the loader by Dimitry Ivanov · 9 years ago
  87. 6c14f86 loader: asan path translation now works for symlinks by Dimitry Ivanov · 9 years ago
  88. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  89. ae4a0c1 Log call to elf-constructors by Dimitry Ivanov · 9 years ago
  90. 3613c20 Merge "Relax ELF header checks - warn for apps targeting pre-O" by Dimitry Ivanov · 9 years ago
  91. 585838b Merge "Remove unused includes/externals" by Treehugger Robot · 9 years ago
  92. 12b9187 Relax ELF header checks - warn for apps targeting pre-O by Dimitry Ivanov · 9 years ago
  93. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  94. ffa45a8 Remove unused includes/externals by Dimitry Ivanov · 9 years ago
  95. 4cc5a60 Downgrade W+E load segments to a warning unless targeting O. by Elliott Hughes · 9 years ago
  96. e6ee960 Replace .align with .balign for clarity by Dimitry Ivanov · 9 years ago
  97. bd839d1 Merge changes from topic 'ndk-headers-licenses' by Treehugger Robot · 9 years ago
  98. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  99. 816676e Add test for libraries with textrels by Dimitry Ivanov · 9 years ago
  100. 2589f9d Fix for default library path "/vendor/lib" by neo.chae · 9 years ago