index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
musl
Age
Commit message (
Expand
)
Author
2025-10-12
musl: avoid r0 as address register in s390x __tls_get_offset
Alex Rønne Petersen
2025-09-28
musl: delete dead __restore and __restore_rt functions for hexagon, loongarch...
Alex Rønne Petersen
2025-09-28
musl: delete SA_RESTORER for hexagon
Alex Rønne Petersen
2025-09-28
musl: delete SA_RESTORER for riscv32
Alex Rønne Petersen
2025-09-27
musl: add missing fenv C dummy functions for loongarch64-linux-muslsf
Alex Rønne Petersen
2025-08-30
musl: replace .data.rel.ro with .section .data.rel.ro,"aw"
Alex Rønne Petersen
2025-08-28
libc: delete superfluous c and assembly trunc implementations
David Senoner
2025-08-28
libc: delete superfluous c and assembly ceil implementation
David Senoner
2025-08-27
libc: remove c floorl implementaions forgotten in #24335
David Senoner
2025-08-27
Remove memcmp and memset from bundled musl and wasi
Yefeng Li
2025-07-04
delete superfluous assembly libc floor implementations
David Senoner
2025-07-04
delete superfluous libc floor implementations
David Senoner
2025-05-30
libc: replace musl's trigonometric functions with compiler_rt's
Koki Ueha
2025-05-21
libc: implement common `abs` for various integer sizes (#23893)
David
2025-05-15
Introduce common `strcasecmp` and `strncasecmp` implementations (#23840)
Bryson Miller
2025-05-10
Introduce common `bzero` libc implementation. (#23812)
David
2025-04-12
Merge pull request #23529 from alexrp/2879-groundwork
Alex Rønne Petersen
2025-04-11
Introduce libzigc for libc function implementations in Zig.
Alex Rønne Petersen
2025-04-11
musl: Update libc.S for hexagon-linux-musl.
Alex Rønne Petersen
2025-04-11
musl: Add hexagon-linux-musl sources.
Alex Rønne Petersen
2025-02-22
musl: Fix typo in m68k clone() assembly.
Alex Rønne Petersen
2025-02-14
musl: Apply Rich Felker's CVE-2025-26519 mitigation patches.
Alex Rønne Petersen
2025-02-08
musl: Align the stack pointer given to clone() on riscv.
Alex Rønne Petersen
2025-01-24
musl: Manually inline __tls_get_addr into s390x __tls_get_offset.
Alex Rønne Petersen
2025-01-21
Merge pull request #22541 from ziglang/pipeline
Andrew Kelley
2025-01-21
libc: Remove a bunch of code for architectures we don't actually support.
Alex Rønne Petersen
2025-01-20
reject crti.o/crtn.o, embrace the future
Andrew Kelley
2025-01-17
remove memcpy and memmove from bundled libcs
Andrew Kelley
2024-12-11
musl: Add unwinding protection in clone() implementations.
Alex Rønne Petersen
2024-11-23
musl: Update libc.S against musl 1.2.5.
Alex Rønne Petersen
2024-11-23
musl: Mark __tls_get_addr as hidden before invoking it on s390x.
Alex Rønne Petersen
2024-11-23
musl: Mark __restore(_rt) functions hidden on riscv.
Alex Rønne Petersen
2024-11-23
musl: Set symbol type for the START function on i386 and x86_64.
Alex Rønne Petersen
2024-11-02
musl: Update sources from musl 1.2.5.
Alex Rønne Petersen
2024-10-11
musl: Align _init/_fini symbols correctly on arm.
Alex Rønne Petersen
2024-09-23
libc: Work around LLVM's misassembly of `j <reg>` on mips r6.
Alex Rønne Petersen
2024-06-04
update musl libc.S to v1.2.5
Andrew Kelley
2024-06-04
update musl source files to v1.2.5
Andrew Kelley
2023-06-20
musl: update libc.S to v1.2.4
Andrew Kelley
2023-06-20
musl: update src files to v1.2.4
Andrew Kelley
2022-05-04
tools/gen_stubs: sort output by section/symbol name
Isaac Freund
2022-05-04
musl: update to 1.2.3
Isaac Freund
2021-12-09
stage2: upgrade musl libc stub file
Andrew Kelley
2021-12-08
improve musl dynamic stubs file libc.s
Andrew Kelley
2021-02-10
musl: update to 1.2.2
Isaac Freund
2021-01-18
stage2: use %type not @type for libc stubs
Julian Maingot
2020-12-13
stage2: use %type not @type for libc stubs
Isaac Freund
2020-12-13
stage2: support dynamically linking musl libc
Isaac Freund
2020-11-22
modernize the PIE patch for the latest master branch
Andrew Kelley
2020-11-06
update musl sources to 1.2.1
Andrew Kelley
[next]