aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
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
2023-10-29std.os.windows additions and fixesKamil T
2023-10-29std: delete psapi, gdi32, and winmmAndrew Kelley
2023-10-28delete std.os.windows.user32Andrew Kelley
2023-10-27Merge pull request #17716 from jacobly0/x86_64Jacob Young
2023-10-26x86_64: fix behavior of `getValue`Jacob Young
2023-10-26x86_64: implement `@divFloor` and `@mod` for `i128`Jacob Young
2023-10-27std.io_uring: Improve splice implementationjoadnacer
2023-10-27std.linux: Update io_uring structs and consts for kernel 6.3.8joadnacer
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: disable failing tests, enable test-std testingJacob Young
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-21linux.io_uring: Implement splice functionsjoadnacer
2023-10-20gettimeofday takes nullable pointersProkop Randacek
2023-10-17return error.AlreadyTerminated from std.ChildProcess.kill when necessaryBen Crist
2023-10-17windows: fix ReadLink not using a synchronous file handlekcbanner
2023-10-17std.fs: fix relative symbolic links on WindowsAndrew Kelley
2023-10-06Add pause() to linux.zigRatakor