index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
os.zig
Age
Commit message (
Expand
)
Author
2020-09-03
update uses of deprecated type field access
Vexu
2020-09-03
std: add seteuid/setegid to std.os
Isaac Freund
2020-09-03
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund
2020-09-03
os.send(to) and os.recv(from) functions made to work on windows.
Bas van den Berg
2020-09-02
Add the sync functions
Aransentin
2020-09-02
Made some changes and additions to the networking to make it work on windows.
Bas van den Berg
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-19
Merge pull request #5745 from lun-4/ebadf-error
Andrew Kelley
2020-08-17
std: signalfd: fix the types of things; add test
Andrew Kelley
2020-08-17
rename signalfd4 to signalfd
Luna
2020-08-13
Add std.os.getFdPath and std.fs.Dir.realpath
Jakub Konka
2020-08-11
copy_file_range linux syscall (#6010)
Maciej Walczak
2020-08-07
Redo GetFinalPathNameByHandle using DeviceIoControl
Jakub Konka
2020-08-06
Initial draft of GetFinalPathNameByHandle
Jakub Konka
2020-08-02
Apply suggestions from code review
Jakub Konka
2020-07-31
Add prelim `openW` and `openatW`
Jakub Konka
2020-07-31
Move delete file logic into windows.DeleteFile fn
Jakub Konka
2020-07-31
Refactor internal Win routines to reuse OpenFile
Jakub Konka
2020-07-31
Remove CreateDirectoryW and CreateFileW calls
Jakub Konka
2020-07-22
Add signalfd support (#5322)
luna
2020-07-22
Add missing cross-platform Dir.readLink fns
Jakub Konka
2020-07-22
Draft out ReadLinkW using NT primitives
Jakub Konka
2020-07-22
Add various build fixes
Jakub Konka
2020-07-22
Ensure Dir.deleteTree does not dereference symlinks
Jakub Konka
2020-07-22
Move symlink to fs.symlinkAbsolute with SymlinkFlags
Jakub Konka
2020-07-22
Refactor
Jakub Konka
2020-07-22
Ensure we use Win32 prefix in Win32 calls
Jakub Konka
2020-07-22
Handle relative/absolute symlinks; add more tests
Jakub Konka
2020-07-22
Add SymlinkFlags needed to create symlinks to dirs on Win
Jakub Konka
2020-07-22
Refactor
Jakub Konka
2020-07-22
Fix unlinkatW to allow file symlink deletion on Windows
Jakub Konka
2020-07-22
Use NtCreateFile to get handle to reparse point
Jakub Konka
2020-07-22
Fix incorrect byte format of REPARSE_DATA_BUFFER struct
Jakub Konka
2020-07-22
Use windows.CreateFileW to open the reparse point
Jakub Konka
2020-07-22
Add windows.ReadLink similar to OpenFile but for reparse points only
Jakub Konka
2020-07-22
Debug readlinkW using OpenFile
Jakub Konka
2020-07-22
Finish symlink implementation on Windows
Jakub Konka
2020-07-22
Add readlink smoke test
Jakub Konka
2020-07-22
Start drafting out os.readlink on Windows
Jakub Konka
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-07-02
Merge branch 'master' into ebadf-error
luna
2020-06-30
Map ENOTCAPABLE into error.AccessDenied instead of error.NotCapable
Jakub Konka
2020-06-29
Fix more compilation errors
Jakub Konka
2020-06-29
std.os: map EBADF to errors on WASI read/write syscalls
Luna
2020-06-29
Fix compilation errors
Jakub Konka
2020-06-29
Handle ENOTCAPABLE in WASI
Jakub Konka
2020-06-28
std.os: make EBADF return error for read and write
Luna
2020-06-24
Reformat using if-else where appropriate
Jakub Konka
2020-06-24
Implement fstatat targeting WASI
Jakub Konka
2020-06-22
Enhance std.os.readlinkat coverage
Jakub Konka
[prev]
[next]