aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
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-15std.os.windows.CONTEXT: add sp field to getRegs() result for x86Alex Rønne Petersen
2025-10-14std.os.linux.sparc64: use icc instead of xcc in asm clobbersAlex Rønne Petersen
2025-10-10windows: workaround kernel race conditionJacob Young
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree
2025-10-10std: stop exposing anything having to do with ucontext_tAlex Rønne Petersen
2025-10-09std.os.linux: define PROT.SEM for xtensaAlex 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-30replace usages of old std.debug APIsmlugg
2025-09-28std.os.linux: delete restore and restore_rt for hexagon, loongarch, mips, riscvAlex Rønne Petersen
2025-09-28std.os.linux: delete SA.RESTORER and k_sigaction.restorer for hexagon, loonga...Alex Rønne Petersen
2025-09-23Don't specify clobbers in `restore_rt`taylor.fish
2025-09-23Fix PowerPC `restore_rt`taylor.fish
2025-09-24use copy_file_range syscall on linuxrpkak
2025-09-24Fix PowerPC syscalls causing invalid code from CBEtaylor.fish
2025-09-17Merge pull request #25195 from blblack/netdefsAndrew Kelley
2025-09-17Merge pull request #25217 from blblack/setsiderrAndrew Kelley
2025-09-17Merge pull request #25225 from Justus2308/darwin-fixesAndrew Kelley
2025-09-15bpf: use bitCast instead of intCast in ld_imm_implGeorge Huebner
2025-09-13std.os.linux.ptrace: add PTRACE_EVENT_* and PTRACE_O_* valuesJustus Klausecker
2025-09-12linux: Doc and check retval for no-fail pid callsBrandon Black
2025-09-12std.os.linux.setsid(): return raw syscall0 resultBrandon Black
2025-09-12std.os.linux.socketpair(): switch to unsigned argsBrandon Black
2025-09-09std: add IP, IPV6, IPTOS sockopt constantsBrandon Black
2025-09-09std: add linger struct for SO.LINGERBrandon Black
2025-09-09std: add in_pktinfo and in6_pktinfo structs defsBrandon Black
2025-09-09std: Add SCM constants for socket control messagesBrandon Black
2025-09-03Fix cmsghdr struct for the *nixesBrandon Black
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-28std.os.uefi: fix type error at MemoryType.format()tokyo4j
2025-08-28std.os.linux: powerpc syscalls clobber ctr and xerAlex Rønne Petersen
2025-08-25os.linux: faccessat wrapper prefer to faccessat syscall when flags is zero.Qun He
2025-08-21std.os.uefi: Fix typo that causes compile time error #22809"Lwazi Dube
2025-08-18Expanded std.os.linux perf-related definitions (#24264)Giuseppe Cesarano
2025-08-16implement registering NAPI on IoUring (#24850)Özgür Akkurt