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
2024-10-03
fix typo in segset_t
Saurabh Mishra
2024-09-24
fix THREAD_STATE_NONE on darwin
matt
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-19
std: add native cpu detection for apple m3 (#21116)
Meghan Denny
2024-07-19
move non-libc stuff out of std.c
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-17
std: fix pthread_{get,set}name_np return type ABI
Isaac Freund
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
2024-03-15
bsd: debitrot std.c
Michael Dusan
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-02-12
std.os.termios: add type safety to lflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to cflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to oflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to iflag field
Andrew Kelley
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std.c.NCSS: consolidate and correct
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.c.MAP: use a packed struct
Andrew Kelley
2023-10-03
correctly detect apple a15 and a16 chips
xdBronch
2023-07-31
Revert "std: add a subset of the macOs's libproc api."
Andrew Kelley
2023-07-31
Revert "std.c: add mincore api to darwin."
Andrew Kelley
2023-07-31
Revert "std.c: add os_proc_available_memory for darwin"
Andrew Kelley
2023-07-31
Revert "Merge pull request #15317 from devnexen/darwin_rand_nativegen"
Andrew Kelley
2023-07-31
Revert "std.c: adding cpu affinity api for macOs (mainly x86_64)"
Andrew Kelley
2023-07-31
Revert "std.c: darwin add host_info based data."
Andrew Kelley
2023-07-31
Revert "std.c: darwin adding more host_info api data"
Andrew Kelley
2023-07-31
Revert "std.c: adding basic darwin's host_statistics data."
Andrew Kelley
2023-07-31
Revert "std.c: further darwin's host statistics data"
Andrew Kelley
2023-07-31
Revert "std.c: darwin's *copyfile api update."
Andrew Kelley
2023-07-31
Revert "std.Thread: refining stack size from platform minimum, changes more t...
Andrew Kelley
2023-07-31
Revert "std.os: fix uname usage."
Andrew Kelley
2023-07-31
Revert "std.c: fix host_basic_info definition for darwin."
Andrew Kelley
2023-07-25
darwin: drop underscore from SIG._{BLOCK,UNBLOCK,SETMASK}
Lauri Tirkkonen
2023-07-20
darwin: update mcontext_t definition for aarch64 to add neon state
kcbanner
2023-07-20
debug: fixup base address calculations for macho
kcbanner
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
std.c: fix host_basic_info definition for darwin.
David CARLIER
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-05-29
std.os: fix uname usage.
David CARLIER
2023-05-25
std.Thread: refining stack size from platform minimum, changes more targetted...
David CARLIER
2023-05-17
std.c: darwin's *copyfile api update.
David CARLIER
2023-05-13
std.c: further darwin's host statistics data
David CARLIER
2023-05-12
std.c: adding basic darwin's host_statistics data.
David CARLIER
2023-05-11
fix formatting in darwin.zig
Veikka Tuominen
2023-05-11
std.c: darwin adding more host_info api data
David CARLIER
[next]