aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2025-05-09std.posix: Add sigrtmin() and sigrtmax()Pat Tullmann
2025-04-30c.zig: glibc/musl export 1024-bit sigset_tPat Tullmann
2025-04-26std.c: use arch's ino_t and off_t for direntCarter Snook
2025-04-07std.os.linux: use heap.pageSize() instead of MMAP2_UNITStefan Weigl-Bosker
2025-03-27std.posix: add getuid()/geteuid()blurrycat
2025-03-25std.c: android bionic C supports arc4random_buf and getentropy孙冰
2025-03-11std.c: fix sysconf names (std.c._SC) for android api孙冰
2025-03-11std.c: Add definitions for SerenityOSLinus Groh
2025-02-22zig build fmtAndrew Kelley
2025-02-20std.c: define MADV for darwinGabriel Borrelli
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-11std.c: was missing callocMeghan Denny
2025-02-10Merge pull request #22834 from krkk/hi-this-is-my-first-PR-and-heres-my-break...Alex Rønne Petersen
2025-02-09std.c: Fix definition of stack_t on OpenBSDLinus Groh
2025-02-09std.c: Use std.c.NI as the flags type in getnameinfoKarol Kosek
2025-02-09std.c: Support optional addr and host arguments in getnameinfoKarol Kosek
2025-02-09wasi: fix wasm-wasi-musl constantsPat Tullmann
2025-02-07Merge pull request #20511 from archbirdplusAndrew Kelley
2025-02-06std: fix compilation under -lcAndrew Kelley
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-06std.c: add `HINT` to macos `MAP`David Rubin
2025-02-03std.c: fix timerfd_clockid_t.MONOTONIC on freebsdJohn Benediktsson
2025-02-03std.c: use linux.timerfd_clockid_tJohn Benediktsson
2025-02-01std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...Chris Boesch
2025-01-30std.c: define more fields for darwin.AIMeghan Denny
2025-01-29std.c: android bionic compatibility fixes (getrandom & getaddressinfo) (#22143)Bing Sun
2025-01-29Merge pull request #22634 from nektro/patch-6Alex Rønne Petersen
2025-01-29std: mkdir(2) mode uses mode_tMeghan Denny
2025-01-29std.c: add `msghdr` and `msghdr_const` definitions for macosDavid Rubin
2025-01-29std: add optional times pointer for futimes, futimens, utimes, utimensatthejohnny5
2025-01-29std.c: was missing darwin.kevent64_sMeghan Denny
2025-01-27std.c: was missing darwin.@"close$NOCANCEL"Meghan Denny
2025-01-27std.c: was missing darwin.host_tMeghan Denny
2025-01-27std.c: was missing darwin.natural_tMeghan Denny
2025-01-23adding std.c.TCP.NODELAY for macos (#22404)John Benediktsson
2025-01-16all: update to `std.builtin.Type.Pointer.Size` field renamesmlugg
2024-12-14Also export mach_timebase_info_data from darwingbaraldi
2024-11-24std.Target: Add Os.HurdVersionRange for Os.Tag.hurd.Alex Rønne Petersen
2024-11-16Add missing pthread_key_t definition for DarwinGabriel Borrelli
2024-11-12std: fix compiler errorsPauloCampana
2024-11-07Add missing Darwin declarations (#21929)Daniel Hooper
2024-11-02Merge pull request #21860 from alexrp/llvm-triple-stuffAlex Rønne Petersen
2024-11-01std.c: Added `utsname` struct definition for `.macos` (#21873)Brook Jeynes
2024-11-01std.Target: Add support for specifying Android API level.Alex Rønne Petersen
2024-10-07dragonfly std: more std.c supportMichael Dusan
2024-10-04std.c: Make dlopen() accept null for the path parameter.Alex Rønne Petersen
2024-10-04Merge pull request #21578 from alexrp/s390x-portingAlex Rønne Petersen
2024-10-04Merge pull request #21577 from alexrp/mips32-statAlex Rønne Petersen
2024-10-04std.c: Fix Sigaction struct for s390x-linux-gnu.Alex Rønne Petersen