aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2025-11-20system specific errnorpkak
2025-11-19std.os.linux.IoUring: disable `bind/listen/connect` on s390xAlex Rønne Petersen
2025-11-15windows: Make readLinkW APIs output WTF-16, reduce stack usage of callersRyan Liptak
2025-11-15windows.ReadLink: Use OpenFile now that `.filter = .any` existsRyan Liptak
2025-11-09posix: reduce the number of assumptions made by `dl_iterate_phdr`Jacob Young
2025-10-31std.os.windows: eliminate forwarder function in kernel32 (#25766)qilme
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: fix definition of ws2_32.GetAddrInfoExWAndrew Kelley
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29std.Io.Threaded: fix openSelfExe for WindowsAndrew Kelley
2025-10-29std.os.linux.IoUring: use linux msghdrAndrew Kelley
2025-10-29std.Io.Threaded: delete Windows implementation of if_nametoindexAndrew Kelley
2025-10-29std.Io.Threaded: implement netLookup for WindowsAndrew Kelley
2025-10-29std.os.windows.ws2_32: remove 'A' variantsAndrew Kelley
2025-10-29std.Io.Threaded: fix compilation failures on WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netAccept for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement netListen for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirAccess for WindowsAndrew Kelley
2025-10-29std: fix compilation errors on WindowsAndrew Kelley
2025-10-29std: move some windows path checking logicAndrew Kelley
2025-10-29std.fs: use BadPathName rather than InvalidWtf8 on WindowsAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29std: move DNS record enum to a better namespaceAndrew Kelley
2025-10-29std: fix macos compilation errorsAndrew Kelley
2025-10-29std: fix some Io compilation errorsAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std: fix msghdr and cmsghdr when using musl libcAndrew Kelley
2025-10-29std.Io: implement netSendAndrew Kelley
2025-10-29std.os.linux: remove unnecessary warnings from sendmmsgAndrew Kelley
2025-10-29std.os.linux: remove sendmmsg workaroundAndrew Kelley
2025-10-27fix: make `compiler_rt` and `std.Io.Writer` compile on 16-bit platforms.GasInfinity
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-19std.os.linux: add pivot_root syscallWim de With
2025-10-19std.os.linux: add setns syscallWim de With
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-18Merge pull request #25622 from alexrp/inline-asm-fixesAlex Rønne Petersen
2025-10-18Merge pull request #25614 from squeek502/windows-rename-deleteAlex 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