aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/darwin.zig
AgeCommit message (Expand)Author
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
2023-05-07std.c: darwin add host_info based data.David CARLIER
2023-05-06std.c: adding cpu affinity api for macOs (mainly x86_64)David CARLIER
2023-05-05Merge pull request #15317 from devnexen/darwin_rand_nativegenVeikka Tuominen
2023-05-04std.c: add os_proc_available_memory for darwinDavid CARLIER
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-29std.c: add mincore api to darwin.David CARLIER
2023-04-25change semantics of `@memcpy` and `@memset`Andrew Kelley
2023-04-23std: add a subset of the macOs's libproc api.David CARLIER
2023-04-22std: add CCRandomGenerateBytes macOs native api.David CARLIER
2023-04-06std: add os_log/signpost api (sort of linux's perf event equivalent)David CARLIER
2023-04-05std: add a subset of the apple's QOS apiDavid CARLIER
2023-03-26std: add the VM_MAKE_TAG macro for darwin.David CARLIER
2023-03-18darwin: put posix spawn constants in POSIX_SPAWN structJakub Konka
2023-03-18macos: HCS PoC workingJakub Konka
2023-03-18darwin: resurrect posix_spawn wrappersJakub Konka
2023-03-16std: move os/darwin.zig and related to c/darwin.zigJakub Konka
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-14darwin: add even more wrappers for Mach syscallsJakub Konka
2022-12-13darwin: add thread_act_t wrapper and helpersJakub Konka
2022-12-13darwin: wrap task_threads mach syscallJakub Konka
2022-12-12darwin: add more defs and wrappersJakub Konka
2022-12-12darwin: add defs and funcs for Mach exception handlingJakub Konka
2022-12-11darwin: wrap mach_port_insert_right kernel callJakub Konka