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
/
linux.zig
Age
Commit message (
Expand
)
Author
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
2020-10-04
implement {get, set}rlimit for linux
xackus
2020-10-03
Add IORING_FEAT_POLL_32BITS
Joran Dirk Greef
2020-09-21
Define SPLICE, PROVIDE_BUFFERS, REMOVE_BUFFERS and TEE opcodes and flags
Joran Dirk Greef
2020-09-20
Add IORING_FEAT_FAST_POLL
Joran Dirk Greef
2020-09-19
Fix io_uring_sqe to use the names of the first member of each union
Joran Dirk Greef
2020-09-19
Remove default values from io_uring_sqe struct
Joran Dirk Greef
2020-09-19
Add splice_fd_in to io_uring_sqe and future-proof for anonymous unions
Joran Dirk Greef
2020-09-17
Add IORING_SQ_CQ_OVERFLOW to std/os/bits/linux.zig
Joran Dirk Greef
2020-09-11
std: add securebits definitions for linux
Isaac Freund
2020-09-11
std: add prctl definition for linux
Isaac Freund
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-08
Add the Linux TCP socket options
Jens Goldberg
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-03
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund
2020-08-22
Bpf: move under os/linux instead of bits (#6126)
Matthew Knight
2020-08-21
fixed bpf namespace
Matt Knight
2020-08-20
add UTIME_NOW and UTIME_OMIT constants for use in utimensat/futimens
heidezomp
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-17
added bpf() syscall and some supporting structs (#6061)
Matthew Knight
2020-07-22
Add signalfd support (#5322)
luna
2020-07-01
Implement std.os for powerpc64{,le}
Shawn Anastasio
2020-06-02
cleanups
Andrew Kelley
2020-06-02
Make ifru fields sentinel-terminated
Luna
2020-06-02
Replace C types in declarations
Luna
2020-06-02
Replace C shorts by integer types
Luna
2020-06-02
Fix ifreq definition
Luna
2020-06-02
Only resolve scope id when needed
Luna
2020-06-02
Add some interface structs to linux bits
Luna
2020-05-30
linux: fix IOSQE_BIT decl and io_uring_sqe flags
Vincent Rischmann
2020-05-17
linux: remove duplicated fields
Vincent Rischmann
2020-05-05
zig fmt
Tadeo Kondrak
2020-04-28
std.meta.IntType -> std.meta.Int
Tadeo Kondrak
2020-04-24
Add mips support to standard library
Timon Kruiper
2020-04-18
update std lib to decls being disallowed between fields
Vexu
2020-04-01
Workaround for #4789
LemonBoy
2020-04-01
std: Fix more NetBSD bits
LemonBoy
2020-03-30
std: update for linux 5.6 release
daurnimator
[next]