1. d63b56b Merge "Stop using `__out` as a name." am: ffad55954b by Elliott Hughes · 6 years ago
  2. ffad559 Merge "Stop using `__out` as a name." by Treehugger Robot · 6 years ago
  3. 054e5d4 Merge "Rename iterate to malloc_iterate internally." am: c686ab54c2 by Christopher Ferris · 6 years ago
  4. c686ab5 Merge "Rename iterate to malloc_iterate internally." by Christopher Ferris · 6 years ago
  5. f38e8ca Stop using `__out` as a name. by Elliott Hughes · 6 years ago
  6. 6f517cd Rename iterate to malloc_iterate internally. by Christopher Ferris · 6 years ago
  7. 433e817 Merge "Revert submission of topic 'libdl_android-in-apex'" am: 31600e8424 by Martin Stjernholm · 6 years ago
  8. 31600e8 Merge "Revert submission of topic 'libdl_android-in-apex'" by Martin Stjernholm · 6 years ago
  9. c74666e Revert submission of topic 'libdl_android-in-apex' by Yuexi Ma · 6 years ago
  10. 23ced37 Merge "Revert "fortify: allow diagnostics without run-time checks"" by Jim Blackler · 6 years ago
  11. ca1834d Merge "Revert "fortify: allow diagnostics without run-time checks"" by Jim Blackler · 6 years ago
  12. 2a83cb7 Revert "fortify: allow diagnostics without run-time checks" by Jim Blackler · 6 years ago
  13. de246b2 Merge "Add libdl_android to the Runtime APEX." am: 77e910d337 by Martin Stjernholm · 6 years ago
  14. 77e910d Merge "Add libdl_android to the Runtime APEX." by Martin Stjernholm · 6 years ago
  15. 03d2fc3 Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  16. 2fead5f Merge "Revert "fortify: allow diagnostics without run-time checks"" by George Burgess IV · 6 years ago
  17. f359548 Revert "fortify: allow diagnostics without run-time checks" by George Burgess IV · 6 years ago
  18. 3e16696 Merge "Restore _FORTIFY_SOURCE in versioner." am: 03aa94c9a9 by Elliott Hughes · 6 years ago
  19. 03aa94c Merge "Restore _FORTIFY_SOURCE in versioner." by Treehugger Robot · 6 years ago
  20. b5723ce Merge "fortify: allow diagnostics without run-time checks" am: d1dcb72882 by George Burgess IV · 6 years ago
  21. d1dcb72 Merge "fortify: allow diagnostics without run-time checks" by Treehugger Robot · 6 years ago
  22. 4d0677f Merge "Fix allocations escaping malloc debug." am: 7a3a5d8cd7 by Christopher Ferris · 6 years ago
  23. 7a3a5d8 Merge "Fix allocations escaping malloc debug." by Christopher Ferris · 6 years ago
  24. f7db850 Restore _FORTIFY_SOURCE in versioner. by Elliott Hughes · 6 years ago
  25. f46a413 Merge changes I01d061c4,I2e3f6ee7 am: b18158c3c9 by Tom Cherry · 6 years ago
  26. b18158c Merge changes I01d061c4,I2e3f6ee7 by Tom Cherry · 6 years ago
  27. 6b7a608 Merge "linker: avoid -O0 memset while clearing temp_tcb" am: ca0d8990d3 by Ryan Prichard · 6 years ago
  28. ca0d899 Merge "linker: avoid -O0 memset while clearing temp_tcb" by Ryan Prichard · 6 years ago
  29. ff88fb0 Fix allocations escaping malloc debug. by Christopher Ferris · 6 years ago
  30. 5e3d130 Merge "android_getaddrinfo_proxy: fix memory leak on failure." am: d9585a2196 by Elliott Hughes · 6 years ago
  31. d9585a2 Merge "android_getaddrinfo_proxy: fix memory leak on failure." by Elliott Hughes · 6 years ago
  32. 19ce487 Merge "Limit threads in pthread_leak#detach for low power devices." by Elliott Hughes · 6 years ago
  33. 9a09137 Merge "Limit threads in pthread_leak#detach for low power devices." by Elliott Hughes · 6 years ago
  34. e6458d7 Merge "search.h: add doc comments." am: b450a7f426 by Elliott Hughes · 6 years ago
  35. b450a7f Merge "search.h: add doc comments." by Treehugger Robot · 6 years ago
  36. a3b0eab Add libdl_android to the Runtime APEX. by Martin Stjernholm · 6 years ago
  37. 028ce79 Merge changes Ieb9446c2,I7c5d7928 am: 190e22ab9c by Ryan Prichard · 6 years ago
  38. 190e22a Merge changes Ieb9446c2,I7c5d7928 by Ryan Prichard · 6 years ago
  39. 94a8e85 linker: avoid -O0 memset while clearing temp_tcb by Ryan Prichard · 6 years ago
  40. 249757b Use ifuncs in the linker by Ryan Prichard · 6 years ago
  41. 80e40f0 Refactor linker/Android.bp for native-bridge by Ryan Prichard · 6 years ago
  42. 4aef93a android_getaddrinfo_proxy: fix memory leak on failure. by Elliott Hughes · 6 years ago
  43. fd7216c Check that __system_property_set() doesn't leak FDs by Tom Cherry · 6 years ago
  44. ef18d44 clang-format: Add IncludeBlocks: Preserve by Tom Cherry · 6 years ago
  45. a4f79e8 Merge "Close descriptor in ScopeFd destructor" am: 5d9ba9ea70 by Elliott Hughes · 6 years ago
  46. 5d9ba9e Merge "Close descriptor in ScopeFd destructor" by Elliott Hughes · 6 years ago
  47. 89b0919 Close descriptor in ScopeFd destructor by Johan Harvyl · 6 years ago
  48. f1c846d Merge "Header improvements." am: 590bdbe6e9 by Elliott Hughes · 6 years ago
  49. a468123 search.h: add doc comments. by Elliott Hughes · 6 years ago
  50. 590bdbe Merge "Header improvements." by Elliott Hughes · 6 years ago
  51. 63e9b98 Merge "Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled." by Peter Collingbourne · 6 years ago
  52. 1994f28 Merge "Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled." by Peter Collingbourne · 6 years ago
  53. b361e68 Header improvements. by Elliott Hughes · 6 years ago
  54. d7e11b8 fortify: allow diagnostics without run-time checks by George Burgess IV · 6 years ago
  55. e99912f Define ANDROID_EXPERIMENTAL_MTE if the product variable experimental_mte is enabled. by Peter Collingbourne · 6 years ago
  56. 6f465e0 Merge "Pass -ffreestanding when compiling ifunc resolvers." am: d753895f10 by Peter Collingbourne · 6 years ago
  57. d753895 Merge "Pass -ffreestanding when compiling ifunc resolvers." by Treehugger Robot · 6 years ago
  58. fbdd472 Merge "Add the ScopedFd that we've never quite gotten around to." am: 6540ff4e17 by Elliott Hughes · 6 years ago
  59. 6540ff4 Merge "Add the ScopedFd that we've never quite gotten around to." by Elliott Hughes · 6 years ago
  60. 6cb70ad Add the ScopedFd that we've never quite gotten around to. by Elliott Hughes · 6 years ago
  61. 36a5644 Pass -ffreestanding when compiling ifunc resolvers. by Peter Collingbourne · 6 years ago
  62. 436e09b Merge "Add linker config variable: VNDK_APEX_VER" am: dd2ed97079 by Jooyung Han · 6 years ago
  63. dd2ed97 Merge "Add linker config variable: VNDK_APEX_VER" by Jooyung Han · 6 years ago
  64. a6d0e58 Merge "linker: remove COUNT_PAGES" am: 859202c8e5 by Ryan Prichard · 6 years ago
  65. baf1315 Merge "qsort.c: take an upstream FreeBSD change." am: 1d81be51d8 by Elliott Hughes · 6 years ago
  66. 859202c Merge "linker: remove COUNT_PAGES" by Ryan Prichard · 6 years ago
  67. 1d81be5 Merge "qsort.c: take an upstream FreeBSD change." by Elliott Hughes · 6 years ago
  68. ffded19 qsort.c: take an upstream FreeBSD change. by Elliott Hughes · 6 years ago
  69. 0355313 DO NOT MERGE - qt-qpr1-dev-plus-aosp-without-vendor@5915889 into stage-aosp-master by Xin Li · 6 years ago
  70. be92844 Merge "Clean up some obsolete NetBSD portability cruft." am: 8ccf486695 by Elliott Hughes · 6 years ago
  71. 1ef56ca Merge "Clean up some obsolete OpenBSD portability cruft." am: 80c99e30c0 by Elliott Hughes · 6 years ago
  72. 8ccf486 Merge "Clean up some obsolete NetBSD portability cruft." by Elliott Hughes · 6 years ago
  73. 80c99e3 Merge "Clean up some obsolete OpenBSD portability cruft." by Elliott Hughes · 6 years ago
  74. f22d911 Merge "Clean up some obsolete FreeBSD portability cruft." am: 5951fcbd3f by Elliott Hughes · 6 years ago
  75. 5951fcb Merge "Clean up some obsolete FreeBSD portability cruft." by Elliott Hughes · 6 years ago
  76. 6023fd7 Merge "Take a couple of wcs MTE patches from upstream FreeBSD." am: 888903aa8a by Elliott Hughes · 6 years ago
  77. f63bd8a Merge "Take a getopt_long() patch from upstream FreeBSD." am: d1f1e41d8c by Elliott Hughes · 6 years ago
  78. 888903a Merge "Take a couple of wcs MTE patches from upstream FreeBSD." by Elliott Hughes · 6 years ago
  79. d1f1e41 Merge "Take a getopt_long() patch from upstream FreeBSD." by Elliott Hughes · 6 years ago
  80. 7a7d687 Merge "Add arm64 string.h function implementations for use with hardware supporting MTE." by Peter Collingbourne · 6 years ago
  81. e1ab123 Merge "Add arm64 string.h function implementations for use with hardware supporting MTE." by Peter Collingbourne · 6 years ago
  82. 5c5152b Clean up some obsolete OpenBSD portability cruft. by Elliott Hughes · 6 years ago
  83. 5828ad7 Clean up some obsolete NetBSD portability cruft. by Elliott Hughes · 6 years ago
  84. c996c73 Clean up some obsolete FreeBSD portability cruft. by Elliott Hughes · 6 years ago
  85. 2b14f0b Merge "Take a quick_exit() patch from upstream FreeBSD." am: c430451205 by Elliott Hughes · 6 years ago
  86. c430451 Merge "Take a quick_exit() patch from upstream FreeBSD." by Elliott Hughes · 6 years ago
  87. 900d07d Add arm64 string.h function implementations for use with hardware supporting MTE. by Peter Collingbourne · 6 years ago
  88. 86ab352 Merge "Revert "Load /dev/linker/ld.config.txt by default"" am: 6f9a97f864 by Roland Levillain · 6 years ago
  89. 6f9a97f Merge "Revert "Load /dev/linker/ld.config.txt by default"" by Treehugger Robot · 6 years ago
  90. 89c4e4a Take a couple of wcs MTE patches from upstream FreeBSD. by Elliott Hughes · 6 years ago
  91. 5b4b58a Take a getopt_long() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  92. d310125 Take a quick_exit() patch from upstream FreeBSD. by Elliott Hughes · 6 years ago
  93. 09bde95 Revert "Load /dev/linker/ld.config.txt by default" by Roland Levillain · 6 years ago
  94. 92adfbb Merge "Adopt GNU calling convention for ifunc resolvers." am: 609d6ec416 by Peter Collingbourne · 6 years ago
  95. 609d6ec Merge "Adopt GNU calling convention for ifunc resolvers." by Peter Collingbourne · 6 years ago
  96. af52536 Merge "sleep/usleep: switch to trivial implementations." am: dbe72ca7a1 by Elliott Hughes · 6 years ago
  97. dbe72ca Merge "sleep/usleep: switch to trivial implementations." by Elliott Hughes · 6 years ago
  98. ca3f8e4 sleep/usleep: switch to trivial implementations. by Elliott Hughes · 6 years ago
  99. 9fb328d Merge "Take a bunch of trivial SPDX changes from upstream FreeBSD." by Elliott Hughes · 6 years ago
  100. 8310897 Merge "Take a bunch of trivial SPDX changes from upstream FreeBSD." by Treehugger Robot · 6 years ago