aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/darwin.zig
AgeCommit message (Expand)Author
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-08-21make some compile errors aliases insteadJustus Klausecker
2025-08-20std.c.darwin: cleanup, expose everything in std.cJustus Klausecker
2025-06-24c.darwin: define MSG for macos (#24224)Dacheng
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-02-17std.Target: Remove functions that just wrap component functions.Alex Rønne Petersen
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-19move non-libc stuff out of std.cAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-09std: fix typos (#20560)Jora Troosh
2024-06-17std: fix pthread_{get,set}name_np return type ABIIsaac Freund
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-23haiku: debitrotJacob Young
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-11std.builtin: make link mode fields lowercaseTristan Ross
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
2024-02-06std.c.MAP: use a packed structAndrew Kelley
2023-10-03correctly detect apple a15 and a16 chipsxdBronch
2023-07-31Revert "std: add a subset of the macOs's libproc api."Andrew Kelley
2023-07-31Revert "std.c: add mincore api to darwin."Andrew Kelley
2023-07-31Revert "std.c: add os_proc_available_memory for darwin"Andrew Kelley
2023-07-31Revert "Merge pull request #15317 from devnexen/darwin_rand_nativegen"Andrew Kelley
2023-07-31Revert "std.c: adding cpu affinity api for macOs (mainly x86_64)"Andrew Kelley
2023-07-31Revert "std.c: darwin add host_info based data."Andrew Kelley