COMMITS
/ lib/std/c.zig November 14, 2025
R
system specific errno
rpkak committed
L
Fix std.c.MSF.SYNC for freebsd, openbsd, dragonfly
Lukas Lalinsky committed
L
Define std.c.MADV for openbsd
Lukas Lalinsky committed
L
Define std.c.MADV for NetBSD
Lukas Lalinsky committed
November 16, 2025
L
Fix AI/NI flag definitions for BSD systems
Lukas Lalinsky committed
November 15, 2025
M
std.c: implement rusage for freebsd
Meghan Denny committed
November 13, 2025
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
November 9, 2025
J
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young committed
November 7, 2025
L
Fix kqueue definitions on NetBSD
Lukas Lalinsky committed
October 31, 2025
A
std.c: add missing MINSIGSTKSZ for some FreeBSD targets
Alex Rønne Petersen committed
October 29, 2025
J
Elf2: start implementing dynamic linking
Jacob Young committed
October 28, 2025
A
std.c: fix msghdr struct on big endian targets
Andrew Kelley committed
A
std.Io.Threaded: implement ResetEvent in terms of pthreads
Andrew Kelley committed
October 27, 2025
A
std: make signal numbers into an enum
Andrew Kelley committed
October 24, 2025
A
std.Io.Threaded: implement cancellation for pthreads
Andrew Kelley committed
October 16, 2025
A
std: make IPv6 address parsing system-independent
Andrew Kelley committed
A
std: fix macos compilation errors
Andrew Kelley committed
October 14, 2025
A
compiler: update for introduction of std.Io
Andrew Kelley committed
October 2, 2025
A
std: fix msghdr and cmsghdr when using musl libc
Andrew Kelley committed
October 26, 2025
A
remove all Oracle Solaris support
Alex Rønne Petersen committed
October 25, 2025
R
std.c: implement sigrtmin()/sigrtmax() for solaris/illumos
Ryan Zezeski committed
R
std.c: define MSG constants for solaris/illumos
Ryan Zezeski committed
R
std.c: define arc4random_buf() for illumos
Ryan Zezeski committed
October 20, 2025
W
std.{c,posix}: add getgid and getegid
Wim de With committed
October 9, 2025
A
std: stop exposing anything having to do with ucontext_t
Alex Rønne Petersen committed
October 3, 2025
L
std.c: Also make Sigaction flags a c_uint for serenity
Linus Groh committed
L
std.c: Add missing SIG constants for serenity
Linus Groh committed
September 17, 2025
M
std.debug: miscellaneous fixes
mlugg committed
M
std: rework/remove ucontext_t
mlugg committed
September 27, 2025
M
lib/std/c: sync "struct stat" for DragonFly
Michael Neumann committed
September 20, 2025
J
std.c: add MSG support for dragonfly
John Benediktsson committed
September 18, 2025
J
std.c: adjust shm_open to be variadic on darwin
John Benediktsson committed
A
Merge pull request #25195 from blblack/netdefs
Andrew Kelley committed
September 13, 2025
J
std.posix.ptrace: support more platforms more correctly
Justus Klausecker committed
September 9, 2025
B
std: add IP, IPV6, IPTOS sockopt constants
Brandon Black committed
B
std: add linger struct for SO.LINGER
Brandon Black committed
B
std: add in_pktinfo and in6_pktinfo structs defs
Brandon Black committed
B
std.c: Add accept_filter_arg for some BSDs
Brandon Black committed
B
std: Add SCM constants for socket control messages
Brandon Black committed
September 8, 2025
B
recvmsg: posix wrapper, void on windows
Brandon Black committed
B
socketpair: posix wrapper, void on windows
Brandon Black committed
September 2, 2025
B
Fix cmsghdr struct for the *nixes
Brandon Black committed
September 3, 2025
D
std.c: add getresuid & getresgid
doclic committed
L
std.c: Enable arc4random_buf for serenity
Linus Groh committed
August 30, 2025
B
Populate MSG struct for OpenBSD (#25076)
Brandon Mercer committed
August 25, 2025
B
std.c: add correct SOMAXCONN for BSDs
Brandon Black committed
August 21, 2025
A
Merge pull request #24921 from Justus2308/messy-mach
Andrew Kelley committed
August 19, 2025
B
Add mlock syscalls to std.c and std.posix
Brandon Black committed
J
expose darwin.PT in std.c
Justus Klausecker committed
August 20, 2025
J
std.c.darwin: cleanup, expose everything in std.c
Justus Klausecker committed