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-10-10
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen
2025-10-03
std.c: Also make Sigaction flags a c_uint for serenity
Linus Groh
2025-10-03
std.c: Add missing SIG constants for serenity
Linus Groh
2025-09-30
std.debug: miscellaneous fixes
mlugg
2025-09-30
std: rework/remove ucontext_t
mlugg
2025-09-27
lib/std/c: sync "struct stat" for DragonFly
Michael Neumann
2025-09-20
std.c: add MSG support for dragonfly
John Benediktsson
2025-09-20
std.c: adjust shm_open to be variadic on darwin
John Benediktsson
2025-09-17
Merge pull request #25195 from blblack/netdefs
Andrew Kelley
2025-09-13
std.posix.ptrace: support more platforms more correctly
Justus Klausecker
2025-09-09
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black
2025-09-09
std: add linger struct for SO.LINGER
Brandon Black
2025-09-09
std: add in_pktinfo and in6_pktinfo structs defs
Brandon Black
2025-09-09
std.c: Add accept_filter_arg for some BSDs
Brandon Black
2025-09-09
std: Add SCM constants for socket control messages
Brandon Black
2025-09-08
recvmsg: posix wrapper, void on windows
Brandon Black
2025-09-08
socketpair: posix wrapper, void on windows
Brandon Black
2025-09-03
Fix cmsghdr struct for the *nixes
Brandon Black
2025-09-03
std.c: add getresuid & getresgid
doclic
2025-09-03
std.c: Enable arc4random_buf for serenity
Linus Groh
2025-08-30
Populate MSG struct for OpenBSD (#25076)
Brandon Mercer
2025-08-27
std.c: add correct SOMAXCONN for BSDs
Brandon Black
2025-08-21
Merge pull request #24921 from Justus2308/messy-mach
Andrew Kelley
2025-08-20
Add mlock syscalls to std.c and std.posix
Brandon Black
2025-08-20
std.c.darwin: cleanup, expose everything in std.c
Justus Klausecker
2025-08-19
expose darwin.PT in std.c
Justus Klausecker
2025-08-10
std.c: Remove serenity's internet_checksum() function
Linus Groh
2025-08-07
std: fix std.c._msize signature
Meghan Denny
2025-08-05
std.c: fix utsname array sizes
Veikka Tuominen
2025-08-01
enable pwd.h functions for other OSes
Chinmay Dalal
2025-07-31
Merge pull request #24633 from linusg/more-serenity-fixes
Andrew Kelley
2025-07-30
add grp.h functions to c.zig
Chinmay Dalal
2025-07-30
std.posix: Default ACCMODE to NONE for serenity
Linus Groh
2025-07-30
std.c: Fix MAP for serenity
Linus Groh
2025-07-30
std.c: Fix msghdr_const for serenity
Linus Groh
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
[next]