1. e6c408d Merge "new.cpp: add sized operator delete." into main am: 3e8dd2b88c by Elliott Hughes · 1 year, 9 months ago
  2. 3e8dd2b Merge "new.cpp: add sized operator delete." into main by Elliott Hughes · 1 year, 9 months ago
  3. 7104dd9 Merge "<malloc.h>: warn on unused results for malloc_usable_size()." into main am: 988c807ff8 by Elliott Hughes · 1 year, 9 months ago
  4. 988c807 Merge "<malloc.h>: warn on unused results for malloc_usable_size()." into main by Elliott Hughes · 1 year, 9 months ago
  5. ad44152 new.cpp: add sized operator delete. by Elliott Hughes · 1 year, 9 months ago
  6. 02f33c7 Merge "Update to v6.9 kernel headers." into main am: b9279b62c2 by Christopher Ferris · 1 year, 9 months ago
  7. c87d87c Merge "<stdio.h>: warn on some unused results." into main am: 5b57093ecc by Elliott Hughes · 1 year, 9 months ago
  8. b9279b6 Merge "Update to v6.9 kernel headers." into main by Christopher Ferris · 1 year, 9 months ago
  9. 5b57093 Merge "<stdio.h>: warn on some unused results." into main by Elliott Hughes · 1 year, 9 months ago
  10. 69ddb74 <malloc.h>: warn on unused results for malloc_usable_size(). by Elliott Hughes · 1 year, 9 months ago
  11. 862d671 Merge "<unistd.h>: explain why getpagesize() is better than getauxval() as well as sysconf()." into main am: be241d1d6b by Elliott Hughes · 1 year, 9 months ago
  12. be241d1 Merge "<unistd.h>: explain why getpagesize() is better than getauxval() as well as sysconf()." into main by Elliott Hughes · 1 year, 9 months ago
  13. 7f4c837 Update to v6.9 kernel headers. by Christopher Ferris · 1 year, 9 months ago
  14. 7e6ca0d Merge "getpagesize(): remove "portability" claim." into main am: a84f9cffcf by Elliott Hughes · 1 year, 9 months ago
  15. 4e63125 getpagesize(): remove "portability" claim. by Elliott Hughes · 1 year, 9 months ago
  16. b631ec7 <unistd.h>: explain why getpagesize() is better than getauxval() as well as sysconf(). by Elliott Hughes · 1 year, 9 months ago
  17. 78706d2 <stdio.h>: warn on some unused results. by Elliott Hughes · 1 year, 9 months ago
  18. 74e8e58 Merge "Warn about unused results with bsearch()." into main am: b851c4c5bf by Elliott Hughes · 1 year, 9 months ago
  19. d4c54b4 Warn about unused results with bsearch(). by Elliott Hughes · 1 year, 9 months ago
  20. 7379926 Merge "pthread_exit(): reduce duplication." into main am: aec1f25248 by Elliott Hughes · 1 year, 9 months ago
  21. aec1f25 Merge "pthread_exit(): reduce duplication." into main by Elliott Hughes · 1 year, 9 months ago
  22. c62d125 Merge "Spell "calling convention" out in full." into main am: a1e51dc4b8 by Elliott Hughes · 1 year, 9 months ago
  23. a1e51dc Merge "Spell "calling convention" out in full." into main by Elliott Hughes · 1 year, 9 months ago
  24. 5e7b7f0 Merge "bionic_allocator: more detailed and consistent error reporting." into main am: 793ce9c90a by Elliott Hughes · 1 year, 9 months ago
  25. cee6832 Merge "Fix some wcwidth() special cases." into main am: f4a27aee8d by Elliott Hughes · 1 year, 9 months ago
  26. 793ce9c Merge "bionic_allocator: more detailed and consistent error reporting." into main by Elliott Hughes · 1 year, 9 months ago
  27. f4a27ae Merge "Fix some wcwidth() special cases." into main by Elliott Hughes · 1 year, 9 months ago
  28. 8f653f8 bionic_allocator: more detailed and consistent error reporting. by Elliott Hughes · 1 year, 9 months ago
  29. 20a9f99 Fix some wcwidth() special cases. by Elliott Hughes · 1 year, 9 months ago
  30. 13090d0 Spell "calling convention" out in full. by Elliott Hughes · 1 year, 9 months ago
  31. 00ee4c5 Merge "<sys/thread_properties.h>: remove stray semicolon in the implementation." into main am: 1395fa865f by Treehugger Robot · 1 year, 9 months ago
  32. 1395fa8 Merge "<sys/thread_properties.h>: remove stray semicolon in the implementation." into main by Treehugger Robot · 1 year, 9 months ago
  33. 3c7274d Merge "Fix gettid() in functions that call fork() or equivalent." into main am: 7147a477c1 by Elliott Hughes · 1 year, 9 months ago
  34. c8ea872 Fix gettid() in functions that call fork() or equivalent. by Elliott Hughes · 1 year, 9 months ago
  35. 118d5da pthread_exit(): reduce duplication. by Elliott Hughes · 1 year, 9 months ago
  36. 8758972 <sys/thread_properties.h>: remove stray semicolon in the implementation. by Elliott Hughes · 1 year, 9 months ago
  37. 431ecbc Merge Android 24Q2 Release (ab/11526283) to aosp-main-future by Xin Li · 1 year, 9 months ago
  38. 5dd8ce7 Merge "bionic: max_android_page_size to 16384" into main by Steven Moreland · 1 year, 9 months ago
  39. dc82bd1 Merge "Read maps data before using and do safe reads." into main by Christopher Ferris · 1 year, 9 months ago
  40. 8401230 bionic: max_android_page_size to 16384 by Steven Moreland · 1 year, 10 months ago
  41. 7c22b4c Merge "Don't leak a thread when timer_create() fails." into main by Elliott Hughes · 1 year, 9 months ago
  42. 65e349d Read maps data before using and do safe reads. by Christopher Ferris · 1 year, 9 months ago
  43. c793bc0 Don't leak a thread when timer_create() fails. by Elliott Hughes · 1 year, 9 months ago
  44. ccc4dbf execinfo.cpp: Add a __riscv case. by Elliott Hughes · 1 year, 9 months ago
  45. a13b3b3 Merge "Tidy and document the `inline`/`__inline`/`__inline__` situation." into main by Elliott Hughes · 1 year, 9 months ago
  46. 09c660b Add riscv64 implementation of __get_bionic_tcb_for_thread(). by Elliott Hughes · 1 year, 9 months ago
  47. 88908db Merge "Minor <android/dlext.h> documentation improvements." into main by Elliott Hughes · 1 year, 9 months ago
  48. bdba54d Merge "Update <android/api-level.h>." into main by Treehugger Robot · 1 year, 9 months ago
  49. 923b48c Merge "Update <system_properties.h> documentation." into main by Treehugger Robot · 1 year, 9 months ago
  50. c2622a5 Minor <android/dlext.h> documentation improvements. by Elliott Hughes · 1 year, 9 months ago
  51. 3772ae4 Update <system_properties.h> documentation. by Elliott Hughes · 1 year, 9 months ago
  52. d6c3a07 Update <android/api-level.h>. by Elliott Hughes · 1 year, 9 months ago
  53. 72b10fc Document <link.h>. by Elliott Hughes · 1 year, 9 months ago
  54. 03a4448 Merge "[MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling" into main by Treehugger Robot · 1 year, 9 months ago
  55. f332658 [MTE] cleanup: factor out BIONIC_MEMTAG_UPGRADE_SECS handling by Florian Mayer · 1 year, 9 months ago
  56. 3469e7d Tidy and document the `inline`/`__inline`/`__inline__` situation. by Elliott Hughes · 1 year, 9 months ago
  57. 2237fcf Revert "Use inline keyword without underscores consistently" by Dan Albert · 1 year, 9 months ago
  58. d06e2e7 Merge "Rename GWP-ASan android_mallopt() arguments" into main by Treehugger Robot · 1 year, 10 months ago
  59. 3aa32e2 Merge "Export capability.h as a filegroup" into main by Jiyong Park · 1 year, 10 months ago
  60. d29fcf6 Merge "[MTE] update ring buffer when enabling stack trace collection" into main by Florian Mayer · 1 year, 10 months ago
  61. c6d1e23 [MTE] update ring buffer when enabling stack trace collection by Florian Mayer · 1 year, 10 months ago
  62. 5fa285d Merge "Change malloc_not_svelte to malloc_low_memory." into main by Christopher Ferris · 1 year, 10 months ago
  63. ebc2ac9 Rename GWP-ASan android_mallopt() arguments by Mitch Phillips · 1 year, 10 months ago
  64. 35a280d Export capability.h as a filegroup by Jiyong Park · 1 year, 10 months ago
  65. a97a475 Merge "Add deprecation message for __sF." into main by Treehugger Robot · 1 year, 10 months ago
  66. 000745a Merge "Allow deprecation messages." into main by Treehugger Robot · 1 year, 10 months ago
  67. cc86c74 Add deprecation message for __sF. by Dan Albert · 1 year, 10 months ago
  68. 398e1aa Allow deprecation messages. by Dan Albert · 1 year, 10 months ago
  69. 622b6ae __system_property_add: log specifics about failures. by Elliott Hughes · 1 year, 10 months ago
  70. b542505 Change malloc_not_svelte to malloc_low_memory. by Christopher Ferris · 1 year, 10 months ago
  71. 05c16e7 Make "remapping stacks as PROT_MTE" debug log by Florian Mayer · 1 year, 10 months ago
  72. 81c54c7 Upstream sync. by Elliott Hughes · 1 year, 10 months ago
  73. cdbc7c7 Merge "[scudo] -1 is also valid for M_DECAY_TIME" into main by Treehugger Robot · 1 year, 10 months ago
  74. 6abb406 [scudo] -1 is also valid for M_DECAY_TIME by Chia-hung Duan · 1 year, 10 months ago
  75. 9c78922 Merge "Only try to initialize appcompat properties if the folder is present" into main by Treehugger Robot · 1 year, 10 months ago
  76. 5063d26 Merge "Always use `__foo__` for attribute names." into main by Elliott Hughes · 1 year, 10 months ago
  77. ae038dc Merge "Replace commented-out deprecated attribute with doc comment." into main by Treehugger Robot · 1 year, 10 months ago
  78. a933582 __system_property_set: add string names for init's error codes. by Elliott Hughes · 1 year, 10 months ago
  79. 9b9371b Replace commented-out deprecated attribute with doc comment. by Elliott Hughes · 1 year, 10 months ago
  80. a1b5ca2 Always use `__foo__` for attribute names. by Elliott Hughes · 1 year, 10 months ago
  81. 9437444 Only try to initialize appcompat properties if the folder is present by Nate Myren · 1 year, 10 months ago
  82. 7d3c6cd Document pthread_key_create(3), pthread_key_delete(3), and PTHREAD_KEYS_MAX. by Elliott Hughes · 1 year, 10 months ago
  83. 785e161 Merge "Update to v6.8 kernel headers." into main by Christopher Ferris · 1 year, 10 months ago
  84. ceed466 libc: remove __size_mul_overflow by Nick Desaulniers · 1 year, 10 months ago
  85. 0be8f18 Merge "Use inline keyword without underscores consistently" into main by Nick Desaulniers · 1 year, 10 months ago
  86. 0b1161d Merge "Clean up __always_inline" into main by Treehugger Robot · 1 year, 10 months ago
  87. 58f06e1 Use inline keyword without underscores consistently by Nick Desaulniers · 1 year, 10 months ago
  88. c574f79 Clean up __always_inline by Nick Desaulniers · 1 year, 10 months ago
  89. 7d098bb Fix incorrect links by Florian Mayer · 1 year, 10 months ago
  90. b830ddf Update to v6.8 kernel headers. by Christopher Ferris · 1 year, 11 months ago
  91. 12773b6 Merge "Simplify Oryon ifunc resolvers." into main by Elliott Hughes · 1 year, 10 months ago
  92. f978a85 Simplify Oryon ifunc resolvers. by Elliott Hughes · 1 year, 10 months ago
  93. e7f4506 Merge "Add LINE_MAX." into main by Treehugger Robot · 1 year, 10 months ago
  94. 117478d Merge "Prefer __BIONIC_DEPRECATED_PAGE_SIZE_MACRO" into main by Steven Moreland · 1 year, 11 months ago
  95. 4435aff Merge "[GWP-ASan] Use recoverable everywhere" into main by Mitch Phillips · 1 year, 11 months ago
  96. 3db97c7 Merge "Add NGROUPS." into main by Treehugger Robot · 1 year, 11 months ago
  97. e5bd239 Add NGROUPS. by Elliott Hughes · 1 year, 11 months ago
  98. f666d82 <sys/shm.h>: fix a hard-coded 4096 page size. by Elliott Hughes · 1 year, 11 months ago
  99. a69e5af Prefer __BIONIC_DEPRECATED_PAGE_SIZE_MACRO by Steven Moreland · 1 year, 11 months ago
  100. b266f65 Add LINE_MAX. by Elliott Hughes · 1 year, 11 months ago