COMMITS
/ lib/std/c.zig July 14, 2025
A
std.c: add missing netbsd and freebsd MSG flags
Andrew Kelley committed
July 11, 2025
A
make msghdr.iovlen unsigned
Andrew Kelley committed
B
Add setsid to std.(c|posix)
Brandon Black committed
July 6, 2025
A
std.c: Use __sigemptyset14 for sigemptyset on NetBSD
Alex Rønne Petersen committed
June 24, 2025
D
c.darwin: define MSG for macos (#24224)
Dacheng committed
May 31, 2025
E
std.c: getcontext is not supported on haiku
Elaine Gibson committed
E
std.c.SOCK: define NONBLOCK and CLOEXEC for haiku
Elaine Gibson committed
May 29, 2025
A
std.c: Expand the definition of NetBSD's pthread_rwlock_t for more targets.
Alex Rønne Petersen committed
A
std.c: Fix return type for NetBSD's __sigfillset14().
Alex Rønne Petersen committed
A
std.c: Fix sigrtmin()/sigrtmax() for FreeBSD and NetBSD.
Alex Rønne Petersen committed
May 21, 2025
E
Add EVFILT_USER and friends for OpenBSD
Evan Silberman committed
May 20, 2025
D
libc: implement common `abs` for various integer sizes (#23893)
David committed
May 16, 2025
A
std.c: Fill out some missing definitions for supported NetBSD libc targets.
Alex Rønne Petersen committed
April 29, 2025
P
std.posix: Add sigrtmin() and sigrtmax()
Pat Tullmann committed
April 13, 2025
P
c.zig: glibc/musl export 1024-bit sigset_t
Pat Tullmann committed
April 21, 2025
C
std.c: use arch's ino_t and off_t for dirent
Carter Snook committed
March 29, 2025
S
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker committed
March 27, 2025
B
std.posix: add getuid()/geteuid()
blurrycat committed
March 25, 2025
March 11, 2025
孙
std.c: fix sysconf names (std.c._SC) for android api
孙冰 committed
March 10, 2025
L
std.c: Add definitions for SerenityOS
Linus Groh committed
February 23, 2025
A
zig build fmt
Andrew Kelley committed
February 19, 2025
G
std.c: define MADV for darwin
Gabriel Borrelli committed
January 24, 2025
A
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen committed
February 11, 2025
M
std.c: was missing calloc
Meghan Denny committed
February 10, 2025
A
Merge pull request #22834 from krkk/hi-this-is-my-first-PR-and-heres-my-breaking-change-haha
Alex Rønne Petersen committed
February 9, 2025
L
std.c: Fix definition of stack_t on OpenBSD
Linus Groh committed
K
std.c: Use std.c.NI as the flags type in getnameinfo
Karol Kosek committed
K
std.c: Support optional addr and host arguments in getnameinfo
Karol Kosek committed
September 10, 2024
P
wasi: fix wasm-wasi-musl constants
Pat Tullmann committed
February 7, 2025
A
Merge pull request #20511 from archbirdplus
Andrew Kelley committed
February 5, 2025
A
std: fix compilation under -lc
Andrew Kelley committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
B
A
Merge pull request #22634 from nektro/patch-6
Alex Rønne Petersen committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
February 6, 2025
D
std.c: add `HINT` to macos `MAP`
David Rubin committed
February 2, 2025
J
std.c: fix timerfd_clockid_t.MONOTONIC on freebsd
John Benediktsson committed
J
std.c: use linux.timerfd_clockid_t
John Benediktsson committed
February 1, 2025
C
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create() (#22627)
Chris Boesch committed
January 28, 2025
M
std.c: define more fields for darwin.AI
Meghan Denny committed
M
std: mkdir(2) mode uses mode_t
Meghan Denny committed
D
std.c: add `msghdr` and `msghdr_const` definitions for macos
David Rubin committed
M
std.c: was missing darwin.kevent64_s
Meghan Denny committed
M
std.c: was missing darwin.@"close$NOCANCEL"
Meghan Denny committed
M
std.c: was missing darwin.host_t
Meghan Denny committed
M
std.c: was missing darwin.natural_t
Meghan Denny committed
December 15, 2024
T
std: add optional times pointer for futimes, futimens, utimes, utimensat
thejohnny5 committed
January 23, 2025
J
adding std.c.TCP.NODELAY for macos (#22404)
John Benediktsson committed
January 15, 2025
M
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg committed