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
Group-Canceled
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
groupAwait
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
/
linux.zig
Age
Commit message (
Expand
)
Author
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-31
std: Use truncating cast in WIFSTOPPED for Linux, FreeBSD and DragonFly
Philip Ã…kesson
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-21
linux: Add recent clone/clone3 and missing signalfd flags.
Aydin Mercan
2021-08-07
linux: add missing FUTEX definitions
Klecko
2021-08-02
Move iovec and log levels to bits/posix.zig
N00byEdge
2021-07-22
linux stdlib: fix definition of RW flags (#9428)
Biolunar
2021-07-10
Add waitid syscall on linux (#9335)
Malcolm Still
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-12
Make std.ChildProcess exit code u8 to match std.process.exit
Garrett Squire
2021-06-09
os/bits/linux: add the fadvise advice values
Vincent Rischmann
2021-06-07
Add Linux XDP bits (#9019)
Jens Goldberg
2021-06-01
os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible
Kenta Iwasaki
2021-06-01
os: `sockaddr_storage` -> `std.x.os.Socket.Address.Native.Storage`
Kenta Iwasaki
2021-06-01
x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits
lithdew
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-10
std/os, x/os/socket: windows support, socket helpers, getpeername()
lithdew
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-06
Merge pull request #8683 from LemonBoy/thumblinux
Andrew Kelley
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-04
std: Initial bringup for Linux on Thumb2
LemonBoy
2021-05-03
std/os/linux/bits: correct socket option codes for ppc/ppc64
lithdew
2021-05-01
std: Add signal numbers for SPARC
LemonBoy
2021-05-01
std: Import correct errno defs for SPARC
LemonBoy
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-15
std: change `@import("builtin")` to `std.builtin`
Andrew Kelley
2021-04-10
Add ppc Linux bits
Benjamin Feng
2021-04-04
os/bits/linux: add IPv6 socket options
Vincent Rischmann
2021-03-02
os/linux: fix IO_Uring.timeout
Vincent Rischmann
2021-01-11
os/bits/linux: add the termios cc bits
Vincent Rischmann
2021-01-08
Add IP_ constants
Robin Voetter
2021-01-03
Improve uring definitions
daurnimator
2020-12-31
Year++
Frank Denis
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-17
Add baudrate constants
Tau
2020-12-12
std: Further siginfo refinements
LemonBoy
2020-12-12
std: Improve sigaction interface
LemonBoy
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
Merge pull request #6895 from jorangreef/fallocate
Andrew Kelley
2020-11-04
std: Correct stack_t definition for mips
LemonBoy
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-11-01
Add definitions for FALLOC_FL_ mode flags
Joran Dirk Greef
2020-10-29
Merge pull request #6356 from jorangreef/io_uring
Andrew Kelley
2020-10-25
Fix SA_* constants for sparc64
Koakuma
2020-10-24
Add sparc64-specific values for the various SA_ and SIG_ constants
Koakuma
2020-10-24
Add sparc64 linux bits
Koakuma
2020-10-19
std: Minor changes to startup code
LemonBoy
2020-10-17
Make std.meta.Int accept a signedness parameter
Jan Prudil
2020-10-08
Rename ix_rss -> ixrss
Benjamin Feng
[next]