aboutsummaryrefslogtreecommitdiff
path: root/lib/std/posix.zig
AgeCommit message (Expand)Author
2025-09-19std.fmt: migrate bufPrintZ to bufPrintSentinel (#25260)John Benediktsson
2025-09-17Merge pull request #25195 from blblack/netdefsAndrew Kelley
2025-09-17Merge pull request #25217 from blblack/setsiderrAndrew Kelley
2025-09-13std.posix.ptrace: support more platforms more correctlyJustus Klausecker
2025-09-12std.os.linux.setsid(): return raw syscall0 resultBrandon 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-08recvmsg: posix wrapper, void on windowsBrandon Black
2025-09-08socketpair: posix wrapper, void on windowsBrandon Black
2025-09-03Return runtime err for EISCONN when connectingBrandon Black
2025-09-03std.posix: Fix getRandomBytesDevURandom()Linus Groh
2025-08-29std.Io: delete GenericReaderAndrew Kelley
2025-08-21drop NameTooLong from sysctlbynameZ error set (#24909)Sardorbek Imomaliev
2025-08-20Add mlock syscalls to std.c and std.posixBrandon Black
2025-08-09net: Always set WSA_FLAG_OVERLAPPED when creating Windows sockets. Rework sen...kcbanner
2025-08-08Fix some libc version checks for BionicTibboddiT
2025-07-30std: Add serenity to more OS checksLinus Groh
2025-07-30std.posix: Default ACCMODE to NONE for serenityLinus Groh
2025-07-25std.posix.ftruncate: handle NonResizable properlyAndrew Kelley
2025-07-24std.posix: Fix ACCMODE values for serenityLinus Groh
2025-07-21std.fs.File.Reader: fix sendFile logicAndrew Kelley
2025-07-14Add setsid to std.(c|posix)Brandon Black
2025-07-12std.os.uefi.tables: ziggify boot and runtime services (#23441)Carmen
2025-07-11std.posix.send: should expect ConnectionRefusedAtlas Yu
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.posix.accept: add WSAENOTSOCKjaune
2025-07-03std.posix.getsockopt: set option length correctlyBrandon Black
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-05-09std.posix: Add sigrtmin() and sigrtmax()Pat Tullmann
2025-04-30sigset_t: sigemptyset() and sigfillset() are functions that return sigset_tPat Tullmann
2025-04-30posix: remove empty_sigsetPat Tullmann
2025-04-30posix.zig: export sigset_t and matching operations from systemPat Tullmann
2025-04-14Merge pull request #23268 from chrboesch/i19875Chris Boesch
2025-04-11std.posix.getenv: early-return comparison (#23265)g-logunov
2025-04-08Merge pull request #23478 from alexrp/bsd-versionsAlex Rønne Petersen
2025-04-07std.os.linux: use heap.pageSize() instead of MMAP2_UNITStefan Weigl-Bosker
2025-04-06std: Remove some FreeBSD version checks and resulting dead code.Alex Rønne Petersen
2025-04-02Merge pull request #22337 from ruihe774/fix-app-maskAlex Rønne Petersen
2025-04-02std.os.linux: block all signals in raiseMisaki Kasumi
2025-03-27std.posix: add getuid()/geteuid()blurrycat
2025-03-26Merge pull request #23339 from Iced-Sun/masterAlex Rønne Petersen
2025-03-26std.posix: update LFS64 interfaces for android bionic C孙冰
2025-03-26lib/std/posix: test ftruncate via std.fs.File.setEndPos()Pat Tullmann
2025-03-24lib/std: PermissionDenied/AccessDenied cleanup and falloutPat Tullmann
2025-03-24lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...Pat Tullmann
2025-03-24windows: Use AccessDenied for ACCESS_DENIED on WindowsPat Tullmann
2025-03-15posix/write: catch MSGSIZE error (#23238)Rémy Mathieu
2025-02-24stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475Alec Fessler