1. 109040c Add test checking library unload on dlclose by dimitry · 8 years ago
  2. 527229c Fix for dlfcn.rtld_next_from_library. by Raj Mamadgi · 8 years ago
  3. 01162f2 Fix: linker segfault on dlopen of a DF_1_GLOBAL so by Jiyong Park · 8 years ago
  4. b9555a9 Fix dlopen_vdso test by dimitry · 8 years ago
  5. c18de1b Link vdso before linking the main executable by dimitry · 8 years ago
  6. db6ab3d Enable dlfcn.dt_runpath_absolute_path in glibc tests by Dimitry Ivanov · 9 years ago
  7. 8ad4093 Add #defines for some key enums. by Elliott Hughes · 9 years ago
  8. c42b4bb Remove known failures from arm ifunc tests by Dimitry Ivanov · 9 years ago
  9. 21975b2 Add ifunc for variable test-case by Dimitry Ivanov · 9 years ago
  10. b8ab618 Move scopeguard into android::base by Tom Cherry · 9 years ago
  11. fc32dcb Disable compat_elf_hash_and_relocation_tables test for x86 by Dimitry Ivanov · 9 years ago
  12. 35c8e3b Fix greylist exception to account for linked namespaces by Dimitry Ivanov · 9 years ago
  13. ec90e24 loader: fix d-tor call order by Dimitry Ivanov · 9 years ago
  14. ea8f396 Add test checking init/fini call order by Dimitry Ivanov · 9 years ago
  15. 14b9d71 Fix bionic-unit-tests in arch with binary translator by Victor Khimenko · 9 years ago
  16. 01c888c Mark ifunc tests failing on arm as known failures by Dimitry Ivanov · 9 years ago
  17. 59dd615 Merge "Add test for elf-hash and packed relocations" by Dimitry Ivanov · 9 years ago
  18. d5b578a Add test for empty symbol lookup by Dimitry Ivanov · 9 years ago
  19. ac4bd2f Add test for elf-hash and packed relocations by Dimitry Ivanov · 9 years ago
  20. d0b5c3a Fix bionic-unit-tests-glibc by Dimitry Ivanov · 9 years ago
  21. c7365eb Improve dlerror_concurrent test by Dimitry Ivanov · 9 years ago
  22. 816676e Add test for libraries with textrels by Dimitry Ivanov · 9 years ago
  23. 927877c bionic-unit-tests: remove dependency on ANDROID_DATA by Dimitry Ivanov · 9 years ago
  24. 708589f bionic-unit-tests: Create symlinks in runtime by Dimitry Ivanov · 9 years ago
  25. a36e59b Move test libraries under /data/nativetests by Dimitry Ivanov · 9 years ago
  26. 44a6544 [mips] Add missing linker shdr tests by Nikola Veljkovic · 9 years ago
  27. 3b2d331 Merge "linker: add test for zeroed out shdr_table_" by Treehugger Robot · 9 years ago
  28. 4154b77 Merge "linker: add test for zero shdr offset" by Treehugger Robot · 9 years ago
  29. 5595834 linker: add test for zeroed out shdr_table_ by Dimitry Ivanov · 9 years ago
  30. 63ccb1b Merge "[MIPS] Fix bionic test build" by Treehugger Robot · 9 years ago
  31. 4623044 linker: add test for zero shdr offset by Dimitry Ivanov · 9 years ago
  32. 293d513 [MIPS] Fix bionic test build by Lazar Trsic · 9 years ago
  33. 8bdf70e linker: add test for empty shdr table by Dimitry Ivanov · 9 years ago
  34. c9a9561 linker: add test for zero shstrndx by Dimitry Ivanov · 9 years ago
  35. cb86c31 linker: add test for zero e_shentsize by Dimitry Ivanov · 9 years ago
  36. 972e3d0 Add test for misaligned section header by Dimitry Ivanov · 9 years ago
  37. 9700bab linker: disallow W + E PT_LOAD segments by Dimitry Ivanov · 9 years ago
  38. 5543746 Pass argc/argv/envp to dso constructors by Dimitry Ivanov · 9 years ago
  39. 2ba1cf3 Fix dlopen of main executable by absolute path by Dimitry Ivanov · 10 years ago
  40. ba35b2d Add test for IRELATIVE resolution with RTLD_LAZY by Dimitry Ivanov · 10 years ago
  41. 0a2ab02 Do not test ifunc on mips by Dimitry Ivanov · 10 years ago
  42. c967d89 Enable ifunc test for arm by Dimitry Ivanov · 10 years ago
  43. 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
  44. 4a2c5aa Move dlsym and dladdr implementation to linker.cpp by Dimitry Ivanov · 10 years ago
  45. 6f2d310 Correctly resolve realpath for absolute paths by Lazar Trsic · 10 years ago
  46. 0cdef7e Respect caller DT_RUNPATH in dlopen(). by Evgenii Stepanov · 11 years ago
  47. aff18fd Replace NULL with nullptr by Dmitriy Ivanov · 11 years ago
  48. 6865082 Support DT_RUNPATH in the linker. by Evgenii Stepanov · 11 years ago
  49. f439b5a Fix dlsym(handle_of_main_executable, ...) by Dmitriy Ivanov · 11 years ago
  50. 697bd9f Improved dlsym tests and fixes to linker by Dmitriy Ivanov · 11 years ago
  51. 6612d7a Enable dlsym_df_1_global test for arm/arm64 by Dmitriy Ivanov · 11 years ago
  52. 2a81536 Support symbol versioning by Dmitriy Ivanov · 11 years ago
  53. ef25592 Fix dl* tests to run-on-host by Dmitriy Ivanov · 11 years ago
  54. aae859c Add realpath for soinfo by Dmitriy Ivanov · 11 years ago
  55. 76ac1ac Look into local group on dlsym with RTLD_DEFAULT by Dmitriy Ivanov · 11 years ago
  56. 52393a5 Move open from zip tests to dlext by Dmitriy Ivanov · 11 years ago
  57. 618f1a3 Implement lookup by DT_SONAME by Dmitriy Ivanov · 11 years ago
  58. aef7195 Support loading shared libraries from zip files by Simon Baldwin · 11 years ago
  59. cb0443c Remove obsolete test_isolated wrapper function by Dmitriy Ivanov · 11 years ago
  60. 279a22f Minimize calls to mprotect by Dmitriy Ivanov · 11 years ago
  61. bfa88bc Add another test for weak-reference by Dmitriy Ivanov · 11 years ago
  62. ab972b9 Count references for groups instead of instances by Dmitriy Ivanov · 11 years ago
  63. 7699d13 Yet another relocation test by Dmitriy Ivanov · 11 years ago
  64. b335677 Add test for --hash-style=sysv by Dmitriy Ivanov · 11 years ago
  65. ec18ce0 Add support for hash-style=gnu by Dmitriy Ivanov · 11 years ago
  66. 4e446b1 Fix arm64 and arm builds. by Dmitriy Ivanov · 11 years ago
  67. d225a5e Fix symbol lookup order during relocation by Dmitriy Ivanov · 11 years ago
  68. cfa97f1 Fix relocation to look for symbols in local group by Dmitriy Ivanov · 11 years ago
  69. 1b20daf Add RTLD_NODELETE flag support by Dmitriy Ivanov · 12 years ago
  70. e8ba50f Fix dlsym() to take into account RTLD_GLOBAL/LOCAL by Dmitriy Ivanov · 11 years ago
  71. eb27bba Add dlfcn_test to glibc test suite. by Dmitriy Ivanov · 11 years ago
  72. d74aa58 Merge "Fix unload of recursively linked library" by Dmitriy Ivanov · 11 years ago
  73. 66bbf15 Merge "Refactoring: C++11 style DISABLE_ bionic marcos" by Dmitriy Ivanov · 11 years ago
  74. a6ac54a Fix unload of recursively linked library by Dmitriy Ivanov · 11 years ago
  75. 9aea164 Add IFUNC support for arm64 and IRELATIVE reloc by Dmitriy Ivanov · 11 years ago
  76. d9ff722 Refactoring: C++11 style DISABLE_ bionic marcos by Dmitriy Ivanov · 11 years ago
  77. 14669a9 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  78. 498eb18 Revert "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  79. b2a30ee Fix order of soinfo links (repairs libcxx tests). by Dmitriy Ivanov · 11 years ago
  80. 1737b15 Merge "Load libraries in breadth-first order" by Dmitriy Ivanov · 11 years ago
  81. a3ad450 Load libraries in breadth-first order by Dmitriy Ivanov · 11 years ago
  82. 319356e Add some missing dlclose(.) by Dmitriy Ivanov · 11 years ago
  83. 57b7a61 Fix pthread_getattr_np for the main thread. by Elliott Hughes · 11 years ago
  84. 9598b8c Run constructors before resolving ifunc functions by Dmitriy Ivanov · 11 years ago
  85. 02aa705 Revert "Add support for protected local symbol lookup." by Dmitriy Ivanov · 11 years ago
  86. c5a13ef Added test for ifunc support in dynamic linker. by Brigid Smith · 11 years ago
  87. aa0f2bd Fix dlsym(3) to do breadth first search. by Dmitriy Ivanov · 11 years ago
  88. f8846a4 Add test for constructor function. by Dmitriy Ivanov · 12 years ago
  89. ce0ba3c Disable local/protected symbol test for lp64 by Dmitriy Ivanov · 12 years ago
  90. d06ee1d Build all bionic test files -Werror and fix our one warning. by Elliott Hughes · 12 years ago
  91. d97e9f5 Add support for protected local symbol lookup. by Dmitriy Ivanov · 12 years ago
  92. ce44166 Fix weak function lookups by Dmitriy Ivanov · 12 years ago
  93. 44adf93 Fix dlsym_failure NULL handle test by Dmitriy Ivanov · 12 years ago
  94. ca1c802 Removed dlsym handle != NULL check for lp64 by Dmitriy Ivanov · 12 years ago
  95. b648a8a Add RTLD_NOLOAD support and some related changes. by Dmitriy Ivanov · 12 years ago
  96. 1728b23 Switch to g_ for globals. by Elliott Hughes · 12 years ago
  97. 063525c Consistently use #if defined(__BIONIC__) in tests. by Elliott Hughes · 12 years ago
  98. 7db1809 Test dlopen with symlinked .so files by Dmitriy Ivanov · 12 years ago
  99. 2ed7109 Add extra regression tests for an already-fixed dynamic linker bug. by Elliott Hughes · 12 years ago
  100. ebd506c Fix linker crashes during unknown symbol lookup by Sergey Melnikov · 12 years ago