1. babfe80 Merge "Remove <private/bsd_sys_param.h>." into main by Matthew Maurer · 11 months ago
  2. e118778 Remove <private/bsd_sys_param.h>. by Elliott Hughes · 11 months ago
  3. be39089 Merge "Tidy up and document <limits.h>." into main by Elliott Hughes · 11 months ago
  4. 665bf63 Merge "Always include <sys/cdefs.h> first." into main by Elliott Hughes · 11 months ago
  5. 2a5473f Merge "Remove unused variable." into main by Christopher Ferris · 11 months ago
  6. 414dd2d Always include <sys/cdefs.h> first. by Elliott Hughes · 11 months ago
  7. 87a5d20 Remove unused variable. by Christopher Ferris · 11 months ago
  8. 47eb527 Tidy up and document <limits.h>. by Elliott Hughes · 11 months ago
  9. 4abb163 Merge changes Ifbb55372,I26f5833b,I19ec542e,Ibe203918 into main by Florian Mayer · 11 months ago
  10. b4fa67f Implement deterministic MTE globals for dlext RELRO sharing by Mitch Phillips · 1 year, 1 month ago
  11. c54d307 Fix dlext tests for MTE globals by Mitch Phillips · 1 year, 1 month ago
  12. 61436e2 Re-land tests for MTE globals by Mitch Phillips · 1 year, 1 month ago
  13. 2e6e409 Re-land linker support for MTE globals by Mitch Phillips · 1 year, 1 month ago
  14. bc95854 Merge "bionic: Add page size 16KiB compat tests" into main by Treehugger Robot · 11 months ago
  15. 6459ad3 bionic: Add page size 16KiB compat tests by Kalesh Singh · 11 months ago
  16. 9232ff4 Merge changes I3b4e4293,Ice110c6e into main by Kalesh Singh · 11 months ago
  17. 25a5023 Merge "libc: Set __bionic_asm_align to 64 for arm and arm64" into main by Elliott Hughes · 11 months ago
  18. 755b9c1 libc: Set __bionic_asm_align to 64 for arm and arm64 by Jake Weinstein · 6 years ago
  19. ce1c3cf linker: LoadSegments: Load 4KiB ELFs on 16KiB page-sized systems by Kalesh Singh · 11 months ago
  20. 341537e Merge "Disable warning: passing no argument for the '...' parameter of a variadic macro is a C23 extension" into main by Aditya Kumar · 11 months ago
  21. 52fe6ce Disable warning: passing no argument for the '...' parameter of a variadic macro is a C23 extension by Aditya Kumar · 11 months ago
  22. 6b24bfa Merge "16kb: bionic: Re-align libtest_invalid-zero_shdr_table_offset.so to 16kb" into main by Juan Yescas · 11 months ago
  23. 6cd85a7 Merge "librust_baremetal: Use cc_baremetal_defaults" into main by Treehugger Robot · 11 months ago
  24. 9eeb033 Merge "16kb: bionic: Re-align libtest_invalid-zero_shdr_table_content.so to 16kb" into main by Treehugger Robot · 11 months ago
  25. b23787f linker: LoadSegments: Preparatory work for 16KiB App Compat by Kalesh Singh · 1 year ago
  26. 05113d4 Merge "[AArch64] BTI flag is missing from the crt_pad_segment.S" into main by Treehugger Robot · 11 months ago
  27. 1d4f7f5 16kb: bionic: Re-align libtest_invalid-zero_shdr_table_offset.so to 16kb by Juan Yescas · 11 months ago
  28. 5b17c76 16kb: bionic: Re-align libtest_invalid-zero_shdr_table_content.so to 16kb by Juan Yescas · 11 months ago
  29. 9018e5f librust_baremetal: Use cc_baremetal_defaults by Pierre-Clément Tosi · 11 months ago
  30. 63fca20 [AArch64] BTI flag is missing from the crt_pad_segment.S by Daniel Kiss · 11 months ago
  31. 846d85e Merge "Allow v4l2r access to libc_uapi_headers" into main by Alistair Delva · 11 months ago
  32. bad2272 Allow v4l2r access to libc_uapi_headers by Alistair Delva · 11 months ago
  33. fdcb85d Merge "16kb: bionic: Re-align libtest_invalid-local-tls.so to 16kb" into main by Juan Yescas · 11 months ago
  34. 0225a38 16kb: bionic: Re-align libtest_invalid-local-tls.so to 16kb by Juan Yescas · 11 months ago
  35. 79cb4b9 Merge "16kb: bionic: Re-align libtest_invalid-unaligned_shdr_offset.so to 16kb" into main by Juan Yescas · 11 months ago
  36. b710548 16kb: bionic: Re-align libtest_invalid-unaligned_shdr_offset.so to 16kb by Juan Yescas · 11 months ago
  37. 98df7db Merge "Get out of the business of hard-coding a list of uapi unistd.h files." into main by Elliott Hughes · 11 months ago
  38. 039a100 Merge "Add note about seemingly double relocation of the linker" into main by Treehugger Robot · 11 months ago
  39. 81d7c82 Add note about seemingly double relocation of the linker by Florian Mayer · 11 months ago
  40. 2bef43c Merge "Make the strncpy() test test strncpy()." into main by Elliott Hughes · 11 months ago
  41. 2b08051 Merge "Remove 32-bit x86 wcs*()/wmem*() assembler." into main by Elliott Hughes · 11 months ago
  42. 80246ff Get out of the business of hard-coding a list of uapi unistd.h files. by Elliott Hughes · 11 months ago
  43. 71e585d Merge "Remove manual -fPIC from x86/x86-64 crt_so_defaults." into main by Elliott Hughes · 11 months ago
  44. 49074ba Remove manual -fPIC from x86/x86-64 crt_so_defaults. by Elliott Hughes · 11 months ago
  45. b24d217 Make the strncpy() test test strncpy(). by Elliott Hughes · 11 months ago
  46. 06f28be Remove 32-bit x86 wcs*()/wmem*() assembler. by Elliott Hughes · 11 months ago
  47. 91c23e7 Merge "16kb: bionic: Re-align libtest_invalid-empty_shdr_table.so to 16kb" into main by Juan Yescas · 11 months ago
  48. e2d872e 16kb: bionic: Re-align libtest_invalid-empty_shdr_table.so to 16kb by Juan Yescas · 11 months ago
  49. 72b47c9 Merge "cpp: Explicitly retain array definitions" into main by Treehugger Robot · 11 months ago
  50. c76342d cpp: Explicitly retain array definitions by Brian Norris · 11 months ago
  51. 366f5b5 Merge "Fix tests for change that modified #include names." into main by Christopher Ferris · 11 months ago
  52. 05a9ff8 Merge "Update to v6.11 kernel headers." into main by Christopher Ferris · 11 months ago
  53. 3258fa5 Merge "Product variants are not in the NDK API surface." into main by Treehugger Robot · 11 months ago
  54. 44df2c4 Fix tests for change that modified #include names. by Christopher Ferris · 11 months ago
  55. 815dc39 Merge "Revert^4 "Use DoNotOptimize rather than rely on a volatile."" into main by Christopher Ferris · 11 months ago
  56. dc9b0fd Revert^4 "Use DoNotOptimize rather than rely on a volatile." by Christopher Ferris · 11 months ago
  57. b49b118 Merge "Revert^3 "Use DoNotOptimize rather than rely on a volatile."" into main by Liana Kazanova · 11 months ago
  58. f5d5f83 Revert^3 "Use DoNotOptimize rather than rely on a volatile." by Liana Kazanova · 11 months ago
  59. 62996f6 Merge "Revert^2 "Use DoNotOptimize rather than rely on a volatile."" into main by Christopher Ferris · 11 months ago
  60. 9d1ef60 Product variants are not in the NDK API surface. by Justin Yun · 11 months ago
  61. aad7abb Revert^2 "Use DoNotOptimize rather than rely on a volatile." by Christopher Ferris · 11 months ago
  62. f48a8b9 Merge "Revert "Use DoNotOptimize rather than rely on a volatile."" into main by Priyanka Advani (xWF) · 11 months ago
  63. 8469cdc Revert "Use DoNotOptimize rather than rely on a volatile." by Priyanka Advani (xWF) · 11 months ago
  64. f976ec7 Merge "Use DoNotOptimize rather than rely on a volatile." into main by Christopher Ferris · 11 months ago
  65. ea0b7fc Use DoNotOptimize rather than rely on a volatile. by Christopher Ferris · 11 months ago
  66. 63fcca4 Update to v6.11 kernel headers. by Christopher Ferris · 11 months ago
  67. ab777b2 Merge "Revert "Update to v6.11 kernel headers."" into main by Priyanka Advani (xWF) · 12 months ago
  68. a805034 Revert "Update to v6.11 kernel headers." by Priyanka Advani (xWF) · 12 months ago
  69. 94f46d4 Merge "bionic: Disable arm32 cpu_target_featuers test" into main by Jordan Abrahams-Whitehead · 12 months ago
  70. 8b8f0cf Merge "unistd.h: document chdir()/fchdir()." into main by Elliott Hughes · 12 months ago
  71. 6e6da00 Merge "Use new riscv unistd names for syscall definition." into main by Treehugger Robot · 12 months ago
  72. ec07dac Use new riscv unistd names for syscall definition. by Christopher Ferris · 12 months ago
  73. 1fd3982 Merge "Update to v6.11 kernel headers." into main by Christopher Ferris · 12 months ago
  74. 3b3b356 bionic: Disable arm32 cpu_target_featuers test by Jordan R Abrahams-Whitehead · 12 months ago
  75. fb9df25 unistd.h: document chdir()/fchdir(). by Elliott Hughes · 12 months ago
  76. 4747b65 Merge "fortify: rewrite strlen to fold to a constant" into main by Treehugger Robot · 12 months ago
  77. 86da38c fortify: rewrite strlen to fold to a constant by George Burgess IV · 1 year, 1 month ago
  78. 5f386d5 Merge "Remove unused variable." into main by Christopher Ferris · 12 months ago
  79. 5348da0 Merge changes I3ba1e899,I62cbf638 into main by Treehugger Robot · 12 months ago
  80. 41d403e libc: replace generic memcmp with atom impl by George Burgess IV · 12 months ago
  81. 0193c3d libc: remove most dynamically-selected x86 atom functions by George Burgess IV · 12 months ago
  82. 4ba5449 Update to v6.11 kernel headers. by Christopher Ferris · 12 months ago
  83. c78e954 Merge "libc: -x some assembly files" into main by Treehugger Robot · 12 months ago
  84. ebe04db Merge "bionic: Add tests for cpu target features" into main by Jordan Abrahams-Whitehead · 12 months ago
  85. 77eab07 Merge "Remove use of ATOMIC_VAR_INIT." into main by Christopher Ferris · 12 months ago
  86. 81ce887 Remove use of ATOMIC_VAR_INIT. by Christopher Ferris · 12 months ago
  87. b975a72 bionic: Add tests for cpu target features by Jordan R Abrahams-Whitehead · 12 months ago
  88. 8113238 Merge "Revert "Merge "Revert "towctrans() should return the input and set errno on failure."" into android15-tests-dev am: fd55858120"" into main by Treehugger Robot · 12 months ago
  89. 8ccb69f Remove unused variable. by Christopher Ferris · 12 months ago
  90. 0d4b5a7 Revert "Merge "Revert "towctrans() should return the input and set errno on failure."" into android15-tests-dev am: fd55858120" by Elliott Hughes · 12 months ago
  91. 3f39551 libc: -x some assembly files by George Burgess IV · 12 months ago
  92. 7af9bf0 Merge changes If8861745,I2cd93e4d into main by Florian Mayer · 12 months ago
  93. 55aebf3 Merge changes from topic "am-77a3b54365744c28b98751b439776b01" into main by Automerger Merge Worker · 12 months ago
  94. d0ae071 [automerger skipped] Merge "Add a CTS workaround for AID_CROS_EC." into android15-tests-dev am: 09bfe337aa -s ours by Elliott Hughes · 12 months ago
  95. bf535d3 [automerger skipped] Add a CTS workaround for AID_CROS_EC. am: 39ff5d6ec4 -s ours by Elliott Hughes · 12 months ago
  96. 09bfe33 Merge "Add a CTS workaround for AID_CROS_EC." into android15-tests-dev by Elliott Hughes · 12 months ago
  97. b3d8fec Merge "Add better jemalloc stat logging." into main by Christopher Ferris · 12 months ago
  98. 39ff5d6 Add a CTS workaround for AID_CROS_EC. by Elliott Hughes · 12 months ago
  99. bd6cc77 Add hwasan_test[_static] to TEST_MAPPING by Florian Mayer · 12 months ago
  100. 3577a93 Add static variant of hwasan_test by Florian Mayer · 12 months ago