1. 87a47e1 Merge "linker: add android_get_exported_namespace" by Treehugger Robot · 9 years ago
  2. 01de74e linker: add android_get_exported_namespace by Jiyong Park · 9 years ago
  3. db98fed Make dl_iterate_phdr weak in libdl. by Dan Albert · 9 years ago
  4. 51a9bf1 Remove .(ll)ndk suffix from (ll)ndk_library by Dan Willemsen · 9 years ago
  5. b8f7fde Add LLNDK stub libraries for the VNDK by Dan Willemsen · 9 years ago
  6. 8229596 Enable ld-android on linux_bionic builds by Dan Willemsen · 9 years ago
  7. 7a34b9d Replace public library list with shared lib sonames (part 2/2) by Dimitry Ivanov · 9 years ago
  8. 68ecec1 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  9. beb3eb1 Revert "Fix CFI initialization crash on x86." by Evgenii Stepanov · 9 years ago
  10. 4ccd431 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  11. 6fcd7a7 Revert "Fix CFI initialization crash on x86." by Alex Cheung · 9 years ago
  12. be46d38 Fix CFI initialization crash on x86. by Evgenii Stepanov · 9 years ago
  13. 0a3637d Runtime support for CFI by Evgenii Stepanov · 10 years ago
  14. ac4bd2f Add test for elf-hash and packed relocations by Dimitry Ivanov · 9 years ago
  15. 4e84d5e Repair dlwarning toast by Dimitry Ivanov · 9 years ago
  16. d9e427c Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 9 years ago
  17. dcb846c Revert "Bionic loader is no longer hijacking libdl.so" by Andreas Gampe · 9 years ago
  18. c12acef Bionic loader is no longer hijacking libdl.so by Dimitry Ivanov · 9 years ago
  19. 7ec52b1 Enable libc/libdl/libm/linker for host bionic by Dan Willemsen · 9 years ago
  20. c30862f One NOTICE file to rule them all. by Dan Albert · 9 years ago
  21. 166f875 Merge "dlerror returns char*, not const char*." by Treehugger Robot · 10 years ago
  22. 5e071a1 dlerror returns char*, not const char*. by Elliott Hughes · 10 years ago
  23. 4519a4d Merge "Add ndk_library for libdl." by Treehugger Robot · 10 years ago
  24. 77a3e28 Update NOTICE files. by Elliott Hughes · 10 years ago
  25. e8a9108 Add ndk_library for libdl. by Dan Albert · 10 years ago
  26. c8a95a3 Run genversion-scripts.py. by Dan Albert · 10 years ago
  27. 1bcaf53 Annotate libdl.map.txt. by Dan Albert · 10 years ago
  28. 37ba905 Run genversion-scripts.py. by Dan Albert · 10 years ago
  29. 769b33f Sync linker with internal branch by Dimitry Ivanov · 10 years ago
  30. 7510c33 Remove deprecated Android.mk files by Colin Cross · 10 years ago
  31. 27c43c5 Update sanitize property format by Colin Cross · 10 years ago
  32. 7a622da Move linker-namespace functions to LIBC_PLATFORM by Dimitry Ivanov · 10 years ago
  33. e5c872f genversion-scripts: fix script name in autogenerated comment by Greg Hackmann · 10 years ago
  34. 98cdef3 libdl: Rename LIBC_PRIVATE to LIBC_PLATFORM by Dimitry Ivanov · 10 years ago
  35. b4931ce Update NOTICE files. by Elliott Hughes · 10 years ago
  36. 7331fe1 linker: implement shared namespaces by Dimitry Ivanov · 10 years ago
  37. 9cf99cb linker: add dlvsym(3) by Dimitry Ivanov · 10 years ago
  38. 284ae35 Add permitted_when_isolated_path to linker namespaces by Dimitry Ivanov · 10 years ago
  39. 1ffec1c Introduce anonymous namespace by Dmitriy Ivanov · 10 years ago
  40. 42d5fcb Introducing linker namespaces by Dmitriy Ivanov · 10 years ago
  41. 9e6f98f Update Android.bp with arch-specific version scripts by Dan Willemsen · 10 years ago
  42. bc75047 Generate libdl.so per-architecture version script by Dmitriy Ivanov · 10 years ago
  43. 208ae17 Add Android.bp for libc/libm/libdl by Dan Willemsen · 10 years ago
  44. 44ead71 Regenerate NOTICE files. by Elliott Hughes · 10 years ago
  45. 11ea08c Use new sanitizer option. by Dan Albert · 11 years ago
  46. 79fd668 Add functions to provide target sdk version by Dmitriy Ivanov · 11 years ago
  47. da19478 Disable ASAN for more of our libraries. by Dan Albert · 11 years ago
  48. a4ed64d Add a dummy libdl.a. by Dan Albert · 11 years ago
  49. 3ec67de Exclude libstdc++ from linked libraries. by Dan Albert · 11 years ago
  50. d286796 Turn on -Wunused and fix the mistakes it uncovers. by Elliott Hughes · 12 years ago
  51. 012cb45 Add android_dlopen_ext() interface to linker. by Torne (Richard Coles) · 12 years ago
  52. 1682c63 Use arch-specific variable to set up the x86 ld flags. by Ying Wang · 12 years ago
  53. 7ac9751 Fix libdl build warnings, turn on -Werror. by Elliott Hughes · 12 years ago
  54. a4aafd1 Make it possible for code to query the dynamic linker's default search path. by Elliott Hughes · 12 years ago
  55. a567a8e x86_64: Update Makefiles for x86_64 targets and add symlinks by Pavel Chupin · 13 years ago
  56. 24053a4 Add the dl_iterate_phdr function to libdl for arm. by Christopher Ferris · 12 years ago
  57. 8f7120b Drop unnecessary execution permission for .cpp/.c/.h by Kito Cheng · 13 years ago
  58. cade4c3 Support System.loadLibrary for libraries with transitive dependencies. by Elliott Hughes · 13 years ago
  59. 22d6292 Make the dlfcn mutex static. by Elliott Hughes · 13 years ago
  60. 32dbc03 Regenerate all NOTICE files with the latest version of the script. by Elliott Hughes · 14 years ago
  61. ae5c644 Add dependencies on all the makefiles. by Elliott Hughes · 14 years ago
  62. 387d4b7 Auto-generate a complete NOTICE file. by Elliott Hughes · 14 years ago
  63. e33af61 Remove the last references to SuperH. by Elliott Hughes · 14 years ago
  64. 726800e MIPS support to libm, libdl and libthread_db by Chris Dearman · 14 years ago
  65. bda5da0 fix prototype of dladdr by Mathias Agopian · 14 years ago
  66. 7e5d19c Remove the simulator target from all makefiles. Bug: 5010576 by Jeff Brown · 15 years ago
  67. e2a8b1f Added support for dladdr() by Matt Fischer · 16 years ago
  68. efecfde added and modified libdl to support SuperH architecture by Shin-ichiro KAWASAKI · 16 years ago
  69. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  70. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  71. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
  72. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  73. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago