aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2025-04-30c.zig: glibc/musl export 1024-bit sigset_tPat Tullmann
2025-04-03std.c.darwin.CPUFAMILY: Add ARM_TAHITI and ARM_TUPAI.Alex Rønne Petersen
2025-03-11std.c: Add definitions for SerenityOSLinus Groh
2025-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
2025-02-06runtime page size detectionArchbirdplus
2025-01-26Revert d714cf33405486d9aa707e9aee8f103a011d06e9 (#21273)Alex Rønne Petersen
2025-01-26std.c.darwin: Fix EXC.MASK compile error (#21273)injuly
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-16add m4 {pro,max} detectionDavid Rubin
2024-12-16std.c.darwin.posix_spawn: fix signaturemlugg
2024-11-19std.c.darwin: make os_log_t a pointer to opaqueDaniel Berg
2024-11-13Fix std.c.EXC.MASK struct to match definition in mach/exception_types.h (#21964)Daniel Hooper
2024-10-03fix typo in segset_tSaurabh Mishra
2024-09-24fix THREAD_STATE_NONE on darwinmatt
2024-08-28std: update `std.builtin.Type` fields to follow naming conventionsmlugg
2024-08-19std: add native cpu detection for apple m3 (#21116)Meghan Denny
2024-07-20std.Target: Remove `kfreebsd` OS specifier.Alex Rønne Petersen
2024-07-19move non-libc stuff out of std.cAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-03[std.c] Add eventfd and dup3 functions to FreeBSDcryptocode
2024-06-18std.posix: remove unchecked std.os.linux usageIsaac Freund
2024-06-17std: fix pthread_{get,set}name_np return type ABIIsaac Freund
2024-06-17std: make all dirent structs externIsaac Freund
2024-04-18std.fs.Dir.openFile: use wasi libc API when -lcAndrew Kelley
2024-04-08haiku: fix directory iterationJacob Young
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-27haiku: fix poll definitionsJacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-15bsd: debitrot std.cMichael Dusan
2024-03-15dragonfly: debitrot std.cMichael Dusan
2024-03-14bsd: add missing os.IFNAMESIZEMichael Dusan
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-08std.c.openbsd: remove nop `usingnamespace`mlugg
2024-02-15std.os.termios: add/fix std.c.TCSA for BSDsMichael Dusan
2024-02-14bsd: debitrot type-safe std.c.OMichael Dusan
2024-02-14std.os: export T struct and winsize structTim Culverhouse
2024-02-12std.os.speed_t: add type safetyAndrew Kelley
2024-02-12std.os.termios: add type safety to lflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to cflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to oflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to iflag fieldAndrew Kelley
2024-02-12std.os.termios: consolidate and correctAndrew Kelley
2024-02-12std.c.NCSS: consolidate and correctAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley