1. fe504af Expose unwinder APIs in NDK stubs for R and up. by Ryan Prichard · 2 years, 8 months ago
  2. c2adad1 Use abi::__cxa_demangle declared in cxxabi.h by Ryan Prichard · 2 years, 8 months ago
  3. 321f349 __cxa_atexit_test: declare __cxa_atexit and __cxa_finalize by Ryan Prichard · 2 years, 8 months ago
  4. 81168c0 Merge "Remove obsolete hacks for the fabs() family." by Elliott Hughes · 2 years, 8 months ago
  5. 591a2a7 Remove obsolete hacks for the fabs() family. by Elliott Hughes · 2 years, 8 months ago
  6. c40ea82 Merge "Spring cleaning for the seccomp allowlist." by Elliott Hughes · 2 years, 8 months ago
  7. 3f7c5a1 Merge "Nullability check for stdlib module." by Treehugger Robot · 2 years, 8 months ago
  8. a226fb8 Merge "Explicitly mention bionic's single C.UTF-8 locale." by Elliott Hughes · 2 years, 8 months ago
  9. 5a918d9 Nullability check for stdlib module. by zijunzhao · 2 years, 8 months ago
  10. f994170 Spring cleaning for the seccomp allowlist. by Elliott Hughes · 2 years, 8 months ago
  11. 046fe15 Explicitly mention bionic's single C.UTF-8 locale. by Elliott Hughes · 2 years, 8 months ago
  12. 8262ca1 Merge "fcntl: remove some duplication, fix a bug." by Elliott Hughes · 2 years, 8 months ago
  13. d2e85ae Merge "linker_namespace: move sonames instead of copying" by Jooyung Han · 2 years, 8 months ago
  14. 1e59e2a fcntl: remove some duplication, fix a bug. by Elliott Hughes · 2 years, 8 months ago
  15. 7c2ce66 Merge "[MTE] test for exception cleanup." by Florian Mayer · 2 years, 8 months ago
  16. 008aa17 Merge "Add some missing "Available since" documentation." by Elliott Hughes · 2 years, 8 months ago
  17. 43ed024 Merge "Tell people when they've messed up with fcntl(FD_SETFD)." by Elliott Hughes · 2 years, 8 months ago
  18. 57b03de linker_namespace: move sonames instead of copying by Jooyung Han · 2 years, 8 months ago
  19. dfe67d2 Tell people when they've messed up with fcntl(FD_SETFD). by Elliott Hughes · 3 years, 6 months ago
  20. d4fd67c Add some missing "Available since" documentation. by Elliott Hughes · 2 years, 8 months ago
  21. 196e5b8 Merge "Remove stale TODO." by Treehugger Robot · 2 years, 8 months ago
  22. c884677 Merge "Remove remaining "ASCII binary blobs"." by Elliott Hughes · 2 years, 8 months ago
  23. a0faeb2 Remove remaining "ASCII binary blobs". by Elliott Hughes · 2 years, 9 months ago
  24. 4c4015b Remove stale TODO. by Martin Stjernholm · 2 years, 9 months ago
  25. db681c0 Merge "Move to arm-optimized-routines memset()." by Elliott Hughes · 2 years, 9 months ago
  26. 023e4e7 Move to arm-optimized-routines memset(). by Elliott Hughes · 2 years, 9 months ago
  27. 361ab5b Merge "Switch to the arm-optimized-routines memcpy() and memmove()." by Elliott Hughes · 2 years, 9 months ago
  28. 1b1bb35 Merge "Add invalid riscv64 ELF files for the linker tests." by Elliott Hughes · 2 years, 9 months ago
  29. 7daf459 Switch to the arm-optimized-routines memcpy() and memmove(). by Elliott Hughes · 2 years, 9 months ago
  30. d26d3c0 Merge "Implement __memset_chk as a copy & paste of __memcpy_chk." by Treehugger Robot · 2 years, 9 months ago
  31. 6c599e3 Merge "Move memcpy_base.S into memcpy.S." by Treehugger Robot · 2 years, 9 months ago
  32. 06868c8 Merge "Remove assembler wmemmove()." by Treehugger Robot · 2 years, 9 months ago
  33. 3cc366d Implement __memset_chk as a copy & paste of __memcpy_chk. by Elliott Hughes · 2 years, 9 months ago
  34. d5ac40c Move memcpy_base.S into memcpy.S. by Elliott Hughes · 2 years, 9 months ago
  35. 0d4d276 Remove assembler wmemmove(). by Elliott Hughes · 2 years, 9 months ago
  36. ec9f023 Add invalid riscv64 ELF files for the linker tests. by Elliott Hughes · 2 years, 9 months ago
  37. 8d4014e Merge "Correctly print RISC-V arch name on error when verifying ELF header." by Treehugger Robot · 2 years, 9 months ago
  38. 73840b5 Merge "Update sys_ptrace_test.cpp for riscv64." by Elliott Hughes · 2 years, 9 months ago
  39. 56c4db9 Merge "Add riscv64 support to the linker relocation benchmark." by Elliott Hughes · 2 years, 9 months ago
  40. b973c75 Correctly print RISC-V arch name on error when verifying ELF header. by Ulya Trafimovich · 2 years, 9 months ago
  41. 20561b8 Add riscv64 support to the linker relocation benchmark. by Elliott Hughes · 2 years, 9 months ago
  42. 9874c54 Merge "Nullability check for regex module." by Treehugger Robot · 2 years, 9 months ago
  43. 502c290 Merge "Update a comment to be more intention-revealing." by Treehugger Robot · 2 years, 9 months ago
  44. 89719df Update sys_ptrace_test.cpp for riscv64. by Elliott Hughes · 2 years, 9 months ago
  45. fc03503 Update a comment to be more intention-revealing. by Elliott Hughes · 2 years, 9 months ago
  46. cf74c0c Merge "Simplify the malloc_debug unwind." by Treehugger Robot · 2 years, 9 months ago
  47. 5c41b06 Merge "TEST_MAPPING: add CTS bionic test to kernel-presubmit" by Edward Liaw · 2 years, 9 months ago
  48. c272332 Merge "Add a hack for a RISC-V bug." by Elliott Hughes · 2 years, 9 months ago
  49. 4a8d7d7 TEST_MAPPING: add CTS bionic test to kernel-presubmit by Edward Liaw · 2 years, 9 months ago
  50. ec9ff04 Add a hack for a RISC-V bug. by Elliott Hughes · 2 years, 9 months ago
  51. eeaf9ed Simplify the malloc_debug unwind. by Elliott Hughes · 2 years, 9 months ago
  52. 7ececf1 Nullability check for regex module. by zijunzhao · 2 years, 9 months ago
  53. ebe850e Merge "Remove strtoq() and strtouq()." by Elliott Hughes · 2 years, 9 months ago
  54. 4f8ead4 Merge "Update the README.md" by Treehugger Robot · 2 years, 9 months ago
  55. a3696c1 Update the README.md by zijunzhao · 2 years, 9 months ago
  56. e71efc5 Merge "Use the same union in riscv64's ucontext." by Treehugger Robot · 2 years, 9 months ago
  57. 315373d Merge "Failures to parse SYSCALLS.TXT-like files should be errors." by Treehugger Robot · 2 years, 9 months ago
  58. 8e82677 Use the same union in riscv64's ucontext. by Elliott Hughes · 2 years, 9 months ago
  59. 0021155 Remove strtoq() and strtouq(). by Elliott Hughes · 2 years, 9 months ago
  60. ebd2f76 Merge "Sync with upstream NetBSD." by Elliott Hughes · 2 years, 9 months ago
  61. b163898 Merge "Merge "Disable MemtagNoteTest#SEGV for native bridge" into android13-tests-dev am: 2934645119" by Automerger Merge Worker · 2 years, 9 months ago
  62. fd0b800 Merge "Disable MemtagNoteTest#SEGV for native bridge" into android13-tests-dev am: 2934645119 by Treehugger Robot · 2 years, 9 months ago
  63. 2934645 Merge "Disable MemtagNoteTest#SEGV for native bridge" into android13-tests-dev by Treehugger Robot · 2 years, 9 months ago
  64. 2d5217c Merge "Disable MemtagNoteTest#SEGV for native bridge" by Elliott Hughes · 2 years, 9 months ago
  65. ee26705 Merge "Fix a typo." by Treehugger Robot · 2 years, 9 months ago
  66. 1c1dfb8 Failures to parse SYSCALLS.TXT-like files should be errors. by Elliott Hughes · 2 years, 9 months ago
  67. 2cc2910 Disable MemtagNoteTest#SEGV for native bridge by dimitry · 2 years, 9 months ago
  68. c8bf923 Fix a typo. by Elliott Hughes · 2 years, 9 months ago
  69. 88e4e60 Sync with upstream NetBSD. by Elliott Hughes · 2 years, 9 months ago
  70. f5f4112 [MTE] test for exception cleanup. by Florian Mayer · 3 years ago
  71. dd64a6e Disable MemtagNoteTest#SEGV for native bridge by dimitry · 2 years, 9 months ago
  72. 09db641 Merge "Update to v6.0 kernel headers." by Christopher Ferris · 2 years, 9 months ago
  73. 5ac1ad6 Merge "Merge "Fix-up for change in pwd/grp ids for PRNG seeder daemon" into android13-tests-dev am: d06e75b7e3" by Automerger Merge Worker · 2 years, 9 months ago
  74. 974b15e Merge "Fix-up for change in pwd/grp ids for PRNG seeder daemon" into android13-tests-dev am: d06e75b7e3 by Orion Hodson · 2 years, 9 months ago
  75. d06e75b Merge "Fix-up for change in pwd/grp ids for PRNG seeder daemon" into android13-tests-dev by Orion Hodson · 2 years, 9 months ago
  76. d8b0171 Merge "Remove fallback C sqrt/sqrtf." by Treehugger Robot · 2 years, 9 months ago
  77. e0942db Remove fallback C sqrt/sqrtf. by Elliott Hughes · 2 years, 9 months ago
  78. 836753a Merge "Simplify the libm build now we don't support non-neon." by Treehugger Robot · 2 years, 9 months ago
  79. a854888 Merge "arm64: use llvm's builtins for lround/lroundf/llround/llroundf." by Treehugger Robot · 2 years, 9 months ago
  80. 0cbb902 arm64: use llvm's builtins for lround/lroundf/llround/llroundf. by Elliott Hughes · 2 years, 9 months ago
  81. f5fd5ad Fix-up for change in pwd/grp ids for PRNG seeder daemon by Orion Hodson · 2 years, 9 months ago
  82. 150829d Merge "arm64: use llvm's builtins for copysign() and copysignf()." by Treehugger Robot · 2 years, 9 months ago
  83. 46f24a1 arm64: use llvm's builtins for copysign() and copysignf(). by Elliott Hughes · 2 years, 9 months ago
  84. 7711073 Merge "riscv64: don't go via the PLT for setjmp." by Treehugger Robot · 2 years, 9 months ago
  85. 6a1dc51 riscv64: don't go via the PLT for setjmp. by Elliott Hughes · 2 years, 9 months ago
  86. 4b0e16b Merge "Fix stdio -NaN tests for riscv64." by Treehugger Robot · 2 years, 9 months ago
  87. 5fa1c3a Merge "Add riscv64 lrint.S." by Treehugger Robot · 2 years, 9 months ago
  88. e0a9a38 Fix stdio -NaN tests for riscv64. by Elliott Hughes · 2 years, 9 months ago
  89. 4ceb347 Add riscv64 lrint.S. by Elliott Hughes · 2 years, 9 months ago
  90. e21affe Merge "Add trivial assembler implementations of sqrt()/sqrtf()." by Treehugger Robot · 2 years, 9 months ago
  91. a70e345 Simplify the libm build now we don't support non-neon. by Elliott Hughes · 2 years, 9 months ago
  92. a439845 Add trivial assembler implementations of sqrt()/sqrtf(). by Elliott Hughes · 2 years, 9 months ago
  93. a97ac8c Merge "riscv64: build the linker." by Treehugger Robot · 2 years, 10 months ago
  94. 3e4f603 riscv64: build the linker. by Elliott Hughes · 2 years, 10 months ago
  95. d91e069 Merge "Punch a hole for renameat(2) for app compat." by Treehugger Robot · 2 years, 10 months ago
  96. f4cace6 Punch a hole for renameat(2) for app compat. by Elliott Hughes · 2 years, 10 months ago
  97. b2ced4c Merge "Modify path for python clang support package" by Treehugger Robot · 2 years, 10 months ago
  98. 00fde2a Modify path for python clang support package by Pat Tjin · 2 years, 10 months ago
  99. 0f91724 Merge "Add a zip package containing the crt*.o objects" by Colin Cross · 2 years, 10 months ago
  100. 290c495 Add a zip package containing the crt*.o objects by Colin Cross · 2 years, 10 months ago