aboutsummaryrefslogtreecommitdiff
path: root/lib/std/os.zig
AgeCommit message (Expand)Author
2020-09-03update uses of deprecated type field accessVexu
2020-09-03std: add seteuid/setegid to std.osIsaac Freund
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-09-03os.send(to) and os.recv(from) functions made to work on windows.Bas van den Berg
2020-09-02Add the sync functionsAransentin
2020-09-02Made some changes and additions to the networking to make it work on windows.Bas van den Berg
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-19Merge pull request #5745 from lun-4/ebadf-errorAndrew Kelley
2020-08-17std: signalfd: fix the types of things; add testAndrew Kelley
2020-08-17rename signalfd4 to signalfdLuna
2020-08-13Add std.os.getFdPath and std.fs.Dir.realpathJakub Konka
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-08-07Redo GetFinalPathNameByHandle using DeviceIoControlJakub Konka
2020-08-06Initial draft of GetFinalPathNameByHandleJakub Konka
2020-08-02Apply suggestions from code reviewJakub Konka
2020-07-31Add prelim `openW` and `openatW`Jakub Konka
2020-07-31Move delete file logic into windows.DeleteFile fnJakub Konka
2020-07-31Refactor internal Win routines to reuse OpenFileJakub Konka
2020-07-31Remove CreateDirectoryW and CreateFileW callsJakub Konka
2020-07-22Add signalfd support (#5322)luna
2020-07-22Add missing cross-platform Dir.readLink fnsJakub Konka
2020-07-22Draft out ReadLinkW using NT primitivesJakub Konka
2020-07-22Add various build fixesJakub Konka
2020-07-22Ensure Dir.deleteTree does not dereference symlinksJakub 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 SymlinkFlags needed to create symlinks to dirs on WinJakub 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-11run zig fmt on std lib and self hostedVexu
2020-07-02Merge branch 'master' into ebadf-errorluna
2020-06-30Map ENOTCAPABLE into error.AccessDenied instead of error.NotCapableJakub Konka
2020-06-29Fix more compilation errorsJakub Konka
2020-06-29std.os: map EBADF to errors on WASI read/write syscallsLuna
2020-06-29Fix compilation errorsJakub Konka
2020-06-29Handle ENOTCAPABLE in WASIJakub Konka
2020-06-28std.os: make EBADF return error for read and writeLuna
2020-06-24Reformat using if-else where appropriateJakub Konka
2020-06-24Implement fstatat targeting WASIJakub Konka
2020-06-22Enhance std.os.readlinkat coverageJakub Konka