aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/darwin.zig
AgeCommit message (Expand)Author
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
2022-02-24time: introduce Instant (#10972)protty
2022-02-15Adds Linux support for POSIX file locking with fcntlAnthony Carrico
2022-02-14Merge pull request #10486 from ominitay/metadataVeikka Tuominen
2022-02-13std.c.*: add birthtime function to Statominitay
2022-02-13std.c.darwin.Stat: use timespecominitay
2022-02-11validate in Windows using VirtualQuerym
2022-02-07debug: implement segfault handler for macOS aarch64John Schmidt
2022-01-18Implement segfault handler for macOS x86_64John Schmidt
2022-01-12Use libc if_nametoindex if available when parsing IPsJohn Schmidt
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-12-04Added an explicit type for the termios constants (#10266)Zapolsky Anton
2021-11-21Change darwin c.VMIN -> c.V.MIN to match LinuxDante Catalfamo
2021-11-01std: expose rusage constants under rusage namespaceAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-16Set the Storage socket sizes to be system definedStephen Gregoratto
2021-09-01std.os reorg: regression fixes to stack_t, and std.ThreadAndrew Kelley
2021-09-01std.os fixes to get the test suite passing againAndrew Kelley
2021-09-01std: fix regressions from this branchAndrew Kelley
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os: more reorganization effortsAndrew Kelley
2021-09-01std: reorganize std.c to eliminate `usingnamespace`Andrew Kelley
2021-09-01std.os reorganization, avoiding `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley
2021-08-13Fix darwin ulock usage on macOS (#9545)Thom Chiovoloni
2021-07-29std/c: add pthread_setname_np and pthread_getname_npVincent Rischmann
2021-06-13format zig files and add formatting check to cijacob gw
2021-06-12std.Thread.Futex addition (#9070)protty
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-01-14organize std lib concurrency primitives and add RwLockAndrew Kelley
2021-01-01std: Show the panicking thread IDLemonBoy
2020-12-31Year++Frank Denis
2020-12-23rework std.ResetEvent, improve std lib Darwin integrationAndrew Kelley
2020-12-23std: add Darwin and FreeBSD sem_t bitsAndrew Kelley
2020-11-18Merge pull request #6385 from LemonBoy/callocatorAndrew Kelley
2020-11-05Implement a fallback mechanism for posix_memalignLemonBoy