aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/musl/src
AgeCommit message (Expand)Author
2025-10-12musl: avoid r0 as address register in s390x __tls_get_offsetAlex Rønne Petersen
2025-09-28musl: delete dead __restore and __restore_rt functions for hexagon, loongarch...Alex Rønne Petersen
2025-09-27musl: add missing fenv C dummy functions for loongarch64-linux-muslsfAlex Rønne Petersen
2025-08-28libc: delete superfluous c and assembly trunc implementationsDavid Senoner
2025-08-28libc: delete superfluous c and assembly ceil implementationDavid Senoner
2025-08-27libc: remove c floorl implementaions forgotten in #24335David Senoner
2025-08-27Remove memcmp and memset from bundled musl and wasiYefeng Li
2025-07-04delete superfluous assembly libc floor implementationsDavid Senoner
2025-07-04delete superfluous libc floor implementationsDavid Senoner
2025-05-30libc: replace musl's trigonometric functions with compiler_rt'sKoki Ueha
2025-05-21libc: implement common `abs` for various integer sizes (#23893)David
2025-05-15Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)Bryson Miller
2025-05-10Introduce common `bzero` libc implementation. (#23812)David
2025-04-12Merge pull request #23529 from alexrp/2879-groundworkAlex Rønne Petersen
2025-04-11Introduce libzigc for libc function implementations in Zig.Alex Rønne Petersen
2025-04-11musl: Add hexagon-linux-musl sources.Alex Rønne Petersen
2025-02-22musl: Fix typo in m68k clone() assembly.Alex Rønne Petersen
2025-02-14musl: Apply Rich Felker's CVE-2025-26519 mitigation patches.Alex Rønne Petersen
2025-02-08musl: Align the stack pointer given to clone() on riscv.Alex Rønne Petersen
2025-01-24musl: Manually inline __tls_get_addr into s390x __tls_get_offset.Alex Rønne Petersen
2025-01-21libc: Remove a bunch of code for architectures we don't actually support.Alex Rønne Petersen
2025-01-17remove memcpy and memmove from bundled libcsAndrew Kelley
2024-12-11musl: Add unwinding protection in clone() implementations.Alex Rønne Petersen
2024-11-23musl: Mark __tls_get_addr as hidden before invoking it on s390x.Alex Rønne Petersen
2024-11-23musl: Mark __restore(_rt) functions hidden on riscv.Alex Rønne Petersen
2024-06-04update musl source files to v1.2.5Andrew Kelley
2023-06-20musl: update src files to v1.2.4Andrew Kelley
2022-05-04musl: update to 1.2.3Isaac Freund
2021-02-10musl: update to 1.2.2Isaac Freund
2020-11-06update musl sources to 1.2.1Andrew Kelley
2020-03-12update musl src files to v1.2.0Andrew Kelley
2019-10-17update musl src to v1.1.24Andrew Kelley
2019-09-27Backport patch for Musl libcLemonBoy
2019-09-25musl [PATCH] arm: fix setjmp and longjmp asm for armv8-aAndrew Kelley
2019-07-16update bundled musl source to 1.1.23Andrew Kelley
2019-07-15move lib dirs to lib subdirAndrew Kelley