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
juice
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
std.Io.Threaded-groups-2
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-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
2022-12-11
darwin: wrap allocating and deallocating mach ports for a task
Jakub Konka
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-04
std.os: fix alignment of Sigaction.handler_fn
Ryan Schneider
2022-10-29
std.fs: Add MAX_NAME_BYTES
Ryan Liptak
2022-10-13
std.c: fix incorrect return types
Ali Chraghi
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-09-23
add missing darwin types
Bill Nagel
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
[next]