aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2023-10-06Add filled_sigset to os.linuxRatakor
2023-10-04x86_64: implement C abi for 128-bit integersJacob Young
2023-10-04linux: add fanotify APInikneym
2023-10-04Update IORING_OP to reflect upstream (#17388)Kai Jellinghaus
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-28Linux: Add cachestat wrapper.Stephen Gregoratto
2023-09-28Update Linux syscalls for kernel 5.5Stephen Gregoratto
2023-09-26Add new fields to io_sqring_offsets & io_cqring_offsetsKai Jellinghaus
2023-09-22Added basic support for wasm32-emscripten targetAven Bross
2023-09-18wasi: update `sock_recv` and `sock_send` according to preview1nikneym
2023-09-15bpf: remove unhelpful "comptime" and fix union orderbfredl
2023-09-14std: add compile error when using `std.os.getenv` on the wasi targetRafael Fernández López
2023-09-04Merge pull request #16977 from kcbanner/lib_getauxval_fixupJakub Konka
2023-09-04Make a Couple Syscall Comments Consistent (#17066)Jim Calabro
2023-09-03std.os+windows: isAtLeast(.win10_rs5) in renameatW(), DeleteFile() for posix ...Jan Philipp Hafer
2023-08-27linux: fixup for platforms that don't support extern functions yetkcbanner
2023-08-27linux: only export getauxval if not linking libckcbanner
2023-08-27linux: instead of export elf_aux_maybe, export getauxval itselfkcbanner
2023-08-26linux: export elf_aux_maybe so that libraries can call getauxvalkcbanner
2023-08-25fix compile errors introduced by #16953 (#16955)xdBronch
2023-08-24std.os.uefi: reorganize namespacesAndrew Kelley
2023-08-23std.windows: use atomic rename, if possible (#16717)matu3ba
2023-08-18Add NetworkNotFound to ReadLinkErrorRyan Liptak
2023-08-17Fix ntToWin32Namespace and friends on big endian architecturesRyan Liptak
2023-08-15windows.GetFinalPathNameByHandle: Support UNC pathsRyan Liptak
2023-08-15Fix windows.CreateSymbolicLink/ReadLink for non-relative pathsRyan Liptak
2023-08-12Merge pull request #16783 from squeek502/fs-too-many-parent-dirsAndrew Kelley
2023-08-11Windows: Fix `TooManyParentDirs` handling for paths that shouldn't be cwd-rel...Ryan Liptak
2023-08-09linux: add setsidmllken
2023-08-02Plan 9: add more features to std.os.plan9Jacob G-W
2023-08-02std: add SbrkAllocator and use it for Plan 9Jacob G-W
2023-08-02plan 9: filesystem supportJacob G-W
2023-07-31Merge pull request #16622 from jacobly0/cbe-asm-compatAndrew Kelley
2023-07-31Revert "linux adding some NUMA support"Andrew Kelley
2023-07-31Revert "std.os: adding linux's sched_setaffinity and its wrapper"Andrew Kelley
2023-07-31Revert "std.os: add linux timer api"Andrew Kelley
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31std: cleanup asm usageJacob Young
2023-07-28windows_sdk.zig: Reinstate COM ISetupEnumInstances logicRyan Liptak
2023-07-27Add fs.path.ComponentIterator and use it in Dir.makePathRyan Liptak
2023-07-27windows.OpenFile/DeleteFile: Add NetworkNotFound as a possible errorRyan Liptak
2023-07-25std.os.linux | Fix sendmmsg function | Issue #16513Zachary Raineri
2023-07-24io_uring: let the OS choose a free local port for all testsmllken
2023-07-24Use builtin inference over @as where possibleZachary Raineri
2023-07-24Merge pull request #15657 from BratishkaErik/windows-sdk-finder-port-to-zigAndrew Kelley
2023-07-23Handle INVALID_DEVICE_REQUEST in std.os.windows.DeviceIoControlRyan Liptak
2023-07-23child_process: Fix regression on Windows for FAT filesystemsRyan Liptak
2023-07-23std.os.windows.advapi32: add RegLoadAppKeyWEric Joldasov
2023-07-23std.os.windows.advapi32: add RegGetValueWEric Joldasov
2023-07-23windows.DeleteFile: Use FileDispositionInformationEx if possible, but fallbac...Ryan Liptak