1. 1f3060c Merge "Remove #if'ery around __bionic_asm_custom_note_gnu_section()." into main by Elliott Hughes · 10 months ago
  2. 2323f5e Remove #if'ery around __bionic_asm_custom_note_gnu_section(). by Elliott Hughes · 10 months ago
  3. 436512b Merge "Revert^2 "Replace usage of ICU4C in bionic with ICU4X"" into main by Manish Goregaokar · 11 months ago
  4. 361854c Revert^2 "Replace usage of ICU4C in bionic with ICU4X" by Manish Goregaokar · 11 months ago
  5. 9a667a2 Merge "Revert "Replace usage of ICU4C in bionic with ICU4X"" into main by Liana Kazanova (xWF) · 11 months ago
  6. 889f658 Revert "Replace usage of ICU4C in bionic with ICU4X" by Liana Kazanova (xWF) · 11 months ago
  7. 01274b9 Merge "Replace usage of ICU4C in bionic with ICU4X" into main by Manish Goregaokar · 11 months ago
  8. 32838d2 Replace usage of ICU4C in bionic with ICU4X by Manish Goregaokar · 12 months ago
  9. e286cf6 Move the trivial __set_tls() implementations to "bionic_tls.h". by Elliott Hughes · 11 months ago
  10. 29438b6 Revert "[Prototype] Replace usage of ICU4C in bionic with ICU4X" by Priyanka Advani (xWF) · 11 months ago
  11. 9ddf649 [Prototype] Replace usage of ICU4C in bionic with ICU4X by Manish Goregaokar · 12 months ago
  12. 241a367 Build C musl additions as C99. by Elliott Hughes · 11 months ago
  13. 6de2a8b Reland "Remove the return type from the syscall lists and parser." by Elliott Hughes · 11 months ago
  14. 0c0f92c librust_baremetal: statically choose x86_64 memset by Daniel Verkamp · 11 months ago
  15. 635c510 Merge "Remove unused NetBSD reallocarr()." into main by Elliott Hughes · 12 months ago
  16. a95154e Remove unused NetBSD reallocarr(). by Elliott Hughes · 12 months ago
  17. 1c04069 Provide x86_64 mem* functions in librust_baremetal. by Daniel Verkamp · 12 months ago
  18. ff7bb09 Clean up the riscv64 assembler slightly. by Elliott Hughes · 12 months ago
  19. 4e9f23f Merge "Global clang-tidy is dead, and not coming back." into main by Treehugger Robot · 1 year ago
  20. 9b1d3eb Global clang-tidy is dead, and not coming back. by Elliott Hughes · 1 year ago
  21. 4028fec Update visibility to allow any system partition by Kiyoung Kim · 1 year ago
  22. 96068a4 Merge "Suppress error about unused -c argument" into main by Ryan Prichard · 1 year, 1 month ago
  23. effe86f Suppress error about unused -c argument by Ryan Prichard · 1 year, 1 month ago
  24. bea8012 libc: swap memchr to llvm-libc for most arches by George Burgess IV · 1 year, 1 month ago
  25. 24b2459 libc: swap strchr to llvm-libc for most arches by George Burgess IV · 1 year, 1 month ago
  26. 5ebf009 libc: swap strnlen to llvm-libc for most arches by George Burgess IV · 1 year, 1 month ago
  27. b24dab5 libc: remove riscv64 mem*/str* ifuncs and fallbacks by George Burgess IV · 1 year, 1 month ago
  28. 3cac647 Merge "libc: swap strchrnul to llvm-libc for most arches" into main by Treehugger Robot · 1 year, 1 month ago
  29. 31f2189 Merge "libc: swap strrchr to llvm-libc for most arches" into main by Treehugger Robot · 1 year, 1 month ago
  30. 06a86dc Allow system_image_defaults to access libc_hwasan by Kiyoung Kim · 1 year, 2 months ago
  31. 27d4c10 libc: swap strchrnul to llvm-libc for most arches by George Burgess IV · 1 year, 2 months ago
  32. 9e89b2f libc: swap strrchr to llvm-libc for most arches by George Burgess IV · 1 year, 2 months ago
  33. 19b70dc libc: swap memrchr to llvm-libc for most arches by George Burgess IV · 1 year, 2 months ago
  34. 79427db libc: swap strlcat to llvm-libc for all arches by George Burgess IV · 1 year, 2 months ago
  35. c90ba55 libc: swap strlcpy to llvm-libc for all arches by George Burgess IV · 1 year, 2 months ago
  36. 414bfb3 libc: swap to llvm-libc for 8 fns on x86_64 by George Burgess IV · 1 year, 2 months ago
  37. c5a98e6 libc: swap bsearch to llvm-libc's impl by George Burgess IV · 1 year, 2 months ago
  38. 5aa7333 Merge "Revert "libc: point some x86_64 function impls at llvm-libc"" into main by Priyanka Advani (xWF) · 1 year, 2 months ago
  39. 20eb73e Revert "libc: point some x86_64 function impls at llvm-libc" by Priyanka Advani (xWF) · 1 year, 2 months ago
  40. 9105451 Merge "Add pthread_getaffinity_np()/pthread_setaffinity_np()." into main by Elliott Hughes · 1 year, 2 months ago
  41. 76b3685 libc: point some x86_64 function impls at llvm-libc by George Burgess IV · 1 year, 4 months ago
  42. e117d6e Add pthread_getaffinity_np()/pthread_setaffinity_np(). by Elliott Hughes · 1 year, 2 months ago
  43. 0ac5da0 Refactor the android_mallopt code. by Christopher Ferris · 1 year, 2 months ago
  44. b813b70 Merge "Move libc MTE init to separate file" into main by Treehugger Robot · 1 year, 2 months ago
  45. a6e9dcf Move libc MTE init to separate file by Florian Mayer · 1 year, 2 months ago
  46. e118778 Remove <private/bsd_sys_param.h>. by Elliott Hughes · 1 year, 3 months ago
  47. 6cd85a7 Merge "librust_baremetal: Use cc_baremetal_defaults" into main by Treehugger Robot · 1 year, 3 months ago
  48. 9018e5f librust_baremetal: Use cc_baremetal_defaults by Pierre-Clément Tosi · 1 year, 4 months ago
  49. 846d85e Merge "Allow v4l2r access to libc_uapi_headers" into main by Alistair Delva · 1 year, 3 months ago
  50. bad2272 Allow v4l2r access to libc_uapi_headers by Alistair Delva · 1 year, 3 months ago
  51. 2b08051 Merge "Remove 32-bit x86 wcs*()/wmem*() assembler." into main by Elliott Hughes · 1 year, 4 months ago
  52. 49074ba Remove manual -fPIC from x86/x86-64 crt_so_defaults. by Elliott Hughes · 1 year, 4 months ago
  53. 06f28be Remove 32-bit x86 wcs*()/wmem*() assembler. by Elliott Hughes · 1 year, 4 months ago
  54. 41d403e libc: replace generic memcmp with atom impl by George Burgess IV · 1 year, 4 months ago
  55. 0193c3d libc: remove most dynamically-selected x86 atom functions by George Burgess IV · 1 year, 4 months ago
  56. 9cdc2c6 Merge "libc: simplify ssse3 detection" into main by Treehugger Robot · 1 year, 4 months ago
  57. 3451c75 libc: simplify ssse3 detection by George Burgess IV · 1 year, 4 months ago
  58. d41c355 Merge "Remove versioner." into main by Treehugger Robot · 1 year, 4 months ago
  59. aca0fc6 Merge "Remove NDK exports" into main by Steven Moreland · 1 year, 5 months ago
  60. 42b42f5 Remove NDK exports by Steven Moreland · 1 year, 5 months ago
  61. e9f02e0 Stop using versioner for the llndk too. by Dan Albert · 1 year, 5 months ago
  62. 4efa6ec Merge "Remove //apex_available:platform from libc's apex_available" into main by Spandan Das · 1 year, 5 months ago
  63. 4b85b5e Remove //apex_available:platform from libc's apex_available by Spandan Das · 1 year, 5 months ago
  64. 64a6efc Rename confusingly named libc_llndk_headers. by Dan Albert · 1 year, 5 months ago
  65. 18c0bb6 Remove versioner. by Dan Albert · 1 year, 5 months ago
  66. 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 1 year, 5 months ago
  67. cce5437 Reapply "Stop using versioner." by Dan Albert · 1 year, 5 months ago
  68. 106afcd Revert "Stop using versioner." by Pechetty Sravani (xWF) · 1 year, 5 months ago
  69. e135120 Stop using versioner. by Dan Albert · 1 year, 5 months ago
  70. d4c6118 printf: reduce stack usage in the common case. by Elliott Hughes · 1 year, 5 months ago
  71. 6166e9d Merge "Re-do static function dispatch." into main by Elliott Hughes · 1 year, 5 months ago
  72. adc4171 Re-do static function dispatch. by Elliott Hughes · 1 year, 5 months ago
  73. 427504a Disable LTO for cc libraries passed to rustc by Zijun · 1 year, 5 months ago
  74. f331c4b Merge "Use an ELF alias for strptime_l()." into main by Elliott Hughes · 1 year, 5 months ago
  75. 2f72bcc Merge "Revert^2 "Disable C-compat verification for some headers."" into main by Dan Albert · 1 year, 5 months ago
  76. 7ec5cb5 Use an ELF alias for strptime_l(). by Elliott Hughes · 1 year, 5 months ago
  77. 6aa6277 Revert^2 "Disable C-compat verification for some headers." by Dan Albert · 1 year, 5 months ago
  78. 00a2a6f Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge(). by Elliott Hughes · 1 year, 5 months ago
  79. 22bab05 Revert "Disable C-compat verification for some headers." by Priyanka Advani (xWF) · 1 year, 5 months ago
  80. 9b9ee73 Disable C-compat verification for some headers. by Dan Albert · 1 year, 6 months ago
  81. 5bae572 Add POSIX qsort_r(). by Elliott Hughes · 1 year, 6 months ago
  82. 072ce53 Update visibility according to the change AVF directories layout by Jiyong Park · 1 year, 6 months ago
  83. d475c4f Merge "Simplify the libc.a [lack of] icu support." into main by Elliott Hughes · 1 year, 7 months ago
  84. b63f419 Merge "Factor out the keep_symbols magic." into main by Elliott Hughes · 1 year, 7 months ago
  85. 72b0f3b Simplify the libc.a [lack of] icu support. by Elliott Hughes · 1 year, 7 months ago
  86. 7311298 Merge "Remove dead workaround." into main by Elliott Hughes · 1 year, 7 months ago
  87. 89aada1 Factor out the keep_symbols magic. by Elliott Hughes · 1 year, 7 months ago
  88. 06bdfa5 Remove gwp_asan_crash_handler dependency from libc by Mitch Phillips · 1 year, 7 months ago
  89. bac7e69 Remove dead workaround. by Elliott Hughes · 1 year, 7 months ago
  90. b4e0278 libc/Android.bp: fix bpfmt lint. by Elliott Hughes · 1 year, 7 months ago
  91. 4b5d62e Remove use of `--exclude-libs` for libgcc/libcompiler_rt. by Elliott Hughes · 1 year, 7 months ago
  92. feb9473 bug_24465209_workaround shouldn't affect the host. by Elliott Hughes · 1 year, 7 months ago
  93. 788075a Make the bug 24465209 workaround implementation clearer. by Elliott Hughes · 1 year, 7 months ago
  94. bebe3d5 Move the ILP32 mremap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 8 months ago
  95. 4358d53 Move the ILP32 mmap() hackery into legacy_32_bit_support.cpp. by Elliott Hughes · 1 year, 8 months ago
  96. 3aa32e2 Merge "Export capability.h as a filegroup" into main by Jiyong Park · 1 year, 9 months ago
  97. 35a280d Export capability.h as a filegroup by Jiyong Park · 1 year, 9 months ago
  98. b542505 Change malloc_not_svelte to malloc_low_memory. by Christopher Ferris · 1 year, 9 months ago
  99. 54a6121 Custom memset implementation for Qualcomm Oryon CPU by Vaisakh K V · 1 year, 10 months ago
  100. 83e5584 Custom memcpy implementation for Qualcomm Oryon CPU by Vaisakh K V · 1 year, 10 months ago