aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2024-07-19std.c reorganizationAndrew Kelley
2024-07-15Better implementation of GetLastError. (#20623)Lucas Santos
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17std: define error set of `toPosixPath`Veikka Tuominen
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-02-28posix: `@as` and other general cleanupJacob Young
2024-02-28posix: fix socket fd leaksJacob Young
2024-02-27Eliminate `error.InvalidHandle` from OpenError and RealPathErrorRyan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Merge pull request #19064 from ziglang/fix-netname-deletedAndrew Kelley
2024-02-24std: map NETNAME_DELETED to error.ConnectionResetByPeerAndrew Kelley
2024-02-23use @trap instead of system.abort for emscriptenJae B
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-22update root.os.system override to require "system" field, this allows easier ...Jae B
2024-02-16std.os.windows: add error.UnrecognizedVolumeAndrew Kelley
2024-02-14std.os: export T struct and winsize structTim Culverhouse
2024-02-14std.os.windows.OpenFile: add missing errorAndrew Kelley
2024-02-13std.posix.termios: bring V backAndrew Kelley
2024-02-12std.os.termios: move it to be with the groupAndrew Kelley
2024-02-12std.os.termios: add type safety to lflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to cflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to oflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to iflag fieldAndrew Kelley
2024-02-12std.os.termios: consolidate and correctAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-09Merge pull request #18712 from Vexu/std.optionsAndrew Kelley
2024-02-06std.c.MAP: use a packed structAndrew Kelley
2024-02-06std.os.linux.MAP: use a packed structAndrew Kelley
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-29std.os: fix chdirZ to compile on Windows (#18695)Krzysztof Wolicki
2024-01-13std.os: proper use of inlineAndrew Kelley
2024-01-13Linux: Add fchmodat fallback when `flags` is nonzeroStephen Gregoratto
2024-01-12std: make c.versionCheck() a comptime-known functionMeghan Denny
2023-12-11use linux.perf_event_open directlyxdBronch
2023-12-08std.os.dl_iterate_phdr: remove `u16` error castCarter Snook
2023-11-26os: expect ETIMEDOUT, ECONNRESET, ENOTCONN from recvfrom & read familyLauri Tirkkonen
2023-11-23Merge pull request #18085 from ziglang/std-atomicsAndrew Kelley
2023-11-22rework std.atomicAndrew Kelley
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-21std.os: do nothing when calling fchdir with AT_FDCWDLordMZTE
2023-10-19std.os: unlinkW shouldn't return error.DirNotEmptyKrzysztof Wolicki
2023-10-17return error.AlreadyTerminated from std.ChildProcess.kill when necessaryBen Crist
2023-10-06Add filled_sigset to os.zigRatakor
2023-10-04linux: add fanotify APInikneym
2023-10-03Merge pull request #17341 from rzezeski/illumos-updatesAndrew Kelley