aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
2025-10-30Merge pull request #25763 from mrjbq7/cancelledJohn Benediktsson
2025-10-29Merge pull request #25592 from ziglang/init-std.IoAndrew Kelley
2025-10-29std.os.linux: fix restore for powerpc/powerpc64Alex Rønne Petersen
2025-10-29std.os.linux.IoUring: disable failing testAndrew Kelley
2025-10-29std.os.linux.s390x: fix restore functionAndrew Kelley
2025-10-29std.os.linux.x86: fix signal restore functionAndrew Kelley
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29std.os.linux.IoUring: use linux msghdrAndrew Kelley
2025-10-29std: fix some Io compilation errorsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-23std.os.linux.tls: add hppa supportAlex Rønne Petersen
2025-10-23std.os.linux.tls: add sh supportAlex Rønne Petersen
2025-10-23std.os.linux.tls: add microblaze supportAlex Rønne Petersen
2025-10-23std.os.linux.tls: add alpha supportAlex Rønne Petersen
2025-10-23std.Target: add arceb and xtensaeb Cpu.Arch tagsAlex Rønne Petersen
2025-10-18std.os.linux: add or1k arch bitsAlex Rønne Petersen
2025-10-18std.os.linux.tls: implement or1k supportAlex Rønne Petersen
2025-10-18std.os.linux: remove syscall7() on mips64/mipsn32Alex Rønne Petersen
2025-10-18std.os.linux: fix some issues in x32 inline asmAlex Rønne Petersen
2025-10-18std.os.linux: fix some issues in mipsn32 inline asmAlex Rønne Petersen
2025-10-18std: make all MIPS inline asm safe for MIPS IAlex Rønne Petersen
2025-10-17Merge pull request #25610 from alexrp/std-os-linux-cleanupAlex Rønne Petersen
2025-10-17std.os.linux.tls: don't unnecessarily use std.posixAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete x32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: add incomplete mipsn32 arch bits fileAlex Rønne Petersen
2025-10-17std.os.linux: clean up a bunch of dead constsAlex Rønne Petersen
2025-10-17std.os.linux: retranslate F_* constants and Flock struct, and move out of arc...Alex Rønne Petersen
2025-10-17std.os.linux: replace usize/isize in arch bits with fixed types for clarityAlex Rønne Petersen
2025-10-17std.os.linux: move some generic decls out of the arch bitsAlex Rønne Petersen
2025-10-16std.os.linux.thumb: remove some @setRuntimeSafety(false) with no clear purposeAlex Rønne Petersen
2025-10-16std.os.linux: remove some pointless asm clobbers in naked fnsAlex Rønne Petersen
2025-10-16std.os.linux: fix a bunch of syscall and time ABI issues on hexagonAlex Rønne Petersen
2025-10-14std.os.linux.sparc64: use icc instead of xcc in asm clobbersAlex Rønne Petersen
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-10-09std.os.linux: remove dead/wrong msghdr definitions in some arch bitsAlex Rønne Petersen
2025-10-07std.os.linux: add ucontext_t and mcontext_t for mips/mips64Alex Rønne Petersen
2025-10-07std.os.linux: minor NFC corrections to hexagon ucontext_t and mcontext_tAlex Rønne Petersen
2025-10-05std.os.linux: add mcontext_t and ucontext_t for hexagonAlex Rønne Petersen
2025-10-03std.os.linux: improve the s390x mcontext_t definitionAlex Rønne Petersen
2025-09-30std: rework/remove ucontext_tmlugg
2025-09-30std: fix os.linux.x86.syscall6mlugg
2025-09-28std.os.linux: delete restore and restore_rt for hexagon, loongarch, mips, riscvAlex Rønne Petersen
2025-09-23Don't specify clobbers in `restore_rt`taylor.fish
2025-09-23Fix PowerPC `restore_rt`taylor.fish
2025-09-24Fix PowerPC syscalls causing invalid code from CBEtaylor.fish
2025-09-15bpf: use bitCast instead of intCast in ld_imm_implGeorge Huebner
2025-08-28std.os.linux: powerpc syscalls clobber ctr and xerAlex Rønne Petersen
2025-08-16implement registering NAPI on IoUring (#24850)Özgür Akkurt
2025-08-14Linux: Update syscall list for 6.16Stephen Gregoratto
2025-08-06linux/mips.zig: Use `i32` for stat nsec fieldsPat Tullmann