aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-10-04make freebsd copy_file_range return type signedrpkak
2025-09-30std.debug: miscellaneous fixesmlugg
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-20std.c: adjust shm_open to be variadic on darwinJohn Benediktsson
2025-09-17Merge pull request #25195 from blblack/netdefsAndrew Kelley
2025-09-13std.posix.ptrace: support more platforms more correctlyJustus Klausecker
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2025-09-09std: Add SCM constants for socket control messagesBrandon Black
2025-09-03Fix cmsghdr struct for the *nixesBrandon Black
2025-08-21make some compile errors aliases insteadJustus Klausecker
2025-08-20std.c.darwin: cleanup, expose everything in std.cJustus Klausecker
2025-08-10std.c: Remove serenity's internet_checksum() functionLinus Groh
2025-08-01enable pwd.h functions for other OSesChinmay Dalal
2025-06-24c.darwin: define MSG for macos (#24224)Dacheng
2025-06-05haiku: restore functions mistakenly removed in e8c4e79Elaine Gibson
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