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
Age
Commit message (
Expand
)
Author
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-25
std.c: adding mincore for freebsd
David CARLIER
2023-04-24
std.c: add find_path for haiku
David Carlier
2023-04-23
std: adding sigevent to supported platforms.
David CARLIER
2023-04-23
std: adding FreeBSD's sched wrappers
David CARLIER
2023-04-23
std: mcontext layout for x86 and fixing few x86_64 fields types for
David Carlier
2023-04-23
std: add accept_filter struct to make use of SO_ACCEPTFILTER socket option
David CARLIER
2023-04-23
std: add a subset of the macOs's libproc api.
David CARLIER
2023-04-23
std: enriching malloc api on freebsd.
David CARLIER
2023-04-22
std: adding netbsd's pthread to cpu affinity api
David CARLIER
2023-04-22
os: expand sched_getaffinity wrapper and update freebsd's cpuset api flags.
David CARLIER
2023-04-21
std: adding freebsd's elf_aux_info api
David CARLIER
2023-04-18
std: freebsd update proposal
David CARLIER
2023-04-14
std: add shm_create_largepage for FreeBSD, completing MFD* constants.
David CARLIER
2023-04-14
std add getrandom to solato solaris based systems
David Carlier
2023-04-13
std: add kinfo_vmentry for FreeBSD
David CARLIER
2023-04-12
never use C pointers!!
Andrew Kelley
2023-04-08
std: add FreeBSD's procctl api.
David CARLIER
2023-04-06
std.os: add mincore syscall
jim price
2023-04-06
std: add os_log/signpost api (sort of linux's perf event equivalent)
David CARLIER
2023-04-06
Add NetBSD termios constants to std.c.netbsd
Nikita Ronja
2023-04-05
std: add madvise flags to freebsd
David CARLIER
2023-04-05
std: add a subset of the apple's QOS api
David CARLIER
2023-04-04
std: freebsd MAP* constants update, MAP_ALIGNED_SUPER and the MAP_ALIGNED macro.
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-28
netbsd: use versioned __msync13 from libc
Michael Dusan
2023-01-21
FreeBSD: add mcontext_t for aarch64
Stephen Gregoratto
2023-01-20
std: implement os.mprotect on Windows
mlugg
2023-01-18
netbsd: add mcontext_t for aarch64
Michael Dusan
2023-01-03
Merge pull request #13980 from ziglang/std.net
Andrew Kelley
2023-01-02
freebsd: add `std.c.arc4random_buf`
Michael Dusan
2023-01-02
dragonfly: add `std.c.arc4random_buf`
Michael Dusan
2023-01-02
netbsd: getFdPath: F_GETPATH implementation
Michael Dusan
2023-01-02
dragonfly: getFdPath: F_GETPATH implementation
Michael Dusan
2023-01-02
freebsd: getFdPath: < 13.1 fallback impl
Michael Dusan
2023-01-02
std.fs: add NAME_MAX for openbsd and netbsd
Michael Dusan
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-21
Fix missing pthread_key_t definition on linux
Ganesan Rajagopal
2022-12-14
std.c.fstatat64: add noalias attributes
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
[next]