aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/darwin.zig
AgeCommit message (Expand)Author
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
2023-07-31Revert "std.c: darwin adding more host_info api data"Andrew Kelley
2023-07-31Revert "std.c: adding basic darwin's host_statistics data."Andrew Kelley
2023-07-31Revert "std.c: further darwin's host statistics data"Andrew Kelley
2023-07-31Revert "std.c: darwin's *copyfile api update."Andrew Kelley
2023-07-31Revert "std.Thread: refining stack size from platform minimum, changes more t...Andrew Kelley
2023-07-31Revert "std.os: fix uname usage."Andrew Kelley
2023-07-31Revert "std.c: fix host_basic_info definition for darwin."Andrew Kelley
2023-07-25darwin: drop underscore from SIG._{BLOCK,UNBLOCK,SETMASK}Lauri Tirkkonen
2023-07-20darwin: update mcontext_t definition for aarch64 to add neon statekcbanner
2023-07-20debug: fixup base address calculations for machokcbanner
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-24std.c: fix host_basic_info definition for darwin.David CARLIER
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-05-29std.os: fix uname usage.David CARLIER
2023-05-25std.Thread: refining stack size from platform minimum, changes more targetted...David CARLIER
2023-05-17std.c: darwin's *copyfile api update.David CARLIER
2023-05-13std.c: further darwin's host statistics dataDavid CARLIER
2023-05-12std.c: adding basic darwin's host_statistics data.David CARLIER
2023-05-11fix formatting in darwin.zigVeikka Tuominen
2023-05-11std.c: darwin adding more host_info api dataDavid CARLIER