aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2020-04-13std: fix os.fstatat definition (#5016)daurnimator
2020-04-08Return error from `else`LeRoyce Pearson
2020-04-08Catch error.WouldBlock as unreachableLeRoyce Pearson
2020-04-07Add `OpenFileW` `share_access_nonblocking` parameterLeRoyce Pearson
2020-04-06Remove return value from os.flock()LeRoyce Pearson
2020-04-03Fix compile errors about adding error.FileLocksNotSupportedLeRoyce Pearson
2020-04-02Fix compile errors in stage2LeRoyce Pearson
2020-04-02Use `flock` instead of `fcntl` to lock filesLeRoyce Pearson
2020-04-02Add FileLocksNotSupported error to OpenErrorLeRoyce Pearson
2020-04-02Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-04-02slight modification of the semantics of std.os.getenvWAndrew Kelley
2020-04-02make std.os.getenvW case insensitiveIlmari Autio
2020-04-01std: Use the versioned libc symbols if neededLemonBoy
2020-04-01Tidy up some mem.spanZ use-sites now that null is accepteddaurnimator
2020-03-31std: linux syscall numbers are now an extensible enumdaurnimator
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-27Merge branch 'master' into feature-file-locksLeRoyce Pearson
2020-03-24std: Slim duplicate logic for some callsLemonBoy
2020-03-23Fix compile error on windowsLeRoyce Pearson
2020-03-23std: Use getdents on all the BSDsLemonBoy
2020-03-23std: Add missing C defines for NetBSDLemonBoy
2020-03-18std: Introduce fnctl wrapperLemonBoy
2020-03-17fix a couple sockfds to be fd_t rather than i32Jonathan Marler
2020-03-15adjust renameatW to always supply dest root dirAndrew Kelley
2020-03-15fix std.os.renameatWAndrew Kelley
2020-03-15renameatW: handle more windows nt status codesAndrew Kelley
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-13Merge pull request #4716 from LemonBoy/sys-miscAndrew Kelley
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-03-12std/os/uefi: status reformNick Erdmann
2020-03-12Address review commentsLemonBoy
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-09Windows: Fix std.fs.realpath/os.realpathW for directoriesRyan Liptak
2020-03-05std: fix sendfile on macOS and FreeBSDMichael Dusan
2020-03-03Darwin can return EBADF for sendfile on non-filesAndrew Kelley
2020-03-03breaking changes to std.fs, std.osAndrew Kelley
2020-03-03std: move null byte check into toPosixPathdaurnimator
2020-03-03std: add os.fstatatdaurnimator
2020-03-03std: add Dir.changeDir as wrapper around fchdirdaurnimator
2020-03-03std: add mkdiratdaurnimator
2020-03-03Merge pull request #4612 from ziglang/os-read-write-sendfileAndrew Kelley
2020-03-03more macos fixesAndrew Kelley
2020-03-03Fix std.os.unlinkatW for absolute pathsRyan Liptak
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-03-02std: implement sendfile on linuxTerin Stock
2020-03-01breaking: std.mem.len no longer takes a type argumentAndrew Kelley
2020-02-29target: Implement OS version detection for OSXLemonBoy
2020-02-28implement native OS version detection for linuxAndrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley