aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
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
2023-12-12allow sqe entries up to 32768loris
2023-12-08switch to mem.spanxdBronch
2023-12-08add getName helper to inotify_eventxdBronch
2023-11-29Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)David Rubin
2023-11-23Remove std.os.windows.ole32/shell32Ryan Liptak
2023-11-23std.os.windows: Add HKEY_CLASSES_ROOTRyan Liptak
2023-11-23std.os.windows: remove volatile from inline asmAndrew Kelley
2023-11-22add missing timeval structMikko Kaihlavirta
2023-11-21replace qpf and qpcexpikr
2023-11-19linux/bpf: update helper definitionsTw
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-11-18io_uring: fix ci failing testIgor Anić
2023-11-17io_uring: try to pass windows/macos testsIgor Anić
2023-11-17io_uring: make Linux version check runtime instead od comptimeIgor Anić
2023-11-17io_uring: include review commentsIgor Anić
2023-11-17io_uring: use kernel version test in send_zc testIgor Anić
2023-11-17io_uring: simplify tests by checking kernel versionIgor Anić
2023-11-17io_uring: add direct operationsIgor Anić
2023-11-16Move duplicate field detection for struct init expressions into AstGenDavid
2023-11-10io_uring: add zero-copy send operationIgor Anić
2023-11-09replace deprecated std.math.absCastBogdan Romanyuk
2023-11-08fix io_uring tests on kernel 5.4Igor Anić
2023-11-08fix io_uring timeout_remove test on kernel 5.4Igor Anić
2023-11-06io_uring: add multishot accept operationIgor Anić
2023-11-03x86_64: fix std test failuresJacob Young
2023-11-03start.zig: Replace kernel32 usage with ntdllRyan Liptak
2023-11-01std.os.windows: remove unnecessary `@ptrCast` (#17816)XXIV
2023-11-01Fix regressing #17290 from #17734Kai Jellinghaus
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-31mem: fix ub in writeIntJacob Young