index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
c
/
darwin.zig
Age
Commit message (
Expand
)
Author
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-01
std: Show the panicking thread ID
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-23
rework std.ResetEvent, improve std lib Darwin integration
Andrew Kelley
2020-12-23
std: add Darwin and FreeBSD sem_t bits
Andrew Kelley
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-05
Implement a fallback mechanism for posix_memalign
LemonBoy
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-10-28
Clean up exporting of symbols on Darwin
Jakub Konka
2020-10-18
Darwin has arc4random(), too
Frank Denis
2020-10-08
std.c (darwin) update to new opaque syntax
Andrew Kelley
2020-10-08
Merge pull request #6516 from LemonBoy/fastfilecopy
Andrew Kelley
2020-10-07
New review round
LemonBoy
2020-10-03
std: Make file copy ops use zero-copy mechanisms
LemonBoy
2020-10-02
make symlink buffer null-terminated
Loris Cro
2020-08-24
Link against libSystem when generating Mach-O exe
Jakub Konka
2020-08-20
Merge pull request #6103 from Vexu/extern
Andrew Kelley
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-20
correct llvm linkage conversion
Vexu
2020-08-20
disallow extern variables with initializers
Vexu
2020-06-24
Use fstatat on macOS (otherwise uses 32bit)
Jakub Konka
2020-05-16
macos: use realpath$DARWIN_EXTSN
Michael Dusan
2020-03-24
std: Slim duplicate logic for some calls
LemonBoy
2020-03-05
std: fix sendfile on macOS and FreeBSD
Michael Dusan
2020-03-03
fix macosx and freebsd build failures
Andrew Kelley
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-01-27
Unify the two DWARF interpreters
LemonBoy
2020-01-18
std: turn EAI_ constants into a non-exhaustive enum
daurnimator
2020-01-09
New @export() handling
LemonBoy
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-11-05
std: close is OSX specific
daurnimator
2019-10-30
fixes for macos and 32 bit arches
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley