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-11-01
std.c: add missing MINSIGSTKSZ for some FreeBSD targets
Alex Rønne Petersen
2025-10-29
Elf2: start implementing dynamic linking
Jacob Young
2025-10-29
std.c: fix msghdr struct on big endian targets
Andrew Kelley
2025-10-29
std.Io.Threaded: implement ResetEvent in terms of pthreads
Andrew Kelley
2025-10-29
std: make signal numbers into an enum
Andrew Kelley
2025-10-29
std.Io.Threaded: implement cancellation for pthreads
Andrew Kelley
2025-10-29
std: make IPv6 address parsing system-independent
Andrew Kelley
2025-10-29
std: fix macos compilation errors
Andrew Kelley
2025-10-29
compiler: update for introduction of std.Io
Andrew Kelley
2025-10-29
std: fix msghdr and cmsghdr when using musl libc
Andrew Kelley
2025-10-27
remove all Oracle Solaris support
Alex Rønne Petersen
2025-10-25
std.c: implement sigrtmin()/sigrtmax() for solaris/illumos
Ryan Zezeski
2025-10-25
std.c: define MSG constants for solaris/illumos
Ryan Zezeski
2025-10-25
std.c: define arc4random_buf() for illumos
Ryan Zezeski
2025-10-21
std.{c,posix}: add getgid and getegid
Wim de With
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
[next]