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
/
glibc
/
sysdeps
Age
Commit message (
Expand
)
Author
2025-08-01
glibc: update crt0 code to 2.42
Alex Rønne Petersen
2025-04-04
Revert "glibc: Patch to work around missing features in LLVM's s390x assembler."
Alex Rønne Petersen
2025-03-13
glibc: fix uninitialized memory in __pthread_cond_s for <=2.40
TCROC
2025-01-31
glibc: Update source files to 2.41.
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
2024-11-02
glibc: Fix an LP_SIZE redefinition warning for gnux32.
Alex Rønne Petersen
2024-09-23
libc: Work around LLVM's misassembly of `j <reg>` on mips r6.
Alex Rønne Petersen
2024-09-06
Merge pull request #21195 from alexrp/glibc-fixes
Andrew Kelley
2024-09-06
glibc: Patch to work around missing features in LLVM's s390x assembler.
Alex Rønne Petersen
2024-09-05
glibc: Add csky start files.
Alex Rønne Petersen
2024-09-05
glibc: Add arc start files.
Alex Rønne Petersen
2024-08-23
glibc: Add missing xstatver.h for some linux architectures.
Alex Rønne Petersen
2024-08-14
loongarch: add glibc start.S to make zig-bootstrap work for loongarch64-linux...
YANG Xudong
2024-08-08
Update glibc start files to 2.40.
Alex Rønne Petersen
2024-06-05
glibc patch: remove some static asserts from fstatat
Andrew Kelley
2024-06-05
glibc patch: add missing includes for inttypes.h
Andrew Kelley
2024-06-05
glibc patch: make fstatat.c and fstatat64.c compile
Andrew Kelley
2024-06-05
glibc patch: inline x86-lp_size.h
Andrew Kelley
2024-06-05
update glibc start files to 2.39
Andrew Kelley
2024-01-04
glibc: remove unused stat-related files for 2.33+
Kang Seonghoon
2023-10-13
glibc patch: remove some static asserts from fstatat
Andrew Kelley
2023-10-13
glibc patch: add missing includes for inttypes.h
Andrew Kelley
2023-10-13
glibc patch: make fstatat.c and fstatat64.c compile
Andrew Kelley
2023-10-13
glibc patch: inline x86-lp_size.h
Andrew Kelley
2023-10-13
update glibc start files to 2.38
Andrew Kelley
2022-11-25
add arm-features.h from glibc source (#12346)
sv99
2022-01-14
glibc: clean up build logic
Andrew Kelley
2022-01-14
glibc: restore compatibility with glibc<=2.33 for global initializers
xavier
2021-12-16
glibc: libc_nonshared.a: add missing includes for inttypes.h
Andrew Kelley
2021-12-16
glibc: add stat_t64_cp.c to libnonshared.a
Andrew Kelley
2021-12-16
glibc: patches to make fstatat.c and fstatat64.c compile
Andrew Kelley
2021-12-15
glibc: import sysdep.h from upstream
Andrew Kelley
2021-12-15
glibc: improve RISC-V support
Andrew Kelley
2021-12-15
glibc: use linux-specific files for nonshared
Andrew Kelley
2021-12-15
update glibc start files to 2.34
Andrew Kelley
2021-05-12
Remove SPARC pthreadtypes-arch.h to match upstream glibc
Koakuma
2021-05-11
libc: Add workaround for #4926
LemonBoy
2020-03-04
update glibc source files to 2.31
Andrew Kelley
2019-09-10
update glibc src files to 2.30
Andrew Kelley
2019-07-15
move lib dirs to lib subdir
Andrew Kelley