aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
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
2024-10-03Merge pull request #21570 from alexrp/windows-itaniumAlex Rønne Petersen
2024-10-03std.c: Fix Stat struct layout for mips/mipsel with glibc.Alex Rønne Petersen
2024-09-28Initial port work for `*-windows-itanium` support.Alex Rønne Petersen
2024-09-24std.Target: Introduce Abi.androideabi to distinguish the soft float case.Alex Rønne Petersen
2024-09-01std.c: fix pthread_mutex_t size for x86_64-linux-gnuJeremy Hertel
2024-08-31std.c.passwd: support macOS and NetBSDfn ⌃ ⌥
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-23Update c.zig, openbsd don't have getcontextbilaliscarioth
2024-08-18std.c: Fix Sigaction struct for glibc on mips/mips64.Alex Rønne Petersen
2024-08-18std.c: Fix Stat struct for mips/mips64 on linux.Alex Rønne Petersen
2024-08-12std.Target: Remove minix OS tag.Alex Rønne Petersen
2024-08-07POSIX link() syscall only takes two arguments (no flags)Pat Tullmann
2024-08-07Add getppid to std.c and std.os.linux.Jeffrey C. Ollie
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
2024-07-28chore: correct non-standard comments.matt ettler
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-22std: Wrap setpgid on POSIXNguyễn Gia Phong
2024-07-20std.Target: Remove `kfreebsd` OS specifier.Alex Rønne Petersen
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19macos doesn't have pipe2Andrew Kelley
2024-07-19move non-libc stuff out of std.cAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley