aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2020-06-04Windows: Fix std.fs.Dir.deleteDir() deleting filesRyan Liptak
2020-06-02cleanupsAndrew Kelley
2020-06-02Change ioctl's request type to i32Luna
2020-06-02Replace syscall3 to os.ioctlLuna
2020-06-02Add std.os.ioctlLuna
2020-06-01Merge pull request #5475 from marler8997/windowsDnsAndrew Kelley
2020-05-31more windows network fixesJonathan Marler
2020-05-29more windows network support, including dnsJonathan Marler
2020-05-29Document and reduce usage of MAX_PATH_BYTES, lifting arbitrary buffer size re...Jonathan S
2020-05-24(breaking) std.time fixups and API changesAndrew Kelley
2020-05-18Make mode_t a 0-byte type in WASIJakub Konka
2020-05-18Add/fix missing WASI functionality to pass libstd testsJakub Konka
2020-05-07remove readable check when opening a socket connectionLoris Cro
2020-05-05avoid unnecessary fcntl syscalls when setting socket flagsAndrew Kelley
2020-05-05fix incorrect flags being set in os.setSockFlagsAndrew Kelley
2020-05-04os.zig: add ETIMEDOUT error case to read functionJonathan Marler
2020-05-03Pass filtered_sock_type to system.socket. Cover PermissionDenied errorCato
2020-05-02solve the problem with Darwin shims in std.os insteadAndrew Kelley
2020-05-02Fixed Darwin-incompatible socket flags and unavailable system callsCato
2020-05-02Merge remote-tracking branch 'origin/master' into FireFox317-windows-evented-ioAndrew Kelley
2020-05-02Get evented io code paths to build on macOS (#5233)Chris Heyes
2020-05-02fs.File: improve handling async I/O on WindowsAndrew Kelley
2020-05-02fix regressions in windows std lib testsAndrew Kelley
2020-05-02std.event.Loop: promote the fs thread to be available for all OS'sAndrew Kelley
2020-05-01cleanup and fixes. behavior tests passing with evented I/OAndrew Kelley
2020-05-01Merge branch 'windows-evented-io' of https://github.com/FireFox317/zig into F...Andrew Kelley
2020-05-01Add arc4random_buf() in NetBSD libc, use it to implement getrandom()nia
2020-04-28std.meta.IntType -> std.meta.IntTadeo Kondrak
2020-04-18std.os.readv: Add missing iov_count declarationChristian Wesselhoeft
2020-04-15translate-c cleanup and zig fmtVexu
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-27fix behavior test with --test-evented-io on windowsTimon Kruiper
2020-03-24std: Slim duplicate logic for some callsLemonBoy
2020-03-23Fix compile error on windowsLeRoyce Pearson