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-06-25
std.c: few freebsd's kinfo api fixes.
David CARLIER
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
std.c: fix few capcisum api calls, following-up on 6ae19fa.
David CARLIER
2023-06-24
std.c: fix host_basic_info definition for darwin.
David CARLIER
2023-06-24
std.c: freebsd fix typo for PROC.PROCCTL_MD_MIN constant.
David CARLIER
2023-06-22
std.c: update netbsd/openbsd mman constants
David CARLIER
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
Merge pull request #15867 from devnexen/haiku_malloc_usable_size
Andrew Kelley
2023-06-18
std.c: exposing timer api
David CARLIER
2023-06-15
dragonfly: fix std.c.getdents
Michael Dusan
2023-06-15
openbsd: fix std.c.getdents and debitrot
Michael Dusan
2023-06-15
freebsd: fix std.c.getdents
Michael Dusan
2023-05-29
std.os: fix uname usage.
David CARLIER
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-26
while at it, adding for dragonflybsd too
David CARLIER
2023-05-26
std.c: haiku also supports malloc_usable_size to benefit zig's heap
David Carlier
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
[next]