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
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
2023-05-07
std.c: darwin add host_info based data.
David CARLIER
2023-05-06
std.c: adding cpu affinity api for macOs (mainly x86_64)
David CARLIER
2023-05-05
Merge pull request #15317 from devnexen/darwin_rand_nativegen
Veikka Tuominen
2023-05-04
std.c: add os_proc_available_memory for darwin
David CARLIER
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-29
std.c: add mincore api to darwin.
David CARLIER
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-23
std: add a subset of the macOs's libproc api.
David CARLIER
2023-04-22
std: add CCRandomGenerateBytes macOs native api.
David CARLIER
2023-04-06
std: add os_log/signpost api (sort of linux's perf event equivalent)
David CARLIER
2023-04-05
std: add a subset of the apple's QOS api
David CARLIER
2023-03-26
std: add the VM_MAKE_TAG macro for darwin.
David CARLIER
2023-03-18
darwin: put posix spawn constants in POSIX_SPAWN struct
Jakub Konka
2023-03-18
macos: HCS PoC working
Jakub Konka
2023-03-18
darwin: resurrect posix_spawn wrappers
Jakub Konka
2023-03-16
std: move os/darwin.zig and related to c/darwin.zig
Jakub Konka
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-14
darwin: add even more wrappers for Mach syscalls
Jakub Konka
2022-12-13
darwin: add thread_act_t wrapper and helpers
Jakub Konka
2022-12-13
darwin: wrap task_threads mach syscall
Jakub Konka
2022-12-12
darwin: add more defs and wrappers
Jakub Konka
2022-12-12
darwin: add defs and funcs for Mach exception handling
Jakub Konka
2022-12-11
darwin: wrap mach_port_insert_right kernel call
Jakub Konka
[next]