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
/
linux
Age
Commit message (
Expand
)
Author
2024-07-30
std.os.linux.start_pie: Add mips and mips64 support.
Alex Rønne Petersen
2024-07-29
std: Stop supporting Linux/glibc versions older than declared in std.Target.
Alex Rønne Petersen
2024-07-29
std.os.linux.tls: Handle riscv32 in setThreadPointer().
Alex Rønne Petersen
2024-07-29
std.os.linux.start_pie: Handle riscv32 in getDynamicSymbol().
Alex Rønne Petersen
2024-07-29
std.os.linux.test: Partially skip statx() test on riscv32.
Alex Rønne Petersen
2024-07-29
std.os.linux: Add riscv32 support.
Alex Rønne Petersen
2024-07-29
std.os.linux.syscalls: Regenerate based on Linux v6.7.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add hexagon support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add arc support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add csky support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Handle armeb, thumb, thumbeb, and aarch64_be too.
Alex Rønne Petersen
2024-07-24
Merge pull request #20749 from alexrp/start-pie
Andrew Kelley
2024-07-24
std.os.linux.start_pie: Add s390x support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add m68k support.
Alex Rønne Petersen
2024-07-24
std.os.linux.start_pie: Add loongarch support.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Fix setThreadPointer() for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set some constants correctly for powerpcle.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_tcb_size correctly for thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux.tls: Set tls_variant correctly for thumbeb.
Alex Rønne Petersen
2024-07-23
add std.testing.random_seed
Andrew Kelley
2024-07-22
update start code to use `@disableInstrumentation`
Andrew Kelley
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
bpf: sync map/prog/attach type with latest linux kernel
Tw
2024-06-20
io_uring: don't assume completions order (2)
Igor Anić
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-06-08
Fix slight deviation from spec in handling Elf*_Rela relative relocations
Shane Peelar
2024-06-08
io_uring: don't assume completions order
Igor Anić
2024-06-06
disable failing IoUring test
Andrew Kelley
2024-06-05
generate loongarch64 Linux syscalls
YANG Xudong
2024-05-09
fix integer overflow in IoUring buffer ring size calculation
Karl Bohlmark
2024-04-28
std.posix.iovec: use .base and .len instead of .iov_base and .iov_len
Nameless
2024-04-20
Fix usage of `unexpectedErrno`
Jared Baur
2024-03-31
io_uring: simplify copy_cqe logic
Igor Anić
2024-03-31
io_uring: fix copy_cqes logic
Igor Anić
2024-03-31
io_uring: add failing test
Igor Anić
2024-03-19
fix compilation failures found by CI
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-15
io_uring: ring mapped buffers (#17806)
Igor Anić
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-08
std.os.linux: rework io_uring support
mlugg
2024-02-23
std.net, std.http: simplify
Andrew Kelley
2024-02-12
Replaced loop with memcpys
CPestka
2024-02-12
Merge pull request #18898 from psnszsn/iouring_waitid
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-11
io_uring: add waitid operation
Vlad Pănăzan
2024-02-06
std.os.linux.MAP: use a packed struct
Andrew Kelley
2024-01-29
std: add docs about return value of submit() (#18721)
Constantin Pestka
2024-01-15
Linux: Update syscalls for the 6.7 release
Stephen Gregoratto
[prev]
[next]