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
2025-08-28
std.os.linux: powerpc syscalls clobber ctr and xer
Alex Rønne Petersen
2025-08-16
implement registering NAPI on IoUring (#24850)
Özgür Akkurt
2025-08-14
Linux: Update syscall list for 6.16
Stephen Gregoratto
2025-08-06
linux/mips.zig: Use `i32` for stat nsec fields
Pat Tullmann
2025-07-16
canonicalize loongarch clobbers
Andrew Kelley
2025-07-16
fix mips inline asm
Andrew Kelley
2025-07-16
remove condition codes
Andrew Kelley
2025-07-16
zig fmt
Andrew Kelley
2025-07-07
os: fix missing and incorrect msghdr definitions
Nameless
2025-07-01
std.os.linux: Define ucontext_t and mcontext_t for RISC-V
Alex Rønne Petersen
2025-06-22
Update 32-bit PowerPC syscall functions
taylor.fish
2025-06-21
Fix illegal behavior from syscalls on powerpc64le
taylor.fish
2025-06-18
linux: futex v2 API updates
Pat Tullmann
2025-06-17
linux: futex v1 API cleanup
Pat Tullmann
2025-05-18
start: Don't artificially limit some posixCallMainAndExit() logic to Linux.
Alex Rønne Petersen
2025-05-11
Merge pull request #23810 from alexrp/more-test-targets
Alex Rønne Petersen
2025-05-08
std: Disable `os.linux.test.test.fallocate` on MIPS N32.
Alex Rønne Petersen
2025-05-06
Add register_file_alloc_range
Seiichi Uchida
2025-04-30
linux: update `sigmask` in every arch `ucontext_t`
Pat Tullmann
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
std.os.linux: export kernel-sized sigset_t and operations
Pat Tullmann
2025-04-28
std.os.linux: Add missing time_t definition for sparc64.
Alex Rønne Petersen
2025-04-15
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King
2025-04-10
Fix sigaddset/sigdelset bit-fiddling math
Pat Tullmann
2025-04-08
Merge pull request #23376 from sweiglbosker/m68k-archbits
Alex Rønne Petersen
2025-04-07
std.os.linux: Add some missing arch bits for loongarch64.
Alex Rønne Petersen
2025-04-07
std: Disable usage of fstat() and friends on loongarch.
Alex Rønne Petersen
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-04-07
std.os.linux: add arch bits for m68k
Stefan Weigl-Bosker
2025-03-27
check result of mmap() call to handle a large base_addr value correctly
Sean Stasiak
2025-03-26
Merge pull request #23062 from ianic/io_uring_bind
Alex Rønne Petersen
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-05
io_uring: refactor buf_reg flags
Igor Anić
2025-03-05
io_uring: incremental provided buffer consumption
Igor Anić
2025-03-05
io_uring: add setsockopt/getsockopt
Igor Anić
2025-03-05
io_uring: probe capabilities function
Igor Anić
2025-03-05
io_uring: fix tests on 5.4.0 kernel
Igor Anić
2025-03-05
io_uring: add bind and listen
Igor Anić
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-11
linux/IoUring: add register_files_sparse
nikneym
2025-02-11
linux/io_uring_sqe: add prep_files_update
nikneym
2025-02-11
linux/io_uring_sqe: add prep_cancel_fd
nikneym
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2025-01-26
std.os.linux: Adding sigdelset (#22406)
Enrique Miguel Mora Meza
2025-01-19
std.os.linux: Don't emit CFI directives if unwind tables are disabled.
Alex Rønne Petersen
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-11
std.os.linux: Add unwinding protection in clone() implementations.
Alex Rønne Petersen
2024-11-24
std.os.linux.pie: Fix a relocation error for s390x.
Alex Rønne Petersen
[next]