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.zig
Age
Commit message (
Expand
)
Author
2024-08-01
std.os.linux: Unbreak the build
Alex Rønne Petersen
2024-08-01
Merge pull request #20870 from alexrp/target-cleanup-3
Andrew Kelley
2024-08-01
Merge pull request #20869 from alexrp/linux-syscalls
Andrew Kelley
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.os.linux: Hook up newly added syscall enums.
Alex Rønne Petersen
2024-07-30
std.os.linux: Adjust for rename of mips syscall enums.
Alex Rønne Petersen
2024-07-30
std.os.linux.AUDIT: Rewrite ARCH in terms of std.elf.EM.
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: Remove the sparc64 workaround in fadvise().
Alex Rønne Petersen
2024-07-29
std.os.linux: Define timespec as kernel_timespec (64-bit) for riscv32.
Alex Rønne Petersen
2024-07-29
std.os.linux: Add riscv32 support.
Alex Rønne Petersen
2024-07-29
std.os.linux: Some adjustments after syscall generation strategy changes.
Alex Rønne Petersen
2024-07-26
std.os.linux: Fix default value for perf_event_attr.clockid field.
Alex Rønne Petersen
2024-07-23
std.os.linux.AUDIT: Fix s390x; add loongarch64 and xtensa.
Alex Rønne Petersen
2024-07-23
std.os.linux: Also define O for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux: Also define MAP for armeb and thumbeb.
Alex Rønne Petersen
2024-07-23
std.os.linux: Define (MIN)SIGSTKSZ for all supported Linux architectures.
Alex Rønne Petersen
2024-07-23
std.os.linux: Define syscalls for armeb and thumbeb too.
Alex Rønne Petersen
2024-07-23
std.os.linux: Import arch bits for armeb and thumbeb too.
Alex Rønne Petersen
2024-07-22
std: Wrap setpgid on POSIX
Nguyễn Gia Phong
2024-07-21
std.os.linux: sched_setaffinity fix (#20357)
Gabor Lekeny
2024-07-19
Merge pull request #20679 from ziglang/std.c-reorg
Andrew Kelley
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
fix fanotify_mark on 32-bit
Techatrix
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-15
std.os.linux: export getauxval only when building executable or root has main...
Vesim
2024-07-12
std.os.linux: type safety for fanotify metadata event mask field
Andrew Kelley
2024-07-12
std.os.linux: add AT.HANDLE_FID
Andrew Kelley
2024-07-12
std.os.linux: fanotify_init, fanotify_mark, name_to_handle_at
Andrew Kelley
2024-07-09
Merge pull request #20561 from jacobly0/debug-segfaults
Andrew Kelley
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-07-09
debug: prevent segfaults on linux
Jacob Young
2024-07-03
Add two new io_uring flags to linux.zig
Nikita
2024-06-13
Fix futex2_waitv syscall
Peng Guanwen
2024-05-20
fix: incorrect field sizes in std.os.linux.ifmap
Wes Koerber
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-30
cbe: rewrite `CType`
Jacob Young
2024-03-23
haiku: debitrot
Jacob Young
2024-03-20
std: fix inconsistent errno size on linux
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
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-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-08
std.os.linux: rework io_uring support
mlugg
2024-03-08
std.os.linux: do not use `usingnamespace` to define getauxval
mlugg
2024-03-08
std.os.linux: remove unnecessary use of `usingnamespace`
mlugg
2024-03-05
std.os.linux: enforce null-terminated path arguments
OK Ryoko
2024-02-13
std.posix.termios: bring V back
Andrew Kelley
[next]