aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2023-01-02freebsd: getFdPath: < 13.1 fallback implMichael Dusan
2023-01-02macos: getFdPath: handle E.NOSPCMichael Dusan
2023-01-02std.os: add missing handling of ECONNRESET in readvAndrew Kelley
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-17windows: Extract RtlEqualUnicodeString usage into to a helper functionRyan Liptak
2022-12-14Merge pull request #13935 from ziglang/mach-tasksJakub Konka
2022-12-12Add 0-length buffer checks to os.read & os.writeTom Maenan Read Cutting
2022-12-11wasi: fixes os.isatty on type mismatch (#13813)Takeshi Yoneda
2022-12-10darwin: expose ptrace with errno handlingJakub Konka
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-12-06add behavior test for while(true) not needing else unreachableAndrew Kelley
2022-12-06std: fix WASI regressionsAndrew Kelley
2022-12-06WASI: remove absolute path emulation from std libAndrew Kelley
2022-11-26std.os: Fix std.os.chdir for WASICody Tapscott
2022-11-05std.os: take advantage of the freebsd's copy_file_rangeAli Chraghi
2022-10-30change uefi packed structs to new integer backed syntax (#13173)Nameless
2022-10-27Add reboot syscalldaurnimator
2022-10-18all: rename `@maximum` to `@max` and `@minimum` to `@min`Ali Chraghi
2022-10-17std.os: handle error.UnreachableAddress in send()Naoki MATSUMOTO
2022-10-17fix setsockopt returning ENODEVJens Goldberg
2022-10-16std.os: fix execv* doc commentAli Chraghi
2022-10-15nvptx: add TODO comment regarding abuse of llvm builtinsAndrew Kelley
2022-10-15implement os.abort and panic for cudaGuillaume Wenzek
2022-10-13Return invalid argument in sendto instead of unreachable, since this can happ...Marijn Stollenga
2022-09-15fix ChildProcess crash when PATH is empty.cod1r
2022-09-01Add AFNOSUPPORT error to bind (#12560)John Schmidt
2022-08-26copy_file_range: fix zigification of TXTBSYMotiejus Jakštys
2022-08-23Revert "std.os: add INVALID_SOCKET (#12081)"Andrew Kelley
2022-08-23std.os: add INVALID_SOCKET (#12081)yyny
2022-08-21Enable unexpectedErrno error tracing for stage2 LLVMJohn Schmidt
2022-08-17libstd: do not follow symlinks in renameatWJakub Konka
2022-08-11Merge pull request #12410 from ifreund/sig-err-dfl-ign-fixAndrew Kelley
2022-08-11std: add missing error to windows.WriteFileAndrew Kelley
2022-08-11std: fix definition of SIG_IGN, SIG_DFL, etc.Isaac Freund
2022-08-11std: Don't pass undefined memory to the kernel in os.abort()Isaac Freund
2022-07-31Linux: Add IN_MASK_CREATE and corresponding error handling in inotify_add_watchRyan Liptak
2022-07-15std.fs: remove `OpenDirOptions.iterate`Veikka Tuominen
2022-07-15add FreeBSD support to std.os.getFdPathKim SHrier
2022-07-14handle HOSTUNREACH for blocking and non-blocking connectsBill Nagel
2022-07-13AstGen: fix loop control flow applying to wrong loopAndrew Kelley
2022-07-01Sema: validate deref operator type and valueVeikka Tuominen
2022-06-21std.os.execvpe: fix buffer overflowJonathan Marler
2022-06-06std.os.abort patch cleanupsAndrew Kelley
2022-06-06std.os.abort: ported signal handling from muslJan Philipp Hafer
2022-05-27math: make `cast` return optional instead of an errorAli Chraghi
2022-05-17std.os: add timerfd_create, timerfd_settime and timerfd_gettimeThiago Teodoro Pereira Silva
2022-05-16std.os: Add memfd_create for FreeBSDIsaac Freund
2022-05-11Merge pull request #10595 from squeek502/getenvW-caseAndrew Kelley
2022-04-27std: replace usage of std.meta.bitCount() with @bitSizeOf()Isaac Freund
2022-04-16stdlib std.os: Improve wasi-libc parity for WASI CWD emulationCody Tapscott