aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os/windows/ntdll.zig
AgeCommit message (Expand)Author
2022-05-11remove RtlUpcaseUnicodeString, no longer neededJonathan Marler
2022-05-11fix ntdll extern casingJonathan Marler
2022-05-11add unicode supportJonathan Marler
2022-05-11Add `process.EnvMap`, a platform-independent environment variable mapRyan Liptak
2022-02-19os.getenvW: Fix case-insensitivity for Unicode env var namesRyan Liptak
2022-01-15std.os.windows: add ntdll thread information APIsviri
2022-01-15std.os.windows: fix casing for `ntdll.lib`viri
2021-12-19stage1, stage2: rename c_void to anyopaque (#10316)Isaac Freund
2021-09-01std: reorganization that allows new usingnamespace semanticsAndrew Kelley
2021-09-01std.os.windows: reorg to avoid `usingnamespace`Andrew Kelley
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-29std: implement a cross platform file locking abstractionAndrew Kelley
2021-06-29implement std.fs.File.setLock for WindowsAndrew Kelley
2021-06-12std.Thread.Futex addition (#9070)protty
2021-01-11std.os.windows.GetFinalPathNameByHandle: address non-structural review commentsRohlem
2021-01-11introduce std.os.windows.QueryObjectNameRohlem
2020-12-31Year++Frank Denis
2020-12-09small fixes and zig fmtVexu
2020-11-19Update code to not use unsupported calling conventions for targetTadeo Kondrak
2020-11-18Switch to RtlSetCurrentDirectory_ULee Cannon
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-27Replace DeviceIoControl with FsControlFileJakub Konka
2020-03-13Add NtDll-based ftruncate implementationLemonBoy
2020-02-29target: Implement OS version detection for WindowsLemonBoy
2020-02-16implement os.faccessat for WindowsAndrew Kelley
2020-01-07Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimato...Andrew Kelley
2020-01-02Implement the callconv() annotationLemonBoy
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-11-27std: fix definition of NtDeviceIoControlFiledaurnimator
2019-11-15std: add NtDeviceIoControlFile definition for windowsdaurnimator
2019-11-05ThreadParker implementationkprotty
2019-10-21[wip] use NtDll APIs on Windows to implement std.fs.DirAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley