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-25
update doc comments
Loris Cro
2020-09-24
recvfrom
Loris Cro
2020-09-24
sendto
Loris Cro
2020-09-24
pwritev
Loris Cro
2020-09-24
pwrite
Loris Cro
2020-09-24
writev
Loris Cro
2020-09-24
write
Loris Cro
2020-09-24
preadv
Loris Cro
2020-09-24
pread
Loris Cro
2020-09-24
readv
Loris Cro
2020-09-24
read
Loris Cro
2020-09-24
connect
Loris Cro
2020-09-24
accept
Loris Cro
2020-09-17
Fix compile error in os.renameatW
Ryan Liptak
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-13
std: Limit the read/write size on Darwin
LemonBoy
2020-09-11
std: add prctl wrapper to std.os
Isaac Freund
2020-09-10
std: fix errorset of std.os.seteuid/setegid
Isaac Freund
2020-09-05
Merge pull request #6246 from Vexu/field
Veikka Tuominen
2020-09-03
Merge pull request #6243 from ifreund/uid-gid-cleanup
Andrew Kelley
2020-09-03
Merge pull request #6238 from Aransentin/master
Andrew Kelley
2020-09-03
os: return error.SocketNotListening for EINVAL on accept (#6226)
Kenta Iwasaki
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-02
Add the sync functions
Aransentin
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
[next]