1. 40e7ed5 Unhide rtld_db_dlactivity() by Andrew Hsieh · 13 years ago
  2. 94179a5 linker: remove STB_LOCAL hack by Nick Kralevich · 13 years ago
  3. 1a78fbb Initialize TLS before any application code is run. by Evgeniy Stepanov · 13 years ago
  4. 7f03d23 Revert "linker: remove STB_LOCAL hack" by Nick Kralevich · 13 years ago
  5. 61ff834 linker: remove STB_LOCAL hack by Nick Kralevich · 13 years ago
  6. 8c4f3ce linker: surround "debug_verbosity" by "#if LINKER_DEBUG" by Nick Kralevich · 13 years ago
  7. aac0dc9 Merge "linker: fix off-by-one error in GNU_RELRO handling" by Nick Kralevich · 13 years ago
  8. d73b5ca linker: fix off-by-one error in GNU_RELRO handling by Nick Kralevich · 13 years ago
  9. 6625986 linker: initially reserved memory as PROT_NONE by Nick Kralevich · 13 years ago
  10. 9ec0f03 Add relro support by Nick Kralevich · 13 years ago
  11. 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 13 years ago
  12. 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 13 years ago
  13. f5d1693 Fix recursive ELF constructor check by Jesse Hall · 13 years ago
  14. f20d59e am c83c1da5: am cee8425f: Merge "Move variable declaration on its own line" by Jean-Baptiste Queru · 13 years ago
  15. c3650d6 am 5b44655f: am 7e6a5773: Merge "Use the AT_SECURE auxv flag to determine whether to enable secure mode." by Jean-Baptiste Queru · 13 years ago
  16. bb44055 Move variable declaration on its own line by Stephen Smalley · 13 years ago
  17. 861b42a Use the AT_SECURE auxv flag to determine whether to enable secure mode. by Stephen Smalley · 13 years ago
  18. e83c56d Execute .preinit_array before any shared object initialization functions. by Evgeniy Stepanov · 13 years ago
  19. 253b763 get rid of unused "main" function. by Nick Kralevich · 13 years ago
  20. 0e0bd58 am 1ad08626: am 897815a1: bionic: add machine type check by Zhenghua Wang · 14 years ago
  21. 897815a bionic: add machine type check by Zhenghua Wang · 14 years ago
  22. 7e2daef Merge "Make the linker relocatable." by Nick Kralevich · 14 years ago
  23. 8180b08 linker: Fix the computation of si->base by David 'Digit' Turner · 14 years ago
  24. 468319c Make the linker relocatable. by Nick Kralevich · 14 years ago
  25. 8e8a7b1 Revert "Make the linker relocatable." by Nick Kralevich · 14 years ago
  26. 994e9a5 Make the linker relocatable. by Nick Kralevich · 14 years ago
  27. d9ad623 Add linker support for PIE by Nick Kralevich · 14 years ago
  28. bda5da0 fix prototype of dladdr by Mathias Agopian · 14 years ago
  29. 96e5fac am 91966c30: am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors" by David 'Digit' Turner · 14 years ago
  30. 91966c3 am 0acdbe08: am 89ea107d: Merge "linker: allow debugging of constructors" by David 'Digit' Turner · 14 years ago
  31. e5ea455 linker: allow debugging of constructors by David 'Digit' Turner · 14 years ago
  32. 48527c3 Revert "Revert "linker: get rid of the buddy allocator"" by Shih-wei Liao · 14 years ago
  33. f9a9cda Revert "linker: get rid of the buddy allocator" by Nick Kralevich · 14 years ago
  34. 7059b1f linker: get rid of the buddy allocator by Nick Kralevich · 14 years ago
  35. 1af88c9 am d004dc99: Merge "Use MAP_FIXED when allocating prelinked shared library regions" by David Turner · 14 years ago
  36. db4bce0 Use MAP_FIXED when allocating prelinked shared library regions by Chris Dearman · 14 years ago
  37. 72f9a5c Increase SO_MAX to accomodate valgrind by Kenny Root · 14 years ago
  38. be57559 linker: Remove unsecure env. variable for setuid programs. by David 'Digit' Turner · 14 years ago
  39. fedbcde add /vendor support by Brian Swetland · 15 years ago
  40. a716190 linker: fix overwriting the real linker error string by Dima Zavin · 15 years ago
  41. 6774809 linker: Support dlopen(NULL, ...) properly. by David 'Digit' Turner · 15 years ago
  42. f439445 fix build by Jean-Baptiste Queru · 15 years ago
  43. bb7928c merge from open-source master by The Android Open Source Project · 15 years ago
  44. 4fd42c1 Added support for LD_PRELOAD by Matt Fischer · 15 years ago
  45. 5ef5272 merge from open-source master by The Android Open Source Project · 15 years ago
  46. 1698d9e Fixed support for RTLD_NEXT in dlsym() by Matt Fischer · 15 years ago
  47. d046725 merge from open-source master by The Android Open Source Project · 15 years ago
  48. 3cab22c linker: fix the undefined weak symbols issue by Min-su, Kim · 15 years ago
  49. 377d4c9 merge from open-source master by The Android Open Source Project · 15 years ago
  50. e2a8b1f Added support for dladdr() by Matt Fischer · 15 years ago
  51. 5c73464 Fix debug output in the dynamic linker. by David 'Digit' Turner · 15 years ago
  52. e100f52 bionic/linker: rename ba_prelink to ba_nonprelink by Iliyan Malchev · 15 years ago
  53. a3de55c am fe62de1a: Add support for R_ARM_REL32 to the dynamic linker. by David 'Digit' Turner · 15 years ago
  54. fe62de1 Add support for R_ARM_REL32 to the dynamic linker. by David 'Digit' Turner · 15 years ago
  55. 83d3d74 am ebf3ea00: am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker. by David 'Digit' Turner · 16 years ago
  56. ebf3ea0 am 34ea5117: Add support for R_ARM_REL32 to the dynamic linker. by David 'Digit' Turner · 16 years ago
  57. 34ea511 Add support for R_ARM_REL32 to the dynamic linker. by David 'Digit' Turner · 16 years ago
  58. b152dde am 83362689: merge from open-source master by Jean-Baptiste Queru · 16 years ago
  59. 8336268 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  60. 10be95c merge from open-source master by Jean-Baptiste Queru · 16 years ago
  61. ad13c57 added and modified linker to support SuperH architecture by Shin-ichiro KAWASAKI · 16 years ago
  62. e823807 Add weak symbol support. Also fix a bug caused by a typo. by Doug Kwan · 16 years ago
  63. f172955 am 9e78de3e: am 70bba516: am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclair by Iliyan Malchev · 16 years ago
  64. 9e78de3 am 70bba516: am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclair by Iliyan Malchev · 16 years ago
  65. 53b32f8 am 763ac283: Merge changes Ibcba4b4f,I9af341e1 into eclair by Iliyan Malchev · 16 years ago
  66. 9430435 Clean up some linker code. by Doug Kwan · 16 years ago
  67. bb9eede bionic/linker: make the buddy allocator compute max_order on its own by Iliyan Malchev · 16 years ago
  68. af7315a bionic/linker: change the buddy allocator to take a handle to the managed area by Iliyan Malchev · 16 years ago
  69. 5d436dd am 8213d5c3: am ff7b46b8: Merge change I3c998761 into eclair by David 'Digit' Turner · 16 years ago
  70. cd23098 am ff7b46b8: Merge change I3c998761 into eclair by David 'Digit' Turner · 16 years ago
  71. 7398147 merge from open-source master by Jean-Baptiste Queru · 16 years ago
  72. 3c99876 Allow the dynamic linker to relocate references to thumb symbols in NDK libraries. by David 'Digit' Turner · 16 years ago
  73. 4a9afcb bionic/linker: allow resolving of symbols from library back to executable by Iliyan Malchev · 16 years ago
  74. 9ea64da bionic/linker: change lookup() to return soinfo, not base by Iliyan Malchev · 16 years ago
  75. 6ed80c8 Revert "Revert "bionic/linker: fix symbol lookup during relocations"" by Iliyan Malchev · 16 years ago
  76. 33acbf0 Revert "bionic/linker: fix symbol lookup during relocations" by Mathias Agopian · 16 years ago
  77. 8d0c033 bionic/linker: fix symbol lookup during relocations by Iliyan Malchev · 16 years ago
  78. 5cf640c Fill l_ld of linkmaps with value from soinfo::dynamic. by Thinker K.F Li · 16 years ago
  79. 30eb402 bionic: linker: add error message if link failed due to previous error by Erik Gilling · 16 years ago
  80. fde8642 bionic/linker: keep track of opened libraries by basename by Erik Gilling · 16 years ago
  81. d00d23a linker: remove newlines from DL_ERR so that dlerror works correctly by Erik Gilling · 16 years ago
  82. ef0bd18 Pass the elfdata pointer in a slot of the temporary TLS area. by David 'Digit' Turner · 16 years ago
  83. bc3a5c2 Add LD_LIBRARY_PATH support to bionic's linker by David Bartley · 16 years ago
  84. 0353195 linker: Give more context for failures during library dependency resolution. by Dima Zavin · 16 years ago
  85. 2e85579 linker: Make the errors reported by dlopen/dlsym be more useful. by Dima Zavin · 16 years ago
  86. 8215679 Fix the parsing of the .fini_array in the dynamic linker (it should happen in reverse order). by David 'Digit' Turner · 16 years ago
  87. d1b40d8 linker: Compute symbol name before lookup so we can also use it for error msg by Dima Zavin · 16 years ago
  88. ba52b30 Increase the limit of loaded shared libraries from 64 to 96 This change is required for OpenCORE 2.0 by James Dong · 16 years ago
  89. 5e12d7e Automated import from //branches/donutburger/...@140950,140950 by Iliyan Malchev · 16 years ago
  90. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  91. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  92. a799b53 auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  93. fe57450 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  94. 6f04a0f auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  95. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  96. e5cc1f3 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  97. 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  98. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago