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
2022-08-11
std: fix definition of SIG_IGN, SIG_DFL, etc.
Isaac Freund
2022-07-04
std: update bsd bits to new fn ptr semantics
Andrew Kelley
2022-05-26
std.c: Fix incorrect dirent structure (#11602)
Yuto Oguchi
2022-05-07
std.c: Move Darwin-unspecific functions from std/c/darwin.zig to std/c.zig
aiotter
2022-05-06
std.c: Add C APIs to read directories
aiotter
2022-03-19
Sema: implement zirSwitchCaptureElse for error sets
Veikka Tuominen
2022-03-17
macos: update Mach routines for accessing page info
Jakub Konka
2022-03-16
std: introduce posix_spawn as an alt to fork-exec
Jakub Konka
2022-03-13
std: more c/darwin.zig fixes
Jakub Konka
2022-03-13
macos: add Mach task abstraction
Jakub Konka
2022-03-13
macos: add kernel return values
Jakub Konka
2022-03-13
macos: add more mach primitives
Jakub Konka
2022-03-10
macos: add mach_* syscalls for process mgmt
Jakub Konka
2022-02-24
time: introduce Instant (#10972)
protty
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-02-14
Merge pull request #10486 from ominitay/metadata
Veikka Tuominen
2022-02-13
std.c.*: add birthtime function to Stat
ominitay
2022-02-13
std.c.darwin.Stat: use timespec
ominitay
2022-02-11
validate in Windows using VirtualQuery
m
2022-02-07
debug: implement segfault handler for macOS aarch64
John Schmidt
2022-01-18
Implement segfault handler for macOS x86_64
John Schmidt
2022-01-12
Use libc if_nametoindex if available when parsing IPs
John Schmidt
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-04
Added an explicit type for the termios constants (#10266)
Zapolsky Anton
2021-11-21
Change darwin c.VMIN -> c.V.MIN to match Linux
Dante Catalfamo
2021-11-01
std: expose rusage constants under rusage namespace
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-16
Set the Storage socket sizes to be system defined
Stephen Gregoratto
2021-09-01
std.os reorg: regression fixes to stack_t, and std.Thread
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-13
Fix darwin ulock usage on macOS (#9545)
Thom Chiovoloni
2021-07-29
std/c: add pthread_setname_np and pthread_getname_np
Vincent Rischmann
2021-06-13
format zig files and add formatting check to ci
jacob gw
2021-06-12
std.Thread.Futex addition (#9070)
protty
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
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
[next]