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-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
2025-01-23
adding std.c.TCP.NODELAY for macos (#22404)
John Benediktsson
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-14
Also export mach_timebase_info_data from darwin
gbaraldi
2024-11-24
std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.
Alex Rønne Petersen
2024-11-16
Add missing pthread_key_t definition for Darwin
Gabriel Borrelli
2024-11-12
std: fix compiler errors
PauloCampana
2024-11-07
Add missing Darwin declarations (#21929)
Daniel Hooper
2024-11-02
Merge pull request #21860 from alexrp/llvm-triple-stuff
Alex Rønne Petersen
2024-11-01
std.c: Added `utsname` struct definition for `.macos` (#21873)
Brook Jeynes
2024-11-01
std.Target: Add support for specifying Android API level.
Alex Rønne Petersen
2024-10-07
dragonfly std: more std.c support
Michael Dusan
2024-10-04
std.c: Make dlopen() accept null for the path parameter.
Alex Rønne Petersen
2024-10-04
Merge pull request #21578 from alexrp/s390x-porting
Alex Rønne Petersen
2024-10-04
Merge pull request #21577 from alexrp/mips32-stat
Alex Rønne Petersen
2024-10-04
std.c: Fix Sigaction struct for s390x-linux-gnu.
Alex Rønne Petersen
[next]