1. ffad559 Merge "Stop using `__out` as a name." by Treehugger Robot · 6 years ago
  2. c686ab5 Merge "Rename iterate to malloc_iterate internally." by Christopher Ferris · 6 years ago
  3. f38e8ca Stop using `__out` as a name. by Elliott Hughes · 6 years ago
  4. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
  5. 31600e8 Merge "Revert submission of topic 'libdl_android-in-apex'" by Martin Stjernholm · 6 years ago
  6. c74666e Revert submission of topic 'libdl_android-in-apex' by Yuexi Ma · 6 years ago
  7. ca1834d Merge "Revert "fortify: allow diagnostics without run-time checks"" by Jim Blackler · 6 years ago
  8. 2a83cb7 Revert "fortify: allow diagnostics without run-time checks" by Jim Blackler · 6 years ago
  9. 77e910d Merge "Add libdl_android to the Runtime APEX." by Martin Stjernholm · 6 years ago
  10. 2fead5f Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  11. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  12. 03aa94c Merge "Restore _FORTIFY_SOURCE in versioner." by Treehugger Robot · 6 years ago
  13. d1dcb72 Merge "fortify: allow diagnostics without run-time checks" by Treehugger Robot · 6 years ago
  14. 7a3a5d8 Merge "Fix allocations escaping malloc debug." by Christopher Ferris · 6 years ago
  15. f7db850 Restore _FORTIFY_SOURCE in versioner. by Elliott Hughes · 6 years ago
  16. b18158c Merge changes I01d061c4,I2e3f6ee7 by Tom Cherry · 6 years ago
  17. ca0d899 Merge "linker: avoid -O0 memset while clearing temp_tcb" by Ryan Prichard · 6 years ago
  18. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  19. d9585a2 Merge "android_getaddrinfo_proxy: fix memory leak on failure." by Elliott Hughes · 6 years ago
  20. 9a09137 Merge "Limit threads in pthread_leak#detach for low power devices." by Elliott Hughes · 6 years ago
  21. b450a7f Merge "search.h: add doc comments." by Treehugger Robot · 6 years ago
  22. a3b0eab Add libdl_android to the Runtime APEX. by Martin Stjernholm · 6 years ago
  23. 190e22a Merge changes Ieb9446c2,I7c5d7928 by Ryan Prichard · 6 years ago
  24. 94a8e85 linker: avoid -O0 memset while clearing temp_tcb by Ryan Prichard · 6 years ago
  25. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  26. 80e40f0 Refactor linker/Android.bp for native-bridge by Ryan Prichard · 6 years ago
  27. 4aef93a android_getaddrinfo_proxy: fix memory leak on failure. by Elliott Hughes · 6 years ago
  28. fd7216c Check that __system_property_set() doesn't leak FDs by Tom Cherry · 6 years ago
  29. ef18d44 clang-format: Add IncludeBlocks: Preserve by Tom Cherry · 6 years ago
  30. 5d9ba9e Merge "Close descriptor in ScopeFd destructor" by Elliott Hughes · 6 years ago
  31. 89b0919 Close descriptor in ScopeFd destructor by Johan Harvyl · 6 years ago
  32. a468123 search.h: add doc comments. by Elliott Hughes · 6 years ago
  33. 590bdbe Merge "Header improvements." by Elliott Hughes · 6 years ago
  34. 1994f28 Merge "Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled." by Peter Collingbourne · 6 years ago
  35. b361e68 Header improvements. by Elliott Hughes · 6 years ago
  36. d7e11b8 fortify: allow diagnostics without run-time checks by George Burgess IV · 6 years ago
  37. e99912f Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled. by Peter Collingbourne · 6 years ago
  38. d753895 Merge "Pass -ffreestanding when compiling ifunc resolvers." by Treehugger Robot · 6 years ago
  39. 6540ff4 Merge "Add the ScopedFd that we've never quite gotten around to." by Elliott Hughes · 6 years ago
  40. 6cb70ad Add the ScopedFd that we've never quite gotten around to. by Elliott Hughes · 6 years ago
  41. 36a5644 Pass -ffreestanding when compiling ifunc resolvers. by Peter Collingbourne · 6 years ago
  42. dd2ed97 Merge "Add linker config variable: VNDK_APEX_VER" by Jooyung Han · 6 years ago
  43. 859202c Merge "linker: remove COUNT_PAGES" by Ryan Prichard · 6 years ago
  44. 1d81be5 Merge "qsort.c: take an upstream FreeBSD change." by Elliott Hughes · 6 years ago
  45. ffded19 qsort.c: take an upstream FreeBSD change. by Elliott Hughes · 6 years ago
  46. 8ccf486 Merge "Clean up some obsolete NetBSD portability cruft." by Elliott Hughes · 6 years ago
  47. 80c99e3 Merge "Clean up some obsolete OpenBSD portability cruft." by Elliott Hughes · 6 years ago
  48. 5951fcb Merge "Clean up some obsolete FreeBSD portability cruft." by Elliott Hughes · 6 years ago
  49. 888903a Merge "Take a couple of wcs MTE patches from upstream FreeBSD." by Elliott Hughes · 6 years ago
  50. d1f1e41 Merge "Take a getopt_long() patch from upstream FreeBSD." by Elliott Hughes · 6 years ago
  51. e1ab123 Merge "Add arm64 string.h function implementations for use with hardware supporting MTE." by Peter Collingbourne · 6 years ago
  52. 5c5152b Clean up some obsolete OpenBSD portability cruft. by Elliott Hughes · 6 years ago
  53. 5828ad7 Clean up some obsolete NetBSD portability cruft. by Elliott Hughes · 6 years ago
  54. c996c73 Clean up some obsolete FreeBSD portability cruft. by Elliott Hughes · 6 years ago
  55. c430451 Merge "Take a quick_exit() patch from upstream FreeBSD." by Elliott Hughes · 6 years ago
  56. 900d07d Add arm64 string.h function implementations for use with hardware supporting MTE. by Peter Collingbourne · 6 years ago
  57. 6f9a97f Merge "Revert "Load /dev/linker/ld.config.txt by default"" by Treehugger Robot · 6 years ago
  58. 89c4e4a Take a couple of wcs MTE patches from upstream FreeBSD. by Elliott Hughes · 6 years ago
  59. 5b4b58a Take a getopt_long() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  60. d310125 Take a quick_exit() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  61. 09bde95 Revert "Load /dev/linker/ld.config.txt by default" by Roland Levillain · 6 years ago
  62. 609d6ec Merge "Adopt GNU calling convention for ifunc resolvers." by Peter Collingbourne · 6 years ago
  63. dbe72ca Merge "sleep/usleep: switch to trivial implementations." by Elliott Hughes · 6 years ago
  64. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  65. 8310897 Merge "Take a bunch of trivial SPDX changes from upstream FreeBSD." by Treehugger Robot · 6 years ago
  66. e949195 Adopt GNU calling convention for ifunc resolvers. by Peter Collingbourne · 6 years ago
  67. ccea693 Take a bunch of trivial SPDX changes from upstream FreeBSD. by Elliott Hughes · 6 years ago
  68. 0928399 Add linker config variable: VNDK_APEX_VER by Jooyung Han · 6 years ago
  69. 9615e0d Merge "Load /dev/linker/ld.config.txt by default" by Kiyoung Kim · 6 years ago
  70. 78cd283 linker: remove COUNT_PAGES by Ryan Prichard · 6 years ago
  71. 4072676 Merge "Add section about libmemunreachable tests." by Christopher Ferris · 6 years ago
  72. 6e36dd2 Limit threads in pthread_leak#detach for low power devices. by Dmytro Chystiakov · 6 years ago
  73. 51863b3 Add section about libmemunreachable tests. by Christopher Ferris · 6 years ago
  74. b21d968 Merge "libm: sync with upstream FreeBSD." by Elliott Hughes · 6 years ago
  75. ff49a3c libm: sync with upstream FreeBSD. by Elliott Hughes · 6 years ago
  76. 61a97e9 Load /dev/linker/ld.config.txt by default by Kiyoung Kim · 6 years ago
  77. 04f27f2 Merge "Add bionic-stress-tests." am: 6e5d06336a by Christopher Ferris · 6 years ago
  78. 6e5d063 Merge "Add bionic-stress-tests." by Christopher Ferris · 6 years ago
  79. ee0ce44 Add bionic-stress-tests. by Christopher Ferris · 6 years ago
  80. fc093df Merge changes Ia0c0018c,I2f1fc8b4,Ibe964c3b,I791da8ac am: 9da992c271 by Ryan Prichard · 6 years ago
  81. 9da992c Merge changes Ia0c0018c,I2f1fc8b4,Ibe964c3b,I791da8ac by Ryan Prichard · 6 years ago
  82. 495863f linker: stop relocating R_ARM_REL32 by Ryan Prichard · 6 years ago
  83. 308af57 Factor out R_GENERIC_COPY by Ryan Prichard · 6 years ago
  84. e0a53e2 Factor out R_GENERIC_ABSOLUTE by Ryan Prichard · 6 years ago
  85. 9ef61a2 Remove broken arm64 PREL/ABS relocations by Ryan Prichard · 6 years ago
  86. 489c68b Merge "Updated memory_replay description." am: 3629e87621 by Christopher Ferris · 6 years ago
  87. 3629e87 Merge "Updated memory_replay description." by Christopher Ferris · 6 years ago
  88. 2f5fc33 Updated memory_replay description. by Christopher Ferris · 6 years ago
  89. 2c4f2bd Merge "Revert "Change linker config variable: VNDK_VER"" am: 919dc05d66 by Jooyung Han · 6 years ago
  90. 919dc05 Merge "Revert "Change linker config variable: VNDK_VER"" by Treehugger Robot · 6 years ago
  91. 18408d6 Merge "Skip QD1A.190821.011 in stage-aosp-master" into stage-aosp-master by TreeHugger Robot · 6 years ago
  92. 2d16671 Merge "Add dladdr benchmark." am: 31c4effccc by Steven Moreland · 6 years ago
  93. a365ac1 Revert "Change linker config variable: VNDK_VER" by Jooyung Han · 6 years ago
  94. 31c4eff Merge "Add dladdr benchmark." by Steven Moreland · 6 years ago
  95. b88f71a Skip QD1A.190821.011 in stage-aosp-master by Xin Li · 6 years ago
  96. 5ea49d9 Merge "Cleanup linker unwinder integration" am: 2ab4e0f999 by Ryan Prichard · 6 years ago
  97. 2ab4e0f Merge "Cleanup linker unwinder integration" by Ryan Prichard · 6 years ago
  98. b1fad69 Merge "Remove __ANDROID_NDK__ from bionic, and document our #defines." by Elliott Hughes · 6 years ago
  99. ed1b861 Merge "Remove __ANDROID_NDK__ from bionic, and document our #defines." by Elliott Hughes · 6 years ago
  100. c4e727b Add dladdr benchmark. by Steven Moreland · 6 years ago