- 321f349 __cxa_atexit_test: declare __cxa_atexit and __cxa_finalize by Ryan Prichard · 2 years, 8 months ago
- 81168c0 Merge "Remove obsolete hacks for the fabs() family." by Elliott Hughes · 2 years, 8 months ago
- 591a2a7 Remove obsolete hacks for the fabs() family. by Elliott Hughes · 2 years, 8 months ago
- c40ea82 Merge "Spring cleaning for the seccomp allowlist." by Elliott Hughes · 2 years, 8 months ago
- 3f7c5a1 Merge "Nullability check for stdlib module." by Treehugger Robot · 2 years, 8 months ago
- a226fb8 Merge "Explicitly mention bionic's single C.UTF-8 locale." by Elliott Hughes · 2 years, 8 months ago
- 5a918d9 Nullability check for stdlib module. by zijunzhao · 2 years, 8 months ago
- f994170 Spring cleaning for the seccomp allowlist. by Elliott Hughes · 2 years, 8 months ago
- 046fe15 Explicitly mention bionic's single C.UTF-8 locale. by Elliott Hughes · 2 years, 8 months ago
- 8262ca1 Merge "fcntl: remove some duplication, fix a bug." by Elliott Hughes · 2 years, 8 months ago
- d2e85ae Merge "linker_namespace: move sonames instead of copying" by Jooyung Han · 2 years, 8 months ago
- 1e59e2a fcntl: remove some duplication, fix a bug. by Elliott Hughes · 2 years, 8 months ago
- 7c2ce66 Merge "[MTE] test for exception cleanup." by Florian Mayer · 2 years, 8 months ago
- 008aa17 Merge "Add some missing "Available since" documentation." by Elliott Hughes · 2 years, 8 months ago
- 43ed024 Merge "Tell people when they've messed up with fcntl(FD_SETFD)." by Elliott Hughes · 2 years, 8 months ago
- 57b03de linker_namespace: move sonames instead of copying by Jooyung Han · 2 years, 8 months ago
- dfe67d2 Tell people when they've messed up with fcntl(FD_SETFD). by Elliott Hughes · 3 years, 6 months ago
- d4fd67c Add some missing "Available since" documentation. by Elliott Hughes · 2 years, 8 months ago
- 196e5b8 Merge "Remove stale TODO." by Treehugger Robot · 2 years, 8 months ago
- c884677 Merge "Remove remaining "ASCII binary blobs"." by Elliott Hughes · 2 years, 8 months ago
- a0faeb2 Remove remaining "ASCII binary blobs". by Elliott Hughes · 2 years, 9 months ago
- 4c4015b Remove stale TODO. by Martin Stjernholm · 2 years, 9 months ago
- db681c0 Merge "Move to arm-optimized-routines memset()." by Elliott Hughes · 2 years, 9 months ago
- 023e4e7 Move to arm-optimized-routines memset(). by Elliott Hughes · 2 years, 9 months ago
- 361ab5b Merge "Switch to the arm-optimized-routines memcpy() and memmove()." by Elliott Hughes · 2 years, 9 months ago
- 1b1bb35 Merge "Add invalid riscv64 ELF files for the linker tests." by Elliott Hughes · 2 years, 9 months ago
- 7daf459 Switch to the arm-optimized-routines memcpy() and memmove(). by Elliott Hughes · 2 years, 9 months ago
- d26d3c0 Merge "Implement __memset_chk as a copy & paste of __memcpy_chk." by Treehugger Robot · 2 years, 9 months ago
- 6c599e3 Merge "Move memcpy_base.S into memcpy.S." by Treehugger Robot · 2 years, 9 months ago
- 06868c8 Merge "Remove assembler wmemmove()." by Treehugger Robot · 2 years, 9 months ago
- 3cc366d Implement __memset_chk as a copy & paste of __memcpy_chk. by Elliott Hughes · 2 years, 9 months ago
- d5ac40c Move memcpy_base.S into memcpy.S. by Elliott Hughes · 2 years, 9 months ago
- 0d4d276 Remove assembler wmemmove(). by Elliott Hughes · 2 years, 9 months ago
- ec9f023 Add invalid riscv64 ELF files for the linker tests. by Elliott Hughes · 2 years, 9 months ago
- 8d4014e Merge "Correctly print RISC-V arch name on error when verifying ELF header." by Treehugger Robot · 2 years, 9 months ago
- 73840b5 Merge "Update sys_ptrace_test.cpp for riscv64." by Elliott Hughes · 2 years, 9 months ago
- 56c4db9 Merge "Add riscv64 support to the linker relocation benchmark." by Elliott Hughes · 2 years, 9 months ago
- b973c75 Correctly print RISC-V arch name on error when verifying ELF header. by Ulya Trafimovich · 2 years, 9 months ago
- 20561b8 Add riscv64 support to the linker relocation benchmark. by Elliott Hughes · 2 years, 9 months ago
- 9874c54 Merge "Nullability check for regex module." by Treehugger Robot · 2 years, 9 months ago
- 502c290 Merge "Update a comment to be more intention-revealing." by Treehugger Robot · 2 years, 9 months ago
- 89719df Update sys_ptrace_test.cpp for riscv64. by Elliott Hughes · 2 years, 9 months ago
- fc03503 Update a comment to be more intention-revealing. by Elliott Hughes · 2 years, 9 months ago
- cf74c0c Merge "Simplify the malloc_debug unwind." by Treehugger Robot · 2 years, 9 months ago
- 5c41b06 Merge "TEST_MAPPING: add CTS bionic test to kernel-presubmit" by Edward Liaw · 2 years, 9 months ago
- c272332 Merge "Add a hack for a RISC-V bug." by Elliott Hughes · 2 years, 9 months ago
- 4a8d7d7 TEST_MAPPING: add CTS bionic test to kernel-presubmit by Edward Liaw · 2 years, 9 months ago
- ec9ff04 Add a hack for a RISC-V bug. by Elliott Hughes · 2 years, 9 months ago
- eeaf9ed Simplify the malloc_debug unwind. by Elliott Hughes · 2 years, 9 months ago
- 7ececf1 Nullability check for regex module. by zijunzhao · 2 years, 9 months ago
- ebe850e Merge "Remove strtoq() and strtouq()." by Elliott Hughes · 2 years, 9 months ago
- 4f8ead4 Merge "Update the README.md" by Treehugger Robot · 2 years, 9 months ago
- a3696c1 Update the README.md by zijunzhao · 2 years, 9 months ago
- e71efc5 Merge "Use the same union in riscv64's ucontext." by Treehugger Robot · 2 years, 9 months ago
- 315373d Merge "Failures to parse SYSCALLS.TXT-like files should be errors." by Treehugger Robot · 2 years, 9 months ago
- 8e82677 Use the same union in riscv64's ucontext. by Elliott Hughes · 2 years, 9 months ago
- 0021155 Remove strtoq() and strtouq(). by Elliott Hughes · 2 years, 9 months ago
- ebd2f76 Merge "Sync with upstream NetBSD." by Elliott Hughes · 2 years, 9 months ago
- b163898 Merge "Merge "Disable MemtagNoteTest#SEGV for native bridge" into android13-tests-dev am: 2934645119" by Automerger Merge Worker · 2 years, 9 months ago
- fd0b800 Merge "Disable MemtagNoteTest#SEGV for native bridge" into android13-tests-dev am: 2934645119 by Treehugger Robot · 2 years, 9 months ago
- 2934645 Merge "Disable MemtagNoteTest#SEGV for native bridge" into android13-tests-dev by Treehugger Robot · 2 years, 9 months ago
- 2d5217c Merge "Disable MemtagNoteTest#SEGV for native bridge" by Elliott Hughes · 2 years, 9 months ago
- ee26705 Merge "Fix a typo." by Treehugger Robot · 2 years, 9 months ago
- 1c1dfb8 Failures to parse SYSCALLS.TXT-like files should be errors. by Elliott Hughes · 2 years, 9 months ago
- 2cc2910 Disable MemtagNoteTest#SEGV for native bridge by dimitry · 2 years, 9 months ago
- c8bf923 Fix a typo. by Elliott Hughes · 2 years, 9 months ago
- 88e4e60 Sync with upstream NetBSD. by Elliott Hughes · 2 years, 9 months ago
- f5f4112 [MTE] test for exception cleanup. by Florian Mayer · 3 years ago
- dd64a6e Disable MemtagNoteTest#SEGV for native bridge by dimitry · 2 years, 9 months ago
- 09db641 Merge "Update to v6.0 kernel headers." by Christopher Ferris · 2 years, 9 months ago
- 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
- 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
- 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
- d8b0171 Merge "Remove fallback C sqrt/sqrtf." by Treehugger Robot · 2 years, 9 months ago
- e0942db Remove fallback C sqrt/sqrtf. by Elliott Hughes · 2 years, 9 months ago
- 836753a Merge "Simplify the libm build now we don't support non-neon." by Treehugger Robot · 2 years, 9 months ago
- a854888 Merge "arm64: use llvm's builtins for lround/lroundf/llround/llroundf." by Treehugger Robot · 2 years, 9 months ago
- 0cbb902 arm64: use llvm's builtins for lround/lroundf/llround/llroundf. by Elliott Hughes · 2 years, 9 months ago
- f5fd5ad Fix-up for change in pwd/grp ids for PRNG seeder daemon by Orion Hodson · 2 years, 9 months ago
- 150829d Merge "arm64: use llvm's builtins for copysign() and copysignf()." by Treehugger Robot · 2 years, 9 months ago
- 46f24a1 arm64: use llvm's builtins for copysign() and copysignf(). by Elliott Hughes · 2 years, 9 months ago
- 7711073 Merge "riscv64: don't go via the PLT for setjmp." by Treehugger Robot · 2 years, 9 months ago
- 6a1dc51 riscv64: don't go via the PLT for setjmp. by Elliott Hughes · 2 years, 9 months ago
- 4b0e16b Merge "Fix stdio -NaN tests for riscv64." by Treehugger Robot · 2 years, 9 months ago
- 5fa1c3a Merge "Add riscv64 lrint.S." by Treehugger Robot · 2 years, 9 months ago
- e0a9a38 Fix stdio -NaN tests for riscv64. by Elliott Hughes · 2 years, 9 months ago
- 4ceb347 Add riscv64 lrint.S. by Elliott Hughes · 2 years, 9 months ago
- e21affe Merge "Add trivial assembler implementations of sqrt()/sqrtf()." by Treehugger Robot · 2 years, 9 months ago
- a70e345 Simplify the libm build now we don't support non-neon. by Elliott Hughes · 2 years, 9 months ago
- a439845 Add trivial assembler implementations of sqrt()/sqrtf(). by Elliott Hughes · 2 years, 9 months ago
- a97ac8c Merge "riscv64: build the linker." by Treehugger Robot · 2 years, 10 months ago
- 3e4f603 riscv64: build the linker. by Elliott Hughes · 2 years, 10 months ago
- d91e069 Merge "Punch a hole for renameat(2) for app compat." by Treehugger Robot · 2 years, 10 months ago
- f4cace6 Punch a hole for renameat(2) for app compat. by Elliott Hughes · 2 years, 10 months ago
- b2ced4c Merge "Modify path for python clang support package" by Treehugger Robot · 2 years, 10 months ago
- 00fde2a Modify path for python clang support package by Pat Tjin · 2 years, 10 months ago
- 0f91724 Merge "Add a zip package containing the crt*.o objects" by Colin Cross · 2 years, 10 months ago
- 290c495 Add a zip package containing the crt*.o objects by Colin Cross · 2 years, 10 months ago
- 579088b Merge "Add riscv64 kernel headers to the ndk sysroot" by Treehugger Robot · 2 years, 10 months ago
- b9af067 Merge "Fix bionic tests for undefined __SIGRTMIN in musl" by Treehugger Robot · 2 years, 10 months ago