aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
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
2025-08-14Linux: Use time64 syscalls when availableStephen Gregoratto
2025-08-14Linux: Update syscall list for 6.16Stephen Gregoratto
2025-08-08std.os.windows: map RtlGenRandom() failure to error.SystemResourcesAlex Rønne Petersen
2025-08-07Merge pull request #24709 from rootbeer/24380-fstatat-race-fixAlex Rønne Petersen
2025-08-07Merge pull request #24199 from Justus2308/24106-fmt-castsMatthew Lugg
2025-08-06linux/mips.zig: Use `i32` for stat nsec fieldsPat Tullmann
2025-08-06#24471: add mlock syscalls to std.os.linuxkj4tmp@gmail.com
2025-08-05std: replace various mem copies with `@memmove`Andrew Kelley
2025-08-03zig fmt: apply new cast builtin orderJustus Klausecker
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-07-18std.os.uefi.protocol.file: fix getInfo() buffer alignment (#24496)AsmArtisan256