aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2024-02-25Merge pull request #19005 from squeek502/wtfAndrew Kelley
2024-02-24std: re-enable most of setrlimit test on macosMichael Dusan
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-24std: map NETNAME_DELETED to error.ConnectionResetByPeerAndrew Kelley
2024-02-23std.net, std.http: simplifyAndrew Kelley
2024-02-21std.os.emscripten: fix regression caused by code cleanup in std.os.wasi (Clos...Andre Weissflog
2024-02-16std.os.windows: add error.UnrecognizedVolumeAndrew Kelley
2024-02-14std.os.windows.OpenFile: add missing errorAndrew Kelley
2024-02-13std.posix.termios: bring V backAndrew Kelley
2024-02-12std.os.speed_t: add type safetyAndrew 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.c.NCSS: consolidate and correctAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-12Replaced loop with memcpysCPestka
2024-02-12Merge pull request #18898 from psnszsn/iouring_waitidAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-11io_uring: add waitid operationVlad Pănăzan
2024-02-11linux: add missing io_uring opcodesVlad Pănăzan
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-05Make EfiPhysicalAddress in std/os/uefi/tables.zig publicSamuel Fiedler
2024-02-01std: eliminate some uses of `usingnamespace`mlugg
2024-02-01remove std.io.ModeVeikka Tuominen
2024-01-29std: add docs about return value of submit() (#18721)Constantin Pestka
2024-01-27os.windows: Fix missing correction from #18657Krzysztof Wolicki
2024-01-26std.os.wasi | Fix comment linksZachary Raineri
2024-01-23os.windows: Fix error 258 name in Win32ErrorKrzysztof Wolicki
2024-01-16child_process: Use security attributes while creating handle.xEgoist
2024-01-15Linux: Add syscall bindings, enhance documentation.Stephen Gregoratto
2024-01-15Linux: Update syscalls for the 6.7 releaseStephen Gregoratto
2024-01-14std.os.linux.io_uring: fix compilation errorsAndrew Kelley
2024-01-14Merge pull request #18025 from ianic/io_uring_send_zcAndrew Kelley
2024-01-13Rework fchmodat testsStephen Gregoratto
2024-01-13Add fchmodat2 bits to os/linux.zigStephen Gregoratto
2024-01-13Add `fchmodat2` to the Linux syscall listStephen Gregoratto
2024-01-09add ability to open dlls with platform-specific flags (#18370)Matthew Wozniak
2024-01-09Optimized `std.mem.eql` with SIMD (#18389)David Rubin
2024-01-03doc: Fix typos in bpf docsKarl Böhlmark
2024-01-01std: disable failing test on macosAndrew Kelley
2023-12-26Merge pull request #18328 from ExpidusOS/feat/uefi-timeVeikka Tuominen
2023-12-22Correct `CreateProcessW` parameter typesCarl Åstholm
2023-12-20os.uefi: add ns to epochTristan Ross
2023-12-19os.uefi: add time to epoch conversionTristan Ross
2023-12-19File.stat: Support detection of Kind.sym_link on WindowsRyan Liptak