1. 5f35f23 Merge "bionic spawn: simplify implementation by relying on kernel's close_range() syscall" into main by Treehugger Robot · 7 months ago
  2. 3169258 Merge "Switch to llvm-libc wcsncat()." into main by Elliott Hughes · 7 months ago
  3. cd7c86f Merge "Update to v6.15 kernel headers." into main by Christopher Ferris · 7 months ago
  4. f7e7bcd Switch to llvm-libc wcsncat(). by Elliott Hughes · 7 months ago
  5. c3628b7 Stop using socketcall(2) for getpeername(). by Elliott Hughes · 7 months ago
  6. 4165b86 Update to v6.15 kernel headers. by Christopher Ferris · 7 months ago
  7. 78ef472 Switch to llvm-libc wcslen(). by Elliott Hughes · 7 months ago
  8. d7b4982 Merge "Switch to llvm-libc wcscmp()." into main by Elliott Hughes · 7 months ago
  9. b966213 Move bind() off socketcall(2) for x86. by Elliott Hughes · 7 months ago
  10. dab3e64 Switch to llvm-libc wcscmp(). by Elliott Hughes · 7 months ago
  11. 50ebc62 Switch to llvm-libc wcscat(). by Elliott Hughes · 8 months ago
  12. c648363 Merge "Switch to llvm-libc wcsstr()." into main by Elliott Hughes · 8 months ago
  13. fab29a1 Merge "gensyscalls.py: cleanup." into main by Elliott Hughes · 8 months ago
  14. 289d67e Merge "Revert "Stop using socketcall(2) for shutdown."" into main by Maciej Żenczykowski · 8 months ago
  15. b012fbc Revert "Stop using socketcall(2) for shutdown." by Maciej Żenczykowski · 8 months ago
  16. 066f82e Merge "Revert "Stop using socketcall(2) for socketpair."" into main by Maciej Żenczykowski · 8 months ago
  17. 41584e8 Revert "Stop using socketcall(2) for socketpair." by Maciej Żenczykowski · 8 months ago
  18. eeaacf3 gensyscalls.py: cleanup. by Elliott Hughes · 8 months ago
  19. bb91b61 Stop using socketcall(2) for shutdown. by Maciej Żenczykowski · 8 months ago
  20. b5cdeb6 Stop using socketcall(2) for socketpair. by Maciej Żenczykowski · 8 months ago
  21. 05630a5 Merge "Stop using socketcall(2) for {recv,send}mmsg." into main by Treehugger Robot · 8 months ago
  22. 040f250 Stop using socketcall(2) for {recv,send}mmsg. by Maciej Żenczykowski · 8 months ago
  23. 31a4780 Stop using socketcall(2) for listen(). by Elliott Hughes · 8 months ago
  24. 95f9397 Merge "Stop using socketcall(2) for accept." into main by Elliott Hughes · 8 months ago
  25. bf8fc35 bionic spawn: simplify implementation by relying on kernel's close_range() syscall by Maciej Żenczykowski · 8 months ago
  26. d24c234 Merge changes Ieb9330d4,I77f420f9 into main by Elliott Hughes · 8 months ago
  27. 6426ad0 Stop using socketcall(2) for accept. by Elliott Hughes · 8 months ago
  28. e757bc6 Merge "Switch to llvm-libc wcschr()." into main by Elliott Hughes · 8 months ago
  29. fd49fe2 ElfReader: use powerof2() for consistency and grepability. by Elliott Hughes · 8 months ago
  30. ec43efb <sys/param.h>: really make powerof2() work for const. by Elliott Hughes · 8 months ago
  31. d68c918 Merge "Use powerof2() more consistently." into main by Elliott Hughes · 8 months ago
  32. cec9460 Merge "<sys/param.h> powerof2(): switch to __auto_type." into main by Elliott Hughes · 8 months ago
  33. 31aacbd Merge "Fix the memset_explicit() polyfill." into main by Treehugger Robot · 8 months ago
  34. f0bd748 Merge "linker: be more intention-revealing about /proc check." into main by Elliott Hughes · 8 months ago
  35. 6c15650 Merge "16k compat: Check RELRO end alignment" into main by Kalesh Singh · 8 months ago
  36. 80ac670 Fix the memset_explicit() polyfill. by Elliott Hughes · 8 months ago
  37. 93b7c98 Switch to llvm-libc wcschr(). by Elliott Hughes · 8 months ago
  38. b7d73db linker: be more intention-revealing about /proc check. by Elliott Hughes · 8 months ago
  39. 89032c4 16k compat: Check RELRO end alignment by Csanád Hajdú · 8 months ago
  40. 14259e0 Switch to llvm-libc wcsstr(). by Elliott Hughes · 8 months ago
  41. f7a73c1 <sys/param.h> powerof2(): switch to __auto_type. by Elliott Hughes · 8 months ago
  42. e86a03f Use powerof2() more consistently. by Elliott Hughes · 8 months ago
  43. 43f593d Merge "Don't duplicate the memset_explicit() implementation." into main by Elliott Hughes · 8 months ago
  44. 326dcdb Merge "Document the uselessness of btowc()/wctob()." into main by Elliott Hughes · 8 months ago
  45. e29525f Merge "Regenerate libc/NOTICE file" into main by Ryan Prichard · 8 months ago
  46. 24aa5fd Merge "Replace __errorattr() with __clang_error_if()." into main by Treehugger Robot · 8 months ago
  47. d4888f3 Don't duplicate the memset_explicit() implementation. by Elliott Hughes · 8 months ago
  48. 7031fcd Merge "Add memset_explicit() polyfill." into main by Elliott Hughes · 8 months ago
  49. 3e10aa4 Replace __errorattr() with __clang_error_if(). by Elliott Hughes · 8 months ago
  50. 249cad0 Add memset_explicit() polyfill. by Elliott Hughes · 8 months ago
  51. 8145ec0 Merge "Add trivial btowc/wctob tests." into main by Elliott Hughes · 8 months ago
  52. 9a057ce Merge "Remove __warnattr()." into main by Elliott Hughes · 8 months ago
  53. acbaa8d Merge "Update NOTCE file." into main by Christopher Ferris · 8 months ago
  54. 0425108 Merge "Explicit document where the various #defines come from." into main by Elliott Hughes · 8 months ago
  55. a838e96 Merge "linker: remove badly-motivated thread unsafe code." into main by Elliott Hughes · 8 months ago
  56. 78b481d Explicit document where the various #defines come from. by Elliott Hughes · 8 months ago
  57. d8debd3 Add trivial btowc/wctob tests. by Elliott Hughes · 8 months ago
  58. b4e215d Document the uselessness of btowc()/wctob(). by Elliott Hughes · 8 months ago
  59. da700f3 Remove __warnattr(). by Elliott Hughes · 8 months ago
  60. c9b0fcd Regenerate libc/NOTICE file by Ryan Prichard · 8 months ago
  61. 6345def Update NOTCE file. by Christopher Ferris · 8 months ago
  62. 60f7822 Fix TEST_MAPPING wear-cts-presubmit entry for ServiceTest by Yeabkal Wubshit · 8 months ago
  63. 705ceb0 Merge "Remove old workaround for malloc_hooks_system_tests" into main by Treehugger Robot · 8 months ago
  64. 1e40c95 Remove old workaround for malloc_hooks_system_tests by Pirama Arumuga Nainar · 8 months ago
  65. 69077c6 linker: remove badly-motivated thread unsafe code. by Elliott Hughes · 8 months ago
  66. a9cde07 Merge "Actually trim in RegisterCliBenchmarks()." into main by Elliott Hughes · 8 months ago
  67. 742c294 Upgrade wear-cts-postsubmit to wear-cts-presubmit by Yeabkal Wubshit · 8 months ago
  68. 98c3027 Actually trim in RegisterCliBenchmarks(). by Elliott Hughes · 8 months ago
  69. 16cdec7 Merge "Add checks for more POSIX 2024 stuff." into main by Elliott Hughes · 8 months ago
  70. 28a0221 Add checks for more POSIX 2024 stuff. by Elliott Hughes · 8 months ago
  71. 684b029 pipe2() is POSIX now. by Elliott Hughes · 8 months ago
  72. b80bf28 Merge "Replace __BIONIC_ALIGN() with __builtin_align_up()." into main by Elliott Hughes · 8 months ago
  73. a49a5cd Merge "16k compat: Truncate anonymous mapping name of ELF segments" into main by Treehugger Robot · 8 months ago
  74. d5d7edf Merge "<stdlib.h>: more qsort() documentation." into main by Elliott Hughes · 8 months ago
  75. 69be838 16k compat: Truncate anonymous mapping name of ELF segments by Csanád Hajdú · 8 months ago
  76. 9124e11 Merge "Document ILP32 dev_t/ino_t being too small." into main by Elliott Hughes · 8 months ago
  77. 2e42a72 Merge "Expand a bit on the POSIX/Linux close() differences." into main by Elliott Hughes · 8 months ago
  78. ef08dc5 Merge "Fix realpath failing on files whose inode number overflows ino_t" into main by Treehugger Robot · 8 months ago
  79. 9d6e9f6 Merge "TEST_MAPPING: Add CtsAppTestCases to wear-cts-postsubmit" into main by Yeabkal Wubshit · 8 months ago
  80. 05af353 Merge "bionic: Include libdl_android in bionic_test_defaults" into main by Treehugger Robot · 8 months ago
  81. a2c5eb0 bionic: Include libdl_android in bionic_test_defaults by Vilas Bhat · 8 months ago
  82. a5d0eda Document ILP32 dev_t/ino_t being too small. by Elliott Hughes · 8 months ago
  83. 16610ca Merge "Add gbiv to OWNERS." into main by Treehugger Robot · 8 months ago
  84. 2678222 Fix realpath failing on files whose inode number overflows ino_t by Theodore Dubois · 8 months ago
  85. 6c62cc5 <stdlib.h>: more qsort() documentation. by Elliott Hughes · 8 months ago
  86. d60fad1 Merge "Add Dynamic Object Size Test for Fortify3" into main by Sharjeel Khan · 8 months ago
  87. 753aedc Add gbiv to OWNERS. by Elliott Hughes · 8 months ago
  88. 9eb51ff Expand a bit on the POSIX/Linux close() differences. by Elliott Hughes · 8 months ago
  89. 6b43951 Add Dynamic Object Size Test for Fortify3 by Sharjeel Khan · 8 months ago
  90. 4bfc888 Merge "Remove a reference to device/generic/goldfish-opengl" into main by Treehugger Robot · 8 months ago
  91. 7804ff1 Remove a reference to device/generic/goldfish-opengl by Roman Kiryanov · 8 months ago
  92. c86d7e4 Merge "Explain why we can't actually use __builtin_round() on x86." into main by Elliott Hughes · 8 months ago
  93. d41c24d Merge "Add strcasestr() regression test." into main by Elliott Hughes · 8 months ago
  94. 9903278 arm64: Update existing SME tests by Tamas Petz · 8 months ago
  95. 36927f5 arm64: Test that SME state is inherited with fork() by Tamas Petz · 8 months ago
  96. 8322377 arm64: Test that SME is off in new threads by Tamas Petz · 8 months ago
  97. 2b8e870 Add strcasestr() regression test. by Elliott Hughes · 8 months ago
  98. 5d7255c Explain why we can't actually use __builtin_round() on x86. by Elliott Hughes · 8 months ago
  99. 905a50a Merge "Use the platform copy of dlext_namespaces.h" into main by Treehugger Robot · 8 months ago
  100. d62e131 Tag all Bionic packages with the "Native Tools & Libraries" team. by Sophie Zheng · 8 months ago