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
/
os
/
bits
Age
Commit message (
Expand
)
Author
2021-01-12
define nfds_t for windows
Bill Nagel
2021-01-11
os/bits/linux: add the termios cc bits
Vincent Rischmann
2021-01-11
Merge pull request #7134 from alexnask/fix_std_fs_watch
Andrew Kelley
2021-01-08
Add IP_ constants
Robin Voetter
2021-01-05
freebsd, netbsd, dragonfly: add struct timeval
xackus
2021-01-03
Improve uring definitions
daurnimator
2021-01-01
openbsd: add pollfd interface
Sébastien Marie
2020-12-31
Year++
Frank Denis
2020-12-30
std: Add more standard type definitions for FreeBSD
LemonBoy
2020-12-29
std: Fix compilation on FreeBSD/Darwin
LemonBoy
2020-12-29
std: Fix poll definitions for FreeBSD/Darwin
LemonBoy
2020-12-26
Merge pull request #7449 from kristoff-it/macos-termios
Andrew Kelley
2020-12-23
openbsd: implement segfault handling on openbsd x86_64
Sébastien Marie
2020-12-23
added comments, removed useless comptime keywords
Loris Cro
2020-12-23
add termios bits for darwin
Loris Cro
2020-12-23
openbsd: fix siginfo_t struct definition
Sébastien Marie
2020-12-23
Enable segfault handling on FreeBSD.
Alex Cameron
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-17
Add EV_ERROR to FreeBSD bits
Alexandros Naskos
2020-12-17
Add baudrate constants
Tau
2020-12-17
Add process_madvise to Linux syscalls (#7450)
Dmitry Atamanov
2020-12-15
openbsd: correct few structs
Sébastien Marie
2020-12-14
Add missed Linux syscalls
data-man
2020-12-13
Fix compilation error on OpenBSD
LemonBoy
2020-12-13
Fix compilation error on FreeBSD
LemonBoy
2020-12-13
std: Drop struct prefixes in FreeBSD siginfo
LemonBoy
2020-12-13
Fix Sigaction struct on FreeBSD.
Alex Cameron
2020-12-13
std: Update more siginfo bits for BSDs
LemonBoy
2020-12-13
std: Fixes for siginfo test on macos
LemonBoy
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-12-12
std: Improve sigaction interface
LemonBoy
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-25
std/os: fix prctl constants
Isaac Freund
2020-11-20
std/os: define and use dev_t for linux x86_64
Isaac Freund
2020-11-20
std/os: add time_t definiton for x86_64 linux
Isaac Freund
2020-11-10
openbsd: proper implementation for Thread.cpuCount()
Sébastien Marie
2020-11-10
openbsd: add time definitions for gettimeofday()
Sébastien Marie
2020-11-10
openbsd: add sockets constants
Sébastien Marie
2020-11-10
openbsd: add dlfcn.h definitions for dlopen()
Sébastien Marie
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
Merge pull request #6974 from daurnimator/prctl-cleanup
Andrew Kelley
2020-11-05
Merge pull request #6895 from jorangreef/fallocate
Andrew Kelley
2020-11-05
Label WASI stat as kernel_stat
LemonBoy
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-04
std: Correct stack_t definition for mips
LemonBoy
2020-11-04
std: use PR enum as only location of opcode numbers
daurnimator
2020-11-04
std: add PR enum for the prctl opcode
daurnimator
2020-11-03
Merge pull request #6921 from xackus/gimmeMoreOfThoseSweetSweetFileDescriptors
Jakub Konka
2020-11-03
Fix Darwin codepath
Jakub Konka
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
[next]