aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/linux
AgeCommit message (Expand)Author
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
2025-07-16canonicalize loongarch clobbersAndrew Kelley
2025-07-16fix mips inline asmAndrew Kelley
2025-07-16remove condition codesAndrew Kelley
2025-07-16zig fmtAndrew Kelley
2025-07-07os: fix missing and incorrect msghdr definitionsNameless
2025-07-01std.os.linux: Define ucontext_t and mcontext_t for RISC-VAlex Rønne Petersen
2025-06-22Update 32-bit PowerPC syscall functionstaylor.fish
2025-06-21Fix illegal behavior from syscalls on powerpc64letaylor.fish
2025-06-18linux: futex v2 API updatesPat Tullmann
2025-06-17linux: futex v1 API cleanupPat Tullmann
2025-05-18start: Don't artificially limit some posixCallMainAndExit() logic to Linux.Alex Rønne Petersen
2025-05-11Merge pull request #23810 from alexrp/more-test-targetsAlex Rønne Petersen
2025-05-08std: Disable `os.linux.test.test.fallocate` on MIPS N32.Alex Rønne Petersen
2025-05-06Add register_file_alloc_rangeSeiichi Uchida
2025-04-30linux: update `sigmask` in every arch `ucontext_t`Pat Tullmann
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30std.os.linux: export kernel-sized sigset_t and operationsPat Tullmann
2025-04-28std.os.linux: Add missing time_t definition for sparc64.Alex Rønne Petersen
2025-04-15std: add os.linux.sysinfo(), use it for process.totalSystemMemory()Ryan King
2025-04-10Fix sigaddset/sigdelset bit-fiddling mathPat Tullmann
2025-04-08Merge pull request #23376 from sweiglbosker/m68k-archbitsAlex Rønne Petersen
2025-04-07std.os.linux: Add some missing arch bits for loongarch64.Alex Rønne Petersen
2025-04-07std: Disable usage of fstat() and friends on loongarch.Alex Rønne Petersen
2025-04-07std.os.linux: use heap.pageSize() instead of MMAP2_UNITStefan Weigl-Bosker
2025-04-07std.os.linux: add arch bits for m68kStefan Weigl-Bosker
2025-03-27check result of mmap() call to handle a large base_addr value correctlySean Stasiak
2025-03-26Merge pull request #23062 from ianic/io_uring_bindAlex Rønne Petersen
2025-03-24lib/std: PermissionDenied/AccessDenied cleanup and falloutPat Tullmann
2025-03-05io_uring: refactor buf_reg flagsIgor Anić
2025-03-05io_uring: incremental provided buffer consumptionIgor Anić
2025-03-05io_uring: add setsockopt/getsockoptIgor Anić
2025-03-05io_uring: probe capabilities functionIgor Anić