aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/darwin.zig
AgeCommit message (Expand)Author
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
2022-12-11darwin: wrap allocating and deallocating mach ports for a taskJakub Konka
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-04std.os: fix alignment of Sigaction.handler_fnRyan Schneider
2022-10-29std.fs: Add MAX_NAME_BYTESRyan Liptak
2022-10-13std.c: fix incorrect return typesAli Chraghi
2022-09-29std: Replace use of stage1 function pointersominitay
2022-09-23add missing darwin typesBill Nagel
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-07-04std: update bsd bits to new fn ptr semanticsAndrew Kelley
2022-05-26std.c: Fix incorrect dirent structure (#11602)Yuto Oguchi
2022-05-07std.c: Move Darwin-unspecific functions from std/c/darwin.zig to std/c.zigaiotter
2022-05-06std.c: Add C APIs to read directoriesaiotter
2022-03-19Sema: implement zirSwitchCaptureElse for error setsVeikka Tuominen
2022-03-17macos: update Mach routines for accessing page infoJakub Konka
2022-03-16std: introduce posix_spawn as an alt to fork-execJakub Konka
2022-03-13std: more c/darwin.zig fixesJakub Konka
2022-03-13macos: add Mach task abstractionJakub Konka
2022-03-13macos: add kernel return valuesJakub Konka
2022-03-13macos: add more mach primitivesJakub Konka
2022-03-10macos: add mach_* syscalls for process mgmtJakub Konka