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-10-12
std.dynamic_library: update to new elf API
Andrew Kelley
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
IoUring: fix an issue in tests where InvalidVersion might get thrown by skipK...
Jean-Baptiste "Jiboo" Lepesme
2024-10-06
Merge pull request #21608 from mikdusan/ppc64
Alex Rønne Petersen
2024-10-06
Merge pull request #21587 from alexrp/hexagon-porting
Alex Rønne Petersen
2024-10-05
stage1 ppc64: remove inline-asm overlapping clobbers
Michael Dusan
2024-10-04
std.os.linux: Fix mmap() syscall invocation for s390x.
Alex Rønne Petersen
2024-10-03
generate_linux_syscalls: Rename mmap_pgoff to mmap2.
Alex Rønne Petersen
2024-10-03
std.os.linux: Add hexagon arch bits.
Alex Rønne Petersen
2024-10-03
std.os.linux: Rename some arch bits files to match std.Target.Cpu.Arch tags.
Alex Rønne Petersen
2024-09-24
std: add arch bits for s390x-linux (#21342)
Meghan Denny
2024-09-07
std: Fix assembler comment syntax for sparc.
Alex Rønne Petersen
2024-08-31
std.os.linux: Define the Stat struct for riscv32.
Alex Rønne Petersen
2024-08-30
std.os.linux: Fix syscall6() when building for PIC/PIE.
Alex Rønne Petersen
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
Dwarf: implement .eh_frame
Jacob Young
2024-08-23
std.os.linux: Fix bunch of compilation errors (#21138)
Michał Drozd
2024-08-18
std.os.linux: Fix Stat struct for mips/mips64.
Alex Rønne Petersen
2024-08-18
std.os.linux: Fix rlimit_resource for mips64; move out of arch bits.
Alex Rønne Petersen
2024-08-18
std.os.linux: Fix syscall errno value handling for mips.
Alex Rønne Petersen
2024-08-15
loongarch: fix asm to set thread pointer (#21086)
YANG Xudong
2024-08-13
add getcontext
YANG Xudong
2024-08-12
`std.os.linux`: Add clone() implementation for mips64. (#21038)
Alex Rønne Petersen
2024-08-12
std.os.linux.tls: Support sparc32.
Alex Rønne Petersen
2024-08-11
std.os.linux.start_pie: Add support for the new RELR relocation format.
Alex Rønne Petersen
2024-08-09
Merge pull request #21004 from alexrp/linux-6.10
Andrew Kelley
2024-08-09
std: add loongarch64 support (#20915)
YANG Xudong
2024-08-09
Update Linux syscalls to 6.10.
Alex Rønne Petersen
2024-08-07
Add getppid to std.c and std.os.linux.
Jeffrey C. Ollie
2024-08-07
std.os.linux: Move clone() here and stop exporting it.
Alex Rønne Petersen
2024-08-07
Merge pull request #20922 from alexrp/vdso
Andrew Kelley
2024-08-07
std.os.linux.start_pie: Add sparc/sparc64 support.
Alex Rønne Petersen
2024-08-03
std.os.linux: Add VDSO definition for riscv32/riscv64.
Alex Rønne Petersen
2024-08-03
std.os.linux: Fix CGT_SYM for mips/mips64.
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-08-01
Merge pull request #20857 from alexrp/tls-porting
Andrew Kelley
2024-07-30
std.os.linux.start_pie: Use a 64-bit displacement for s390x.
Alex Rønne Petersen
2024-07-30
std.os.linux.start_pie: Apply MIPS local GOT relocations.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add csky support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add arc support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add hexagon support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add s390x support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add loongarch support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Add m68k support.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Fix layout computation for the modified Variant I.
Alex Rønne Petersen
2024-07-30
std.os.linux.tls: Refactor and improve documentation.
Alex Rønne Petersen
2024-07-30
std.os.linux.syscalls: Regenerate based on Linux v6.7.
Alex Rønne Petersen
2024-07-30
std.os.linux.start_pie: Rewrite relocate() to avoid jump tables and libcalls.
Alex Rønne Petersen
[next]