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-05-29
std.os: fix uname usage.
David CARLIER
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-25
std.Thread: refining stack size from platform minimum, changes more targetted...
David CARLIER
2023-05-22
std.c: fix freebsd's CPU_ISSET call
David CARLIER
2023-05-22
std.c: openbsd sigcontext/ucontext fix enum
Michael Dusan
2023-05-20
std.c: adding ptrace for netbsd.
David CARLIER
2023-05-17
std.c: darwin's *copyfile api update.
David CARLIER
2023-05-16
std.c: add ptrace for freebsd support.
David CARLIER
2023-05-16
std.c: add netbsd's accept_filter_data for ACCEPT_FILTER sock opt.
David CARLIER
2023-05-15
std.c: add rfork for freebsd
David CARLIER
2023-05-14
std.os: implementing sched_setaffinity wrapper for freebsd
David CARLIER
2023-05-13
std.os: adding linux's sched_setaffinity and its wrapper
David CARLIER
2023-05-13
linux adding some NUMA support
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-10
std.c: adding freebsd's ioctl base operands.
David CARLIER
2023-05-10
std.c: add freebsd's kinfo_vmobject
David CARLIER
2023-05-10
std.c: adding freebsd's domainset_t bitset
David CARLIER
2023-05-09
std.fs: selfExePath haiku using constants instead
David Carlier
2023-05-09
std.c: adding freebsd's domainset api
David CARLIER
2023-05-09
std.c: openbsd sigcontext/ucontext for arm64.
David Carlier
2023-05-09
std.c: adding freebsd's kinfo_proc type.
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-05-03
std.c: adding freebsd's CPU_COUNT macro portage.
David CARLIER
2023-04-30
std.c: add essential freebsd's capsicum api subset.
David CARLIER
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-30
std.c: freebsd add procctl exclusive x86_64 flags
David CARLIER
2023-04-30
std.c:complete further more netbsd's mmap flags
David CARLIER
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-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: add CCRandomGenerateBytes macOs native api.
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
[next]