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-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
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-03
std.c: Fix Stat struct layout for mips/mipsel with glibc.
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-01
std.c: fix pthread_mutex_t size for x86_64-linux-gnu
Jeremy Hertel
2024-08-31
std.c.passwd: support macOS and NetBSD
fn ⌃ ⌥
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-23
Update c.zig, openbsd don't have getcontext
bilaliscarioth
2024-08-18
std.c: Fix Sigaction struct for glibc on mips/mips64.
Alex Rønne Petersen
2024-08-18
std.c: Fix Stat struct for mips/mips64 on linux.
Alex Rønne Petersen
2024-08-12
std.Target: Remove minix OS tag.
Alex Rønne Petersen
2024-08-07
POSIX link() syscall only takes two arguments (no flags)
Pat Tullmann
2024-08-07
Add getppid to std.c and std.os.linux.
Jeffrey C. Ollie
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-28
chore: correct non-standard comments.
matt ettler
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-22
std: Wrap setpgid on POSIX
Nguyễn Gia Phong
2024-07-20
std.Target: Remove `kfreebsd` OS specifier.
Alex Rønne Petersen
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
macos doesn't have pipe2
Andrew Kelley
2024-07-19
move non-libc stuff out of std.c
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
[next]