aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2024-06-20io_uring: don't assume completions order (2)Igor Anić
2024-06-13Fix futex2_waitv syscallPeng Guanwen
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-06-08Fix slight deviation from spec in handling Elf*_Rela relative relocationsShane Peelar
2024-06-08io_uring: don't assume completions orderIgor Anić
2024-06-06disable failing IoUring testAndrew Kelley
2024-06-05generate loongarch64 Linux syscallsYANG Xudong
2024-05-28std.Progress: Use Windows console API calls when ANSI escape codes are not su...Ryan Liptak
2024-05-20fix: incorrect field sizes in std.os.linux.ifmapWes Koerber
2024-05-12[std] Fixed bug missing optional for lpName param on CreateEventExW. fixes #1...Ronald Chen
2024-05-11windows: use permissive file share flags everywhere (#19505)Georgijs
2024-05-11Do not run asserts for WASI alignment when not targeting WASI190n
2024-05-10std.os.windows: add compileError warning against `TCHAR` & their correspondin...expikr
2024-05-09lib/std/os/windows/kernel32: add signature for SetConsoleMode (#18715)Garfield Lee
2024-05-09fix integer overflow in IoUring buffer ring size calculationKarl Bohlmark
2024-04-28std.posix.iovec: use .base and .len instead of .iov_base and .iov_lenNameless
2024-04-24Merge pull request #19698 from squeek502/windows-batbadbutAndrew Kelley
2024-04-24windows.GetFinalPathNameByHandle: Support volumes mounted as pathsRyan Liptak
2024-04-23std.process.Child: Mitigate arbitrary command execution vulnerability on Wind...Ryan Liptak
2024-04-20Fix usage of `unexpectedErrno`Jared Baur
2024-04-14WindowsSdk: fix for new x86_64-windows CIJacob Young
2024-03-31io_uring: simplify copy_cqe logicIgor Anić
2024-03-31io_uring: fix copy_cqes logicIgor Anić
2024-03-31io_uring: add failing testIgor Anić
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-23haiku: debitrotJacob Young
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-21std.os.windows: add POLL.IN and POLL.OUTMichael Ortmann
2024-03-20std: fix inconsistent errno size on linuxAndrew Kelley
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17AstGen: disallow alignment on function typesJacob Young
2024-03-16Windows: make FILE_INFO_BY_HANDLE_CLASS a tagged enumStephen Gregoratto
2024-03-16Windows: Add wrappers for `GetCurrent(Process|Thread)` via NT_TIBStephen Gregoratto
2024-03-16Windows: Replace CreatePipe with ntdll implementationStephen Gregoratto
2024-03-15io_uring: ring mapped buffers (#17806)Igor Anić
2024-03-13std.os.windows: handle OBJECT_NAME_INVALID in OpenFile (#19288)Jonathan Marler
2024-03-13Fix emscripten exportsAdrià Arrufat
2024-03-11std.builtin: make atomic order fields lowercaseTristan Ross
2024-03-11std.builtin: make link mode fields lowercaseTristan Ross
2024-03-08std.os.linux: rework io_uring supportmlugg
2024-03-08std.os.windows: eliminate usage of `usingnamespace`mlugg
2024-03-08std.os.linux: do not use `usingnamespace` to define getauxvalmlugg
2024-03-08std.os.linux: remove unnecessary use of `usingnamespace`mlugg
2024-03-05std.os.linux: enforce null-terminated path argumentsOK Ryoko
2024-02-26Remove redundant test name prefixes now that test names are fully qualifiedRyan Liptak
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