aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2023-03-21Merge pull request #14841 from squeek502/is-cygwin-pty-stuffVeikka Tuominen
2023-03-18os.zig: expose ptrace wrapper for darwin and linuxJakub Konka
2023-03-16std.os: handle EPERM errno for bindmllken
2023-03-16std: move os/darwin.zig and related to c/darwin.zigJakub Konka
2023-03-15std.fs.File.writevAll: fix behavior for 0-length vectorsAndrew Kelley
2023-03-15std.fs.File.readvAll: fix behavior for 0-length vectorsAndrew Kelley
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-10eliminate posix_spawn from the standard libraryAndrew Kelley
2023-03-08std.os: add missing mmap errorsJan Philipp Hafer
2023-03-08os.isCygwinPty: Fix a bug, replace kernel32 call, and optimizeRyan Liptak
2023-03-06std.os: Allow write functions to return INVAL errorsjim price
2023-03-05std.os.abort: take advantage of `@trap`Andrew Kelley
2023-03-05std.os: Add DeviceBusy as a possible write errorjim price
2023-03-03std: add fchmodatAndrew Kelley
2023-02-18use std_options for keep_sigpipe and existence of SIG.PIPE to check for supportJonathan Marler
2023-02-17add test to ignore sigpipeJonathan Marler
2023-02-17ignore SIGPIPE by defaultJonathan Marler
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-01-30implement `@qualCast`Veikka Tuominen
2023-01-28On BrokenPipe error during os.sendfile - return error rather than unreachablezigster64
2023-01-26wasi: remove unnecessary breakpoint() in abortTakeshi Yoneda
2023-01-23Merge pull request #14418 from ifreund/assume-sentinel-suxAndrew Kelley
2023-01-23std: eliminate pointless meta.assumeSentinel() usageIsaac Freund
2023-01-23std.os.windows: add possible error NETNAME_DELETED of ReadFileJan Philipp Hafer
2023-01-20std: implement os.mprotect on Windowsmlugg
2023-01-11Package: handle Windows PathAlreadyExists error codeAndrew Kelley
2023-01-03Merge pull request #13980 from ziglang/std.netAndrew Kelley
2023-01-02dragonfly: pass test: lib/std/std.zigMichael Dusan
2023-01-02netbsd: getFdPath: F_GETPATH implementationMichael Dusan
2023-01-02dragonfly: getFdPath: F_GETPATH implementationMichael Dusan
2023-01-02freebsd: memfd_create: < 13.0 version checkMichael Dusan
2023-01-02freebsd: getFdPath: handle NameTooLongMichael Dusan
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