1. c8ea872 Fix gettid() in functions that call fork() or equivalent. by Elliott Hughes · 1 year, 3 months ago
  2. d475ee4 Merge "Revert^2 "Switch the loader to a noexcept version of libc++"" into main by Ryan Prichard · 1 year, 4 months ago
  3. 5dd8ce7 Merge "bionic: max_android_page_size to 16384" into main by Steven Moreland · 1 year, 4 months ago
  4. dc82bd1 Merge "Read maps data before using and do safe reads." into main by Christopher Ferris · 1 year, 4 months ago
  5. 8401230 bionic: max_android_page_size to 16384 by Steven Moreland · 1 year, 4 months ago
  6. 7c22b4c Merge "Don't leak a thread when timer_create() fails." into main by Elliott Hughes · 1 year, 4 months ago
  7. b5c54ac Merge "Revert "Convert Android.mk under bionic to Android.bp"" into main by Satish Yalla · 1 year, 4 months ago
  8. 65e349d Read maps data before using and do safe reads. by Christopher Ferris · 1 year, 4 months ago
  9. 1e32ad8 Revert "Convert Android.mk under bionic to Android.bp" by Priyanka Advani · 1 year, 4 months ago
  10. d9864c2 Merge "Convert Android.mk under bionic to Android.bp" into main by Treehugger Robot · 1 year, 4 months ago
  11. c793bc0 Don't leak a thread when timer_create() fails. by Elliott Hughes · 1 year, 4 months ago
  12. b7e9895 Merge "execinfo.cpp: Add a __riscv case." into main by Elliott Hughes · 1 year, 4 months ago
  13. 021cd6d Merge "linker benchmark: our riscv64 toolchain has lga now." into main by Elliott Hughes · 1 year, 4 months ago
  14. c2a4e89 linker benchmark: our riscv64 toolchain has lga now. by Elliott Hughes · 1 year, 4 months ago
  15. ccc4dbf execinfo.cpp: Add a __riscv case. by Elliott Hughes · 1 year, 4 months ago
  16. a13b3b3 Merge "Tidy and document the `inline`/`__inline`/`__inline__` situation." into main by Elliott Hughes · 1 year, 4 months ago
  17. e852abd Merge "utils.h: quote regex match failure messages." into main by Elliott Hughes · 1 year, 4 months ago
  18. 0b29ce2 Merge "Add riscv64 implementation of __get_bionic_tcb_for_thread()." into main by Elliott Hughes · 1 year, 4 months ago
  19. abbec33 utils.h: quote regex match failure messages. by Elliott Hughes · 1 year, 4 months ago
  20. 12b2042 Convert Android.mk under bionic to Android.bp by kellyhung · 1 year, 4 months ago
  21. 09c660b Add riscv64 implementation of __get_bionic_tcb_for_thread(). by Elliott Hughes · 1 year, 4 months ago
  22. e78370e Merge "linker: update non-PIE error message." into main by Treehugger Robot · 1 year, 4 months ago
  23. 71abb3d linker: update non-PIE error message. by Elliott Hughes · 1 year, 4 months ago
  24. bab8f34 Merge "linker: remove useless comments." into main by Elliott Hughes · 1 year, 4 months ago
  25. 322e9ec linker: remove useless comments. by Elliott Hughes · 1 year, 4 months ago
  26. 88908db Merge "Minor <android/dlext.h> documentation improvements." into main by Elliott Hughes · 1 year, 4 months ago
  27. bdba54d Merge "Update <android/api-level.h>." into main by Treehugger Robot · 1 year, 4 months ago
  28. 923b48c Merge "Update <system_properties.h> documentation." into main by Treehugger Robot · 1 year, 4 months ago
  29. 69fa31a Merge "Document <link.h>." into main by Treehugger Robot · 1 year, 4 months ago
  30. c2622a5 Minor <android/dlext.h> documentation improvements. by Elliott Hughes · 1 year, 4 months ago
  31. 3772ae4 Update <system_properties.h> documentation. by Elliott Hughes · 1 year, 4 months ago
  32. d6c3a07 Update <android/api-level.h>. by Elliott Hughes · 1 year, 4 months ago
  33. 72b10fc Document <link.h>. by Elliott Hughes · 1 year, 4 months ago
  34. 03a4448 Merge "[MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling" into main by Treehugger Robot · 1 year, 4 months ago
  35. f0247b6 Merge "Skip stack protector test on HWASan." into main by Christopher Ferris · 1 year, 4 months ago
  36. f332658 [MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling by Florian Mayer · 1 year, 4 months ago
  37. 3469e7d Tidy and document the `inline`/`__inline`/`__inline__` situation. by Elliott Hughes · 1 year, 4 months ago
  38. 3c0173d Merge "Use vmov.f64 for SET_FREG" into main by Yi Kong · 1 year, 4 months ago
  39. 11f696a Use vmov.f64 for SET_FREG by Yi Kong · 1 year, 4 months ago
  40. 0e0d600 Skip stack protector test on HWASan. by Christopher Ferris · 1 year, 4 months ago
  41. d479757 Merge "Revert "Use inline keyword without underscores consistently"" into main by Treehugger Robot · 1 year, 4 months ago
  42. 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 4 months ago
  43. d06e2e7 Merge "Rename GWP-ASan android_mallopt() arguments" into main by Treehugger Robot · 1 year, 4 months ago
  44. 3aa32e2 Merge "Export capability.h as a filegroup" into main by Jiyong Park · 1 year, 4 months ago
  45. d29fcf6 Merge "[MTE] update ring buffer when enabling stack trace collection" into main by Florian Mayer · 1 year, 4 months ago
  46. c6d1e23 [MTE] update ring buffer when enabling stack trace collection by Florian Mayer · 1 year, 4 months ago
  47. 5fa285d Merge "Change malloc_not_svelte to malloc_low_memory." into main by Christopher Ferris · 1 year, 4 months ago
  48. ebc2ac9 Rename GWP-ASan android_mallopt() arguments by Mitch Phillips · 1 year, 4 months ago
  49. 35a280d Export capability.h as a filegroup by Jiyong Park · 1 year, 4 months ago
  50. 0bac1cb Revert^2 "Switch the loader to a noexcept version of libc++" by Ryan Prichard · 1 year, 4 months ago
  51. b1f2382 Merge "Update the _FORTIFY_SOURCE documentation." into main by Treehugger Robot · 1 year, 4 months ago
  52. a97a475 Merge "Add deprecation message for __sF." into main by Treehugger Robot · 1 year, 4 months ago
  53. 000745a Merge "Allow deprecation messages." into main by Treehugger Robot · 1 year, 4 months ago
  54. cc86c74 Add deprecation message for __sF. by Dan Albert · 1 year, 4 months ago
  55. 398e1aa Allow deprecation messages. by Dan Albert · 1 year, 4 months ago
  56. 403ea86 Merge changes from topic "pgsize_compat_loader" into main by Kalesh Singh · 1 year, 4 months ago
  57. 10a7e27 Update the _FORTIFY_SOURCE documentation. by Elliott Hughes · 1 year, 4 months ago
  58. 4981a83 Merge "Remove historical cruft." into main by Treehugger Robot · 1 year, 4 months ago
  59. 5134762 bionic: loader: Drop readahead padding pages by Kalesh Singh · 1 year, 6 months ago
  60. c5c1d19 loader: Only extend segments if kernel supports page size migration by Kalesh Singh · 1 year, 5 months ago
  61. 728980c Merge "__system_property_add: log specifics about failures." into main by Treehugger Robot · 1 year, 4 months ago
  62. e1e7479 bionic: loader: Don't extend LOAD segments for p_aligns > 64KiB by Kalesh Singh · 1 year, 5 months ago
  63. 622b6ae __system_property_add: log specifics about failures. by Elliott Hughes · 1 year, 4 months ago
  64. a8cd731 Remove historical cruft. by Elliott Hughes · 1 year, 4 months ago
  65. b542505 Change malloc_not_svelte to malloc_low_memory. by Christopher Ferris · 1 year, 4 months ago
  66. 4d9af81 Merge "16k: bionic: Replace hardcoded page size with getpagesize()" into main by Treehugger Robot · 1 year, 4 months ago
  67. 297e7dd 16k: bionic: Replace hardcoded page size with getpagesize() by Vilas Bhat · 1 year, 4 months ago
  68. fb48ddc Merge "Make "remapping stacks as PROT_MTE" debug log" into main by Florian Mayer · 1 year, 4 months ago
  69. 05c16e7 Make "remapping stacks as PROT_MTE" debug log by Florian Mayer · 1 year, 4 months ago
  70. f390fbc Merge "Upstream sync." into main by Elliott Hughes · 1 year, 4 months ago
  71. 81c54c7 Upstream sync. by Elliott Hughes · 1 year, 4 months ago
  72. cdbc7c7 Merge "[scudo] -1 is also valid for M_DECAY_TIME" into main by Treehugger Robot · 1 year, 4 months ago
  73. 6abb406 [scudo] -1 is also valid for M_DECAY_TIME by Chia-hung Duan · 1 year, 5 months ago
  74. e7efd77 Merge "[RISC-V] Add misaligned load store tests" into main by Aditya Kumar · 1 year, 4 months ago
  75. f789dda Merge "get_executable_info: minor clarification." into main by Elliott Hughes · 1 year, 4 months ago
  76. fc306b9 Merge "Revert "Switch the loader to a noexcept version of libc++"" into main by Ryan Prichard · 1 year, 4 months ago
  77. 698ca39 Revert "Switch the loader to a noexcept version of libc++" by Ryan Prichard · 1 year, 4 months ago
  78. 24705db [RISC-V] Add misaligned load store tests by AdityaK · 1 year, 5 months ago
  79. 686803d Merge "Switch the loader to a noexcept version of libc++" into main by Ryan Prichard · 1 year, 4 months ago
  80. 33de273 get_executable_info: minor clarification. by Elliott Hughes · 1 year, 4 months ago
  81. c5be8df Merge "linker: use realpath instead of readlink when getting the symlink path" into main by Treehugger Robot · 1 year, 4 months ago
  82. 9c78922 Merge "Only try to initialize appcompat properties if the folder is present" into main by Treehugger Robot · 1 year, 4 months ago
  83. f31e93c Merge "Revert "[RISC-V] Add misaligned load store tests"" into main by Prashanth Swaminathan · 1 year, 4 months ago
  84. 1cb919c Revert "[RISC-V] Add misaligned load store tests" by Prashanth Swaminathan · 1 year, 4 months ago
  85. cf02614 Merge "[RISC-V] Add misaligned load store tests" into main by Aditya Kumar · 1 year, 4 months ago
  86. 4250342 [RISC-V] Add misaligned load store tests by AdityaK · 1 year, 5 months ago
  87. 5063d26 Merge "Always use `__foo__` for attribute names." into main by Elliott Hughes · 1 year, 5 months ago
  88. ae038dc Merge "Replace commented-out deprecated attribute with doc comment." into main by Treehugger Robot · 1 year, 5 months ago
  89. 899d809 Merge "__system_property_set: add string names for init's error codes." into main by Elliott Hughes · 1 year, 5 months ago
  90. a933582 __system_property_set: add string names for init's error codes. by Elliott Hughes · 1 year, 5 months ago
  91. 9b9371b Replace commented-out deprecated attribute with doc comment. by Elliott Hughes · 1 year, 5 months ago
  92. a1b5ca2 Always use `__foo__` for attribute names. by Elliott Hughes · 1 year, 5 months ago
  93. 8d7c0f4 linker: use realpath instead of readlink when getting the symlink path by chenxinyuanchen · 1 year, 5 months ago
  94. ed21ffc Merge "Document pthread_key_create(3), pthread_key_delete(3), and PTHREAD_KEYS_MAX." into main by Elliott Hughes · 1 year, 5 months ago
  95. 9437444 Only try to initialize appcompat properties if the folder is present by Nate Myren · 1 year, 5 months ago
  96. 7d3c6cd Document pthread_key_create(3), pthread_key_delete(3), and PTHREAD_KEYS_MAX. by Elliott Hughes · 1 year, 5 months ago
  97. 785e161 Merge "Update to v6.8 kernel headers." into main by Christopher Ferris · 1 year, 5 months ago
  98. 5716586 Merge "libc: remove __size_mul_overflow" into main by Nick Desaulniers · 1 year, 5 months ago
  99. ceed466 libc: remove __size_mul_overflow by Nick Desaulniers · 1 year, 5 months ago
  100. 0be8f18 Merge "Use inline keyword without underscores consistently" into main by Nick Desaulniers · 1 year, 5 months ago