aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os
AgeCommit message (Expand)Author
2020-07-22Draft out dir symlinks branchJakub Konka
2020-07-22Start drafting CreateSymbolicLink using ntdll syscallsJakub Konka
2020-07-22Ensure Dir.deleteTree does not dereference symlinksJakub Konka
2020-07-22Fix Windows buildJakub Konka
2020-07-22Move symlink to fs.symlinkAbsolute with SymlinkFlagsJakub Konka
2020-07-22RefactorJakub Konka
2020-07-22Ensure we use Win32 prefix in Win32 callsJakub Konka
2020-07-22Handle relative/absolute symlinks; add more testsJakub Konka
2020-07-22Add smoke test for dir symlinksJakub Konka
2020-07-22Add SymlinkFlags needed to create symlinks to dirs on WinJakub Konka
2020-07-22Fix readlink smoke testJakub Konka
2020-07-22RefactorJakub Konka
2020-07-22Fix unlinkatW to allow file symlink deletion on WindowsJakub Konka
2020-07-22Use NtCreateFile to get handle to reparse pointJakub Konka
2020-07-22Fix incorrect byte format of REPARSE_DATA_BUFFER structJakub Konka
2020-07-22Use windows.CreateFileW to open the reparse pointJakub Konka
2020-07-22Add windows.ReadLink similar to OpenFile but for reparse points onlyJakub Konka
2020-07-22Debug readlinkW using OpenFileJakub Konka
2020-07-22Finish symlink implementation on WindowsJakub Konka
2020-07-22Add readlink smoke testJakub Konka
2020-07-22Start drafting out os.readlink on WindowsJakub Konka
2020-07-20Merge branch 'master' of https://github.com/ziglang/zig into 5002-fix-entrypo...Anthony Arian
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-01Implement std.os for powerpc64{,le}Shawn Anastasio
2020-06-27Merge pull request #5064 from marler8997/newAllocatorAndrew Kelley
2020-06-27Move fs-specific tests from os/test.zig to fs/test.zigRyan Liptak
2020-06-26new allocator interfaceJonathan Marler
2020-06-24Implement fstatat targeting WASIJakub Konka
2020-06-22Enhance std.os.readlinkat coverageJakub Konka
2020-06-22Enhance std.os.symlinkat coverageJakub Konka
2020-06-21Add errors to windows.WSAStartup and WSACleanupNameless
2020-06-20zig fmtAndrew Kelley
2020-06-15Implement WinMain Callers that Pass Valid ParamsAnthony Arian
2020-06-04std.os.windows.OpenFile: Handle FILE_IS_A_DIRECTORY statusRyan Liptak
2020-06-04Windows: Handle ERROR_DIRECTORY in std.fs.deleteDirAbsolute when called on a ...Ryan Liptak
2020-06-02cleanupsAndrew Kelley
2020-06-02Change ioctl's request type to i32Luna
2020-06-02Replace syscall3 to os.ioctlLuna
2020-06-02Add std.os.ioctlLuna
2020-06-02Make ifru fields sentinel-terminatedLuna
2020-06-02Replace C types in declarationsLuna
2020-06-02Replace C shorts by integer typesLuna
2020-06-02Fix ifreq definitionLuna
2020-06-02Only resolve scope id when neededLuna
2020-06-02Add some interface structs to linux bitsLuna
2020-06-01Merge pull request #5475 from marler8997/windowsDnsAndrew Kelley
2020-06-01Fix evented builds on windows with runtime safety onAlexandros Naskos
2020-05-31more windows network fixesJonathan Marler
2020-05-31Merge pull request #5478 from vrischmann/fix-iouringVeikka Tuominen
2020-05-30linux: fix IOSQE_BIT decl and io_uring_sqe flagsVincent Rischmann