1. 15f834e Merge "Rename confusingly named libc_llndk_headers." into main by Treehugger Robot · 1 year ago
  2. 2b1c13d Merge "<sys/vfs.h>: explain the apparently useless duplication here." into main by Elliott Hughes · 1 year ago
  3. 64a6efc Rename confusingly named libc_llndk_headers. by Dan Albert · 1 year ago
  4. 1019133 Merge "<sys/eventfd.h>: don't redefine constants." into main by Elliott Hughes · 1 year ago
  5. 53e90ec Merge "<sys/inotify.h>: don't redefine constants." into main by Elliott Hughes · 1 year ago
  6. ad58cc7 <sys/vfs.h>: explain the apparently useless duplication here. by Elliott Hughes · 1 year ago
  7. d1e0b1c <sys/eventfd.h>: don't redefine constants. by Elliott Hughes · 1 year ago
  8. a776a5b <sys/inotify.h>: don't redefine constants. by Elliott Hughes · 1 year ago
  9. 4f50fd2 Merge "sys_ptrace_test.cpp: remove obsolete glibc workaround." into main by Elliott Hughes · 1 year ago
  10. 25eb6ed Merge "Remove two unused `extern`s on function declarations." into main by Elliott Hughes · 1 year ago
  11. eb8785a Remove two unused `extern`s on function declarations. by Elliott Hughes · 1 year ago
  12. 6f266ee Merge "<sys/stat.h>: add lchmod()." into main by Elliott Hughes · 1 year ago
  13. 219e602 <sys/stat.h>: add lchmod(). by Elliott Hughes · 1 year ago
  14. 36a37f0 Merge "status.md: actually write down what's wrong with wordexp()." into main by Treehugger Robot · 1 year ago
  15. 9a40a22 sys_ptrace_test.cpp: remove obsolete glibc workaround. by Elliott Hughes · 1 year ago
  16. 3b3786a Merge "Mark tls death test properly." into main by Christopher Ferris · 1 year, 1 month ago
  17. 312be3d Mark tls death test properly. by Christopher Ferris · 1 year, 1 month ago
  18. 3ae4752 Merge "<stdlib.h>: ato*()/strto*() cleanup." into main by Elliott Hughes · 1 year, 1 month ago
  19. 2239545 Merge "No need to require API 23 for strptime_l()." into main by Elliott Hughes · 1 year, 1 month ago
  20. c2d539a Merge "<wchar.h>: use __RENAME() for some trivial aliases." into main by Elliott Hughes · 1 year, 1 month ago
  21. f00caa0 Merge "<bits/threads_inlines.h>: add missing nullability annotations." into main by Elliott Hughes · 1 year, 1 month ago
  22. b115a8c status.md: actually write down what's wrong with wordexp(). by Elliott Hughes · 1 year, 1 month ago
  23. 0767784 <wchar.h>: use __RENAME() for some trivial aliases. by Elliott Hughes · 1 year, 1 month ago
  24. 55acfc1 No need to require API 23 for strptime_l(). by Elliott Hughes · 1 year, 1 month ago
  25. 14a5588 <stdlib.h>: ato*()/strto*() cleanup. by Elliott Hughes · 1 year, 1 month ago
  26. 6186885 Merge "Revert obsolete workaround that disabled ThinLTO for libBionicStandardTests" into main by Treehugger Robot · 1 year, 1 month ago
  27. 14bd2c1 Merge "<wctype.h>: de-pessimize the isw*() functions." into main by Elliott Hughes · 1 year, 1 month ago
  28. c6f3aad Revert obsolete workaround that disabled ThinLTO for libBionicStandardTests by Pirama Arumuga Nainar · 1 year, 1 month ago
  29. d1d4e8b Merge "bionic: Adapt segment gap test for various page sizes" into main by Treehugger Robot · 1 year, 1 month ago
  30. 2b27f57 <bits/threads_inlines.h>: add missing nullability annotations. by Elliott Hughes · 1 year, 1 month ago
  31. 09e764b Merge "Remove guards on constants and types." into main by Treehugger Robot · 1 year, 1 month ago
  32. 413b4a2 Merge "Reapply "Stop using versioner."" into main by Treehugger Robot · 1 year, 1 month ago
  33. cce5437 Reapply "Stop using versioner." by Dan Albert · 1 year, 1 month ago
  34. 52c2aab Merge "Fix posix_spawn()/posix_spawnp() nullability annotations." into main by Elliott Hughes · 1 year, 1 month ago
  35. 2229e55 Fix posix_spawn()/posix_spawnp() nullability annotations. by Elliott Hughes · 1 year, 1 month ago
  36. d471b7a Merge "Rename __arch_prctl() to arch_prctl()." into main by Elliott Hughes · 1 year, 1 month ago
  37. 95eeaef Merge "Revert "Stop using versioner."" into main by Pechetty Sravani (xWF) · 1 year, 1 month ago
  38. 106afcd Revert "Stop using versioner." by Pechetty Sravani (xWF) · 1 year, 1 month ago
  39. 101fbeb Merge "Stop using versioner." into main by Treehugger Robot · 1 year, 1 month ago
  40. 8f07d34 <wctype.h>: de-pessimize the isw*() functions. by Elliott Hughes · 1 year, 1 month ago
  41. e135120 Stop using versioner. by Dan Albert · 1 year, 1 month ago
  42. a642197 Remove guards on constants and types. by Dan Albert · 1 year, 1 month ago
  43. df79cf1 Rename __arch_prctl() to arch_prctl(). by Elliott Hughes · 1 year, 1 month ago
  44. db6719f Merge "16k: bionic: Fix tests for x86_64 16kb page size simulation" into main by Vilas Bhat · 1 year, 1 month ago
  45. de2c33f Merge "Add a hasmntopt() test." into main by Elliott Hughes · 1 year, 1 month ago
  46. 959cf16 Merge "Make aligned_alloc() __wur too." into main by Elliott Hughes · 1 year, 1 month ago
  47. c9f344e Make aligned_alloc() __wur too. by Elliott Hughes · 1 year, 1 month ago
  48. 8949959 Merge "printf: reduce stack usage in the common case." into main by Elliott Hughes · 1 year, 1 month ago
  49. b7c2f61 Merge "linker: use a string constant for the default PT_INTERP." into main by Elliott Hughes · 1 year, 1 month ago
  50. 8420cf0 bionic: Adapt segment gap test for various page sizes by Vilas Bhat · 1 year, 1 month ago
  51. 4c87f0d 16k: bionic: Fix tests for x86_64 16kb page size simulation by Vilas Bhat · 1 year, 1 month ago
  52. 83bbbf6 Merge "Replace soong config module types with selects" into main by Treehugger Robot · 1 year, 1 month ago
  53. e0f05a4 Merge "strptime: add missing const for "GMT" and "UTC"." into main by Elliott Hughes · 1 year, 1 month ago
  54. 8c98262 Replace soong config module types with selects by Cole Faust · 1 year, 1 month ago
  55. 4fffd6c Merge "printf implementation: add missing const to padding strings." into main by Elliott Hughes · 1 year, 1 month ago
  56. 9e74d10 printf implementation: add missing const to padding strings. by Elliott Hughes · 1 year, 1 month ago
  57. 7dbddd3 strptime: add missing const for "GMT" and "UTC". by Elliott Hughes · 1 year, 1 month ago
  58. 03eda27 linker: use a string constant for the default PT_INTERP. by Elliott Hughes · 1 year, 1 month ago
  59. c0ce06f Add a hasmntopt() test. by Elliott Hughes · 1 year, 1 month ago
  60. d4c6118 printf: reduce stack usage in the common case. by Elliott Hughes · 1 year, 1 month ago
  61. 2e6b77a Merge "No need to require API 23 for strerror_l()." into main by Elliott Hughes · 1 year, 1 month ago
  62. 6166e9d Merge "Re-do static function dispatch." into main by Elliott Hughes · 1 year, 1 month ago
  63. adc4171 Re-do static function dispatch. by Elliott Hughes · 1 year, 1 month ago
  64. df10e08 Merge "Disable LTO for cc libraries passed to rustc" into main by Treehugger Robot · 1 year, 1 month ago
  65. 427504a Disable LTO for cc libraries passed to rustc by Zijun · 1 year, 1 month ago
  66. 4530e56 Merge "Add signal to re-enable MTE for a thread" into main by Florian Mayer · 1 year, 1 month ago
  67. ee04e3d No need to require API 23 for strerror_l(). by Elliott Hughes · 1 year, 1 month ago
  68. f331c4b Merge "Use an ELF alias for strptime_l()." into main by Elliott Hughes · 1 year, 1 month ago
  69. ca54217 Merge "Use ELF aliases for all the <wctype.h> *_l() functions." into main by Elliott Hughes · 1 year, 1 month ago
  70. 0bc4ebc Merge "Use an ELF alias for sigprocmask64() on LP64." into main by Elliott Hughes · 1 year, 1 month ago
  71. 3bdeaa7 Merge "Use an ELF alias for strerror_l()." into main by Elliott Hughes · 1 year, 1 month ago
  72. 5d9725b Add signal to re-enable MTE for a thread by Florian Mayer · 1 year, 4 months ago
  73. 2f72bcc Merge "Revert^2 "Disable C-compat verification for some headers."" into main by Dan Albert · 1 year, 1 month ago
  74. 8aa2271 Merge "Update pubs.opengroup.org links for POSIX 2024 (and https)." into main by Treehugger Robot · 1 year, 1 month ago
  75. fdc791f Use an ELF alias for sigprocmask64() on LP64. by Elliott Hughes · 1 year, 1 month ago
  76. 993b75e Merge "Update the docs to mention mseal()." into main by Treehugger Robot · 1 year, 1 month ago
  77. a3fa469 Update the docs to mention mseal(). by Elliott Hughes · 1 year, 1 month ago
  78. 7ec5cb5 Use an ELF alias for strptime_l(). by Elliott Hughes · 1 year, 1 month ago
  79. 226c838 Use an ELF alias for strerror_l(). by Elliott Hughes · 1 year, 1 month ago
  80. 1b14990 Use ELF aliases for all the <wctype.h> *_l() functions. by Elliott Hughes · 1 year, 1 month ago
  81. dcc7c9c Merge "Add mseal(2) wrapper." into main by Elliott Hughes · 1 year, 1 month ago
  82. 5f3b8e0 Update pubs.opengroup.org links for POSIX 2024 (and https). by Elliott Hughes · 1 year, 1 month ago
  83. f204ce7 Merge "Use size_t for stdio's __sbuf even on ILP32." into main by Elliott Hughes · 1 year, 1 month ago
  84. 0f27896 Merge "Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK()." into main by Elliott Hughes · 1 year, 1 month ago
  85. 61de649 Merge "Use ELF aliases for most of the strto*_l/wcsto*_l functions." into main by Elliott Hughes · 1 year, 1 month ago
  86. d71f131 Merge "Remove the useless extra sync_file_range() shim for non-arm32." into main by Elliott Hughes · 1 year, 1 month ago
  87. ccdd12c Merge "Replace http://man7.org links with https://man7.org links." into main by Elliott Hughes · 1 year, 1 month ago
  88. 6aa6277 Revert^2 "Disable C-compat verification for some headers." by Dan Albert · 1 year, 1 month ago
  89. bbd39aa Replace http://man7.org links with https://man7.org links. by Elliott Hughes · 1 year, 1 month ago
  90. b3904ee Add mseal(2) wrapper. by Elliott Hughes · 1 year, 1 month ago
  91. 0aad38d Merge "Remove the extra layer of indirection for LP64 ppoll()/pselect()." into main by Elliott Hughes · 1 year, 1 month ago
  92. 1fc68c7 Use ELF aliases for most of the strto*_l/wcsto*_l functions. by Elliott Hughes · 1 year, 1 month ago
  93. 9d8f724 Use size_t for stdio's __sbuf even on ILP32. by Elliott Hughes · 1 year, 1 month ago
  94. 2f9fe8c Remove __INTRODUCED_IN_NO_GUARD_FOR_NDK(). by Elliott Hughes · 1 year, 1 month ago
  95. e3614f0 Remove the extra layer of indirection for LP64 ppoll()/pselect(). by Elliott Hughes · 1 year, 1 month ago
  96. bc65c01 Merge "Alias lockf and lock64 on LP64." into main by Elliott Hughes · 1 year, 1 month ago
  97. 3930264 Merge "Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge()." into main by Elliott Hughes · 1 year, 1 month ago
  98. 00a2a6f Merge <stdio_ext.h>'s __fpurge() with <stdio.h>'s fpurge(). by Elliott Hughes · 1 year, 1 month ago
  99. a0d217e Remove the useless extra sync_file_range() shim for non-arm32. by Elliott Hughes · 1 year, 1 month ago
  100. b5b0283 Merge "Remove elf.h riscv64 constants that are now in uapi." into main by Treehugger Robot · 1 year, 1 month ago