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
/
std
/
c.zig
Age
Commit message (
Expand
)
Author
2025-07-24
std.c: Fix dirent.name size for serenity
Linus Groh
2025-07-21
std.fs.File.Reader: fix sendFile logic
Andrew Kelley
2025-07-14
std.c: add missing netbsd and freebsd MSG flags
Andrew Kelley
2025-07-14
make msghdr.iovlen unsigned
Andrew Kelley
2025-07-14
Add setsid to std.(c|posix)
Brandon Black
2025-07-07
std.c: Use __sigemptyset14 for sigemptyset on NetBSD
Alex Rønne Petersen
2025-06-24
c.darwin: define MSG for macos (#24224)
Dacheng
2025-06-05
std.c: getcontext is not supported on haiku
Elaine Gibson
2025-06-05
std.c.SOCK: define NONBLOCK and CLOEXEC for haiku
Elaine Gibson
2025-05-29
std.c: Expand the definition of NetBSD's pthread_rwlock_t for more targets.
Alex Rønne Petersen
2025-05-29
std.c: Fix return type for NetBSD's __sigfillset14().
Alex Rønne Petersen
2025-05-29
std.c: Fix sigrtmin()/sigrtmax() for FreeBSD and NetBSD.
Alex Rønne Petersen
2025-05-22
Add EVFILT_USER and friends for OpenBSD
Evan Silberman
2025-05-21
libc: implement common `abs` for various integer sizes (#23893)
David
2025-05-17
std.c: Fill out some missing definitions for supported NetBSD libc targets.
Alex Rønne Petersen
2025-05-09
std.posix: Add sigrtmin() and sigrtmax()
Pat Tullmann
2025-04-30
c.zig: glibc/musl export 1024-bit sigset_t
Pat Tullmann
2025-04-26
std.c: use arch's ino_t and off_t for dirent
Carter Snook
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-03-27
std.posix: add getuid()/geteuid()
blurrycat
2025-03-25
std.c: android bionic C supports arc4random_buf and getentropy
孙冰
2025-03-11
std.c: fix sysconf names (std.c._SC) for android api
孙冰
2025-03-11
std.c: Add definitions for SerenityOS
Linus Groh
2025-02-22
zig build fmt
Andrew Kelley
2025-02-20
std.c: define MADV for darwin
Gabriel Borrelli
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-11
std.c: was missing calloc
Meghan Denny
2025-02-10
Merge pull request #22834 from krkk/hi-this-is-my-first-PR-and-heres-my-break...
Alex Rønne Petersen
2025-02-09
std.c: Fix definition of stack_t on OpenBSD
Linus Groh
2025-02-09
std.c: Use std.c.NI as the flags type in getnameinfo
Karol Kosek
2025-02-09
std.c: Support optional addr and host arguments in getnameinfo
Karol Kosek
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2025-02-07
Merge pull request #20511 from archbirdplus
Andrew Kelley
2025-02-06
std: fix compilation under -lc
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-06
std.c: add `HINT` to macos `MAP`
David Rubin
2025-02-03
std.c: fix timerfd_clockid_t.MONOTONIC on freebsd
John Benediktsson
2025-02-03
std.c: use linux.timerfd_clockid_t
John Benediktsson
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2025-01-30
std.c: define more fields for darwin.AI
Meghan Denny
2025-01-29
std.c: android bionic compatibility fixes (getrandom & getaddressinfo) (#22143)
Bing Sun
2025-01-29
Merge pull request #22634 from nektro/patch-6
Alex Rønne Petersen
2025-01-29
std: mkdir(2) mode uses mode_t
Meghan Denny
2025-01-29
std.c: add `msghdr` and `msghdr_const` definitions for macos
David Rubin
2025-01-29
std: add optional times pointer for futimes, futimens, utimes, utimensat
thejohnny5
2025-01-29
std.c: was missing darwin.kevent64_s
Meghan Denny
2025-01-27
std.c: was missing darwin.@"close$NOCANCEL"
Meghan Denny
2025-01-27
std.c: was missing darwin.host_t
Meghan Denny
2025-01-27
std.c: was missing darwin.natural_t
Meghan Denny
[prev]
[next]