aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c/darwin.zig
AgeCommit message (Expand)Author
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
2020-11-05std: Split kernel&libc definitions of stat structLemonBoy
2020-10-28Clean up exporting of symbols on DarwinJakub Konka
2020-10-18Darwin has arc4random(), tooFrank Denis
2020-10-08std.c (darwin) update to new opaque syntaxAndrew Kelley
2020-10-08Merge pull request #6516 from LemonBoy/fastfilecopyAndrew Kelley
2020-10-07New review roundLemonBoy
2020-10-03std: Make file copy ops use zero-copy mechanismsLemonBoy
2020-10-02make symlink buffer null-terminatedLoris Cro
2020-08-24Link against libSystem when generating Mach-O exeJakub Konka
2020-08-20Merge pull request #6103 from Vexu/externAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-20correct llvm linkage conversionVexu
2020-08-20disallow extern variables with initializersVexu
2020-06-24Use fstatat on macOS (otherwise uses 32bit)Jakub Konka
2020-05-16macos: use realpath$DARWIN_EXTSNMichael Dusan
2020-03-24std: Slim duplicate logic for some callsLemonBoy
2020-03-05std: fix sendfile on macOS and FreeBSDMichael Dusan
2020-03-03fix macosx and freebsd build failuresAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-01-27Unify the two DWARF interpretersLemonBoy
2020-01-18std: turn EAI_ constants into a non-exhaustive enumdaurnimator
2020-01-09New @export() handlingLemonBoy
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley
2019-11-05std: close is OSX specificdaurnimator
2019-10-30fixes for macos and 32 bit archesAndrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley