1. d7144fc Merge "Migrate Test Targets to New Android Ownership Model" into main by Aditya Choudhary · 1 year, 11 months ago
  2. 38dadd1 Merge "Remove libc_ndk." into main by Elliott Hughes · 1 year, 11 months ago
  3. d9d37c0 Migrate Test Targets to New Android Ownership Model by Aditya Choudhary · 1 year, 11 months ago
  4. 6034df4 Remove libc_ndk. by Elliott Hughes · 1 year, 11 months ago
  5. d541611 NFC: remove unnecessary branching by Florian Mayer · 1 year, 11 months ago
  6. b094892 libc/Android.bp: remove libc_pthread and libc_nopthread. by Elliott Hughes · 1 year, 11 months ago
  7. b02dbce Merge "Start removing unnecessary libc/Android.bp complexity." into main by Elliott Hughes · 1 year, 11 months ago
  8. 99cc916 Start removing unnecessary libc/Android.bp complexity. by Elliott Hughes · 1 year, 11 months ago
  9. 20a3661 Clarify which architectures do/don't need sa_restorer. by Elliott Hughes · 1 year, 11 months ago
  10. 5c73b4f Merge "Fix assembler warnings." into main by Elliott Hughes · 1 year, 11 months ago
  11. d783120 Fix assembler warnings. by Elliott Hughes · 2 years ago
  12. 1eacc0e bpfmt all the .bp files to silence ayeaye. by Elliott Hughes · 2 years ago
  13. 569b45d Merge "Remove ODR violation with arm64 memrchr." into main by Elliott Hughes · 2 years ago
  14. 1ab5d27 Remove ODR violation with arm64 memrchr. by Elliott Hughes · 2 years ago
  15. 0f79521 Update to v6.7 kernel headers. by Christopher Ferris · 2 years ago
  16. 78afa49 Update libc/NOTICE. by Elliott Hughes · 2 years ago
  17. 862a23d bionic: Add crt_pad_segment by Kalesh Singh · 2 years ago
  18. 67d1705 Merge "WriteProtected: std::atomic<T> is no longer POD" into main by Ryan Prichard · 2 years ago
  19. 72507e4 WriteProtected: std::atomic<T> is no longer POD by Ryan Prichard · 2 years ago
  20. 343381d Merge "Make apex availability of some bionic libraries explicit" into main by Treehugger Robot · 2 years ago
  21. c1e79ef Merge "Revert "system properties: doubling the shared file size to 256Kb"" into main by Dennis Shen · 2 years ago
  22. 0a6cfe9 Make apex availability of some bionic libraries explicit by Spandan Das · 2 years ago
  23. 3d1ce8c Revert "system properties: doubling the shared file size to 256Kb" by Dennis Shen · 2 years ago
  24. 4fe4f10 Merge "Microoptimize the strtol() family." into main by Elliott Hughes · 2 years ago
  25. 46cce48 system properties: doubling the shared file size to 256Kb by Dennis Shen · 2 years, 1 month ago
  26. 46f0ddb Merge "bionic: fix pthread_mutex_timedlock for PI mutexes" into main by Andy Hung · 2 years ago
  27. 93e75ac -fno-emulated-tls is the default now. by Elliott Hughes · 2 years, 1 month ago
  28. 5e19b18 bionic: fix pthread_mutex_timedlock for PI mutexes by Andy Hung · 2 years, 1 month ago
  29. ca89b33 Microoptimize the strtol() family. by Elliott Hughes · 2 years, 1 month ago
  30. 0144257 Merge "Reserve TLS slot for native bridge" into main by Treehugger Robot · 2 years, 1 month ago
  31. cbcccd5 Microoptimize vdso lookup. by Elliott Hughes · 2 years, 1 month ago
  32. 14b322b Merge "Closing the stream when the function returns" into main by Elliott Hughes · 2 years, 1 month ago
  33. 7fdb49f Merge "Plumb scudo_stack_depot_size to debuggerd_process_info" into main by Florian Mayer · 2 years, 1 month ago
  34. bb26122 Merge "Use the canonical idiom for sockaddr_storage." into main by Elliott Hughes · 2 years, 1 month ago
  35. c065a27 16k: Set PTHREAD_STACK_MIN to 16384/8192 for 64-bit/32-bit archs by Juan Yescas · 2 years, 1 month ago
  36. 73d0d35 Merge "Revert^2 "generate_notice.py: don't check for strings we don't use any more."" into main by Treehugger Robot · 2 years, 1 month ago
  37. a7fcc1b Revert^2 "generate_notice.py: don't check for strings we don't use any more." by Elliott Hughes · 2 years, 1 month ago
  38. afd4f41 Merge "Revert "generate_notice.py: don't check for strings we don't use any more."" into main by Bob Yang · 2 years, 1 month ago
  39. ef86755 Revert "generate_notice.py: don't check for strings we don't use any more." by Bob Yang · 2 years, 1 month ago
  40. 73a867a Merge changes from topic "revert-2709995-VVPYYBKIHY" into main by Evgenii Stepanov · 2 years, 1 month ago
  41. adb8af2 generate_notice.py: don't check for strings we don't use any more. by Elliott Hughes · 2 years, 1 month ago
  42. b493141 Merge "bionic: Do not use PAGE_SIZE to define PTHREAD_STACK_MIN" into main by Juan Yescas · 2 years, 1 month ago
  43. 6bbb75a Revert "Linker support for MTE globals." by Evgenii Stepanov · 2 years, 1 month ago
  44. 75539ab Merge "riscv64: pass a pointer to __riscv_hwprobe() to ifunc resolvers." into main by Elliott Hughes · 2 years, 1 month ago
  45. 4d06786 arm32 __bionic_call_ifunc_resolver: let the compiler handle initialization. by Elliott Hughes · 2 years, 1 month ago
  46. 561e804 riscv64: pass a pointer to __riscv_hwprobe() to ifunc resolvers. by Elliott Hughes · 2 years, 1 month ago
  47. b40f7b9 bionic: Do not use PAGE_SIZE to define PTHREAD_STACK_MIN by Juan Yescas · 2 years, 1 month ago
  48. 5850f6f Use the canonical idiom for sockaddr_storage. by Elliott Hughes · 2 years, 1 month ago
  49. 001faba Merge "Avoid multiple definitions of `struct tcphdr`." into main by Elliott Hughes · 2 years, 1 month ago
  50. 12f8ec4 Closing the stream when the function returns by wuhaitao3 · 2 years, 1 month ago
  51. af06759 Plumb scudo_stack_depot_size to debuggerd_process_info by Florian Mayer · 2 years, 1 month ago
  52. 042e4c5 Merge "Remove fs_config_generator.py symlink" into main by Treehugger Robot · 2 years, 1 month ago
  53. 3906f3b Merge "Avoid multiple definitions of sigaction." into main by Elliott Hughes · 2 years, 1 month ago
  54. 74ab77d Merge "Add support for signal dumping log stats." into main by Christopher Ferris · 2 years, 1 month ago
  55. b1a0a9d Remove fs_config_generator.py symlink by Cole Faust · 2 years, 1 month ago
  56. b4a9b17 Avoid multiple definitions of `struct tcphdr`. by Elliott Hughes · 2 years, 1 month ago
  57. df53b16 Avoid multiple definitions of sigaction. by Elliott Hughes · 2 years, 1 month ago
  58. 844e8fc Stop the kernel header scrubber from duplicating includes. by Elliott Hughes · 2 years, 1 month ago
  59. 5610d5a Add support for signal dumping log stats. by Christopher Ferris · 2 years, 1 month ago
  60. ffbe696 Merge "async_safe_log.cpp: remove unused #includes." into main by Treehugger Robot · 2 years, 1 month ago
  61. 3f98012 async_safe_log.cpp: remove unused #includes. by Elliott Hughes · 2 years, 1 month ago
  62. 456ce1e Merge changes I2fc4fc9d,Id7b1a925 into main by Mitch Phillips · 2 years, 1 month ago
  63. 066f4b7 riscv64: correct comparison logic of have_fast_v by Kenny Gong · 2 years, 1 month ago
  64. e8139f5 Linker support for MTE globals. by Mitch Phillips · 3 years, 1 month ago
  65. c20bf01 Merge "string/memory functions: avoid qemu bugs/performance issues." into main by Prashanth Swaminathan · 2 years, 1 month ago
  66. d65368e libc_init_static.cpp: drop gold support. by Elliott Hughes · 2 years, 1 month ago
  67. aefe999 string/memory functions: avoid qemu bugs/performance issues. by Elliott Hughes · 2 years, 2 months ago
  68. c6034e4 Merge "Move ; in NDK declaration" into main by Treehugger Robot · 2 years, 1 month ago
  69. 4b94522 Move ; in NDK declaration by Nate Myren · 2 years, 1 month ago
  70. fb85d77 Merge "string.h: drag in <strings.h> for GNU source as well as BSD." into main by Treehugger Robot · 2 years, 1 month ago
  71. c5d9795 string.h: drag in <strings.h> for GNU source as well as BSD. by Elliott Hughes · 2 years, 2 months ago
  72. 9d03a16 Make sure debug_frame is not compressed. by Christopher Ferris · 2 years, 2 months ago
  73. a66a683 Reserve TLS slot for native bridge by dimitry · 2 years, 2 months ago
  74. 5512532 Merge "elf.h: add SHT_RISCV_ATTRIBUTES." into main by Treehugger Robot · 2 years, 2 months ago
  75. a3f24eb elf.h: add SHT_RISCV_ATTRIBUTES. by Elliott Hughes · 2 years, 2 months ago
  76. 180edef Remove extraneous text from header comments. by Elliott Hughes · 2 years, 2 months ago
  77. 0b27d31 Merge "Stop fp unwinding if the pc is 0." into main by Christopher Ferris · 2 years, 2 months ago
  78. 85dd555 Merge "Update to v6.6 kernel headers." into main by Christopher Ferris · 2 years, 2 months ago
  79. 318a127 Merge "time.h: use "duration" rather than "request"." into main by Treehugger Robot · 2 years, 2 months ago
  80. 2e9bc49 Merge "dlfcn.h: dlclose doc ~'do not use'" into main by Treehugger Robot · 2 years, 2 months ago
  81. f61b2b1 dlfcn.h: dlclose doc ~'do not use' by Steven Moreland · 2 years, 2 months ago
  82. 77add1b time.h: use "duration" rather than "request". by Elliott Hughes · 2 years, 2 months ago
  83. f2e04f5 Remove accidental re-addition of factored-out cruft. by Elliott Hughes · 2 years, 2 months ago
  84. cfcb7b6 Stop fp unwinding if the pc is 0. by Christopher Ferris · 2 years, 2 months ago
  85. 67d1e5e Update to v6.6 kernel headers. by Christopher Ferris · 2 years, 2 months ago
  86. b257053 Merge "Temporarily fall back to non-V memcmp" into main by Prashanth Swaminathan · 2 years, 2 months ago
  87. 0207a6a Merge changes from topic "appcompat_override" into main by Treehugger Robot · 2 years, 2 months ago
  88. a4d7102 Temporarily fall back to non-V memcmp by Prashanth Swaminathan · 2 years, 2 months ago
  89. b4e560e Add android_mallopt M_GET_DECAY_TIME_ENABLED. by Christopher Ferris · 2 years, 2 months ago
  90. 7d13666 riscv64: fix ODR violations. by Elliott Hughes · 2 years, 2 months ago
  91. 1b2e844 Fix riscv64 stpcpy(). by Elliott Hughes · 2 years, 2 months ago
  92. cc87eec Explain why system(3)'s argument is marked _Nonnull. by Elliott Hughes · 2 years, 2 months ago
  93. 0ab0615 Move __system_properties_reload to LIBC from LIBC_PLATFORM by Nate Myren · 2 years, 2 months ago
  94. afb8e05 <syslog.h>: add facilitynames[] and prioritynames[]. by Elliott Hughes · 2 years, 2 months ago
  95. b8c87b1 Write appcompat_override system properties by Nate Myren · 2 years, 4 months ago
  96. dcfd870 Clarify one of the "missing" FreeBSD ELF constants. by Elliott Hughes · 2 years, 2 months ago
  97. 363e743 Merge "Use DYNAMIC entries for MTE enablement" into main by Mitch Phillips · 2 years, 2 months ago
  98. d903a73 Add test for replacing macro arguments by Edward Liaw · 2 years, 2 months ago
  99. c291c39 Replace macro arguments when applying replaceTokens by Edward Liaw · 2 years, 2 months ago
  100. 7c1f377 Use DYNAMIC entries for MTE enablement by Mitch Phillips · 2 years, 3 months ago