aboutsummaryrefslogtreecommitdiff
path: root/lib/std/posix.zig
AgeCommit message (Expand)Author
2024-08-08std.posix: read on timerfd can return error.CanceledJan Hendrik Farr
2024-08-07POSIX link() syscall only takes two arguments (no flags)Pat Tullmann
2024-08-07std.posix: add some more void bitsAndrew Kelley
2024-07-29std: Stop supporting Linux/glibc versions older than declared in std.Target.Alex Rønne Petersen
2024-07-28Merge pull request #19833 from tealsnow/posix-INVALAndrew Kelley
2024-07-28Merge pull request #20297 from sno2/wtf8-conversion-buffer-overflowsAndrew Kelley
2024-07-28std.posix: handle INVAL in openatWasi Ketan Reynolds
2024-07-28std.posix: handle INVAL in openZ and openatZKetan Reynolds
2024-07-23Merge pull request #20706 from alexrp/sigaction-nosysAndrew Kelley
2024-07-23Default std.posix.system.ucontext_t is voidPat Tullmann
2024-07-22std: Wrap setpgid on POSIXNguyễn Gia Phong
2024-07-21std.posix: Consider invalid signal numbers to sigaction() to be programmer er...Alex Rønne Petersen
2024-07-21std.posix: Don't consider NOSYS a valid error from sigaction().Alex Rønne Petersen
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-07-12std.os.linux: fanotify_init, fanotify_mark, name_to_handle_atAndrew Kelley
2024-07-10fix: Use `std.os.windows.poll` rather than `libc`mochalins
2024-07-09std: fix typos (#20560)Jora Troosh
2024-07-09std.fs.Dir: Rename OpenDirOptions to OpenOptions (#20542)Krzysztof Wolicki
2024-06-18std.posix: remove unchecked std.os.linux usageIsaac Freund
2024-06-14std: fix buffer overflows from improper WTF encodingCarter Snook
2024-06-13posix.renameW: Handle DIRECTORY_NOT_EMPTY more generallyRyan Liptak
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-08Add ECONNREFUSED to sendtoEkin Dursun
2024-05-11windows: use permissive file share flags everywhere (#19505)Georgijs
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-03Change `std.os` to `std.posix` in error messagesreokodoku
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-20Fix usage of `unexpectedErrno`Jared Baur
2024-04-18std.fs.Dir.openFile: use wasi libc API when -lcAndrew Kelley
2024-03-23haiku: debitrotJacob Young
2024-03-20std: don't do BYOS at the POSIX API layerAndrew Kelley
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley