aboutsummaryrefslogtreecommitdiff
path: root/lib/std/posix.zig
AgeCommit message (Expand)Author
2025-11-20system specific errnorpkak
2025-11-15Merge pull request #25539 from squeek502/windows-readlinkwRyan Liptak
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-14represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-ma...Alex Rønne Petersen
2025-11-09posix: reduce the number of assumptions made by `dl_iterate_phdr`Jacob Young
2025-11-07std.posix: implemented getpid and getppidGiuseppe Cesarano
2025-11-02std: serenity has preadv nowLinus Groh
2025-10-31std.os.windows: eliminate forwarder function in kernel32 (#25766)qilme
2025-10-29std.Io.Threaded: install and cleanup signal handlersAndrew Kelley
2025-10-29std.Io.Threaded: implement dirMakeOpenPath for WASIAndrew Kelley
2025-10-29std: make signal numbers into an enumAndrew Kelley
2025-10-29std: fix build failure on wasm32-freestandingAndrew Kelley
2025-10-29std.process.Child: update for std.Io changesAndrew Kelley
2025-10-29std.Io.Threaded: implement netConnectIp for 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.posix: fix compilation on wasm32-freestandingAndrew Kelley
2025-10-29std.posix: untangle getRandomBytesDevURandom from Io.ReaderAndrew Kelley
2025-10-29std.Io.Threaded: implement dirCreateFile for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: implement dirAccess for WindowsAndrew Kelley
2025-10-29std.Io.Threaded: add dirMake 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-29std.Io.net.Server: refine AcceptError setAndrew Kelley
2025-10-29std.Io.Threaded: implement dirCreateFile for WASIAndrew Kelley
2025-10-29std.Io.Threaded: implement dirMake for WASIAndrew Kelley
2025-10-29std.Io: add dirAccessAndrew Kelley
2025-10-29fix miscellaneous compilation errorsAndrew Kelley
2025-10-29std: make IPv6 address parsing system-independentAndrew Kelley
2025-10-29std: move DNS record enum to a better namespaceAndrew Kelley
2025-10-29std: fix macos compilation errorsAndrew Kelley
2025-10-29std.Io.net.HostName: move lookup to the interfaceAndrew Kelley
2025-10-29compiler: update for introduction of std.IoAndrew Kelley
2025-10-29std.Io.Threaded.netReadPosix: support cancelationAndrew Kelley
2025-10-29std: fix seekBy unit testAndrew Kelley
2025-10-29std.Io: implement dirStatPathAndrew Kelley
2025-10-29std: fix some Io compilation errorsAndrew Kelley
2025-10-29std.Io: implement fileStatAndrew Kelley
2025-10-29std: updating to std.Io interfaceAndrew Kelley
2025-10-29std.Io.net: implement receiving connectionless messagesAndrew Kelley
2025-10-29std.Io: extract Dir to separate fileAndrew Kelley
2025-10-29Io.net: partial implementation of dns lookupAndrew Kelley
2025-10-29std: start moving fs.File to IoAndrew Kelley
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-21std.{c,posix}: add getgid and getegidWim de With
2025-10-17windows: Always try using POSIX_SEMANTICS/etc for rename/deleteRyan Liptak
2025-10-11std.posix: panic on unexpected error in `munmap`mlugg
2025-10-10replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/usebeforefree