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
/
os
/
bits
/
darwin.zig
Age
Commit message (
Expand
)
Author
2020-12-31
Year++
Frank Denis
2020-12-29
std: Fix poll definitions for FreeBSD/Darwin
LemonBoy
2020-12-23
added comments, removed useless comptime keywords
Loris Cro
2020-12-23
add termios bits for darwin
Loris Cro
2020-12-13
std: Fixes for siginfo test on macos
LemonBoy
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-03
Fix Darwin codepath
Jakub Konka
2020-11-01
std: add {set,get}rlimit bits and improve test
xackus
2020-10-08
Pull in Darwin definitions for rusage
Benjamin Feng
2020-09-03
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-05-24
(breaking) std.time fixups and API changes
Andrew Kelley
2020-05-22
Add poll definitions for Darwin
Greg Anders
2020-05-08
std: fix RTLD_ constants on OSX
daurnimator
2020-05-05
zig fmt
Tadeo Kondrak
2020-05-02
solve the problem with Darwin shims in std.os instead
Andrew Kelley
2020-05-01
Added socket bits for Darwin
Cato Auestad
2020-04-02
Use `flock` instead of `fcntl` to lock files
LeRoyce Pearson
2020-03-14
Define Flock for all posix systems
LeRoyce Pearson
2020-03-08
Define ino_t for systems not yet defining it
LeRoyce Pearson
2020-03-03
fix macosx and freebsd build failures
Andrew Kelley
2020-02-07
add fcntl support on darwin
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2019-12-10
fixed windows dynamic library loading and added loading for darwin
emekoi
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-21
std: remove O_LARGEFILE from OS bits when the OS does not define it
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-10-31
DragonFlyBSD tidyup
Tse
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-30
fix os.sockaddr being a union instead of a struct
Andrew Kelley
2019-10-30
make std.net more portable
Andrew Kelley
2019-10-30
fixes for macos and 32 bit arches
Andrew Kelley
2019-10-21
darwin: add AT_* bits
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley