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
2023-05-22
std.os: gethostname non libc linking using uname like linux
David CARLIER
2023-05-14
std.os: implementing sched_setaffinity wrapper for freebsd
David CARLIER
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-13
std.os: adding linux's sched_setaffinity and its wrapper
David CARLIER
2023-05-11
Add tc{set,get}pgrp to std.os.linux
Gregory Mullen
2023-05-05
Merge pull request #15317 from devnexen/darwin_rand_nativegen
Veikka Tuominen
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-26
enable debugging infrastructure when using C backend
Andrew Kelley
2023-04-25
Sema: fix memcpy alias safety incorrect math
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-24
std.os: sysctl* wrappers, better warning at compile time
David Carlier
2023-04-22
os: getrandom wrapper favoring it for macOs/iOs only
David CARLIER
2023-04-22
os: expand sched_getaffinity wrapper and update freebsd's cpuset api flags.
David CARLIER
2023-04-09
std.os.sendto: use ws2_32 on Windows
Andrew Kelley
2023-04-06
std.os: add mincore syscall
jim price
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-03-21
Merge pull request #14841 from squeek502/is-cygwin-pty-stuff
Veikka Tuominen
2023-03-18
os.zig: expose ptrace wrapper for darwin and linux
Jakub Konka
2023-03-16
std.os: handle EPERM errno for bind
mllken
2023-03-16
std: move os/darwin.zig and related to c/darwin.zig
Jakub Konka
2023-03-15
std.fs.File.writevAll: fix behavior for 0-length vectors
Andrew Kelley
2023-03-15
std.fs.File.readvAll: fix behavior for 0-length vectors
Andrew Kelley
2023-03-15
std: child process API supports rusage data
Andrew Kelley
2023-03-10
eliminate posix_spawn from the standard library
Andrew Kelley
2023-03-08
std.os: add missing mmap errors
Jan Philipp Hafer
2023-03-08
os.isCygwinPty: Fix a bug, replace kernel32 call, and optimize
Ryan Liptak
2023-03-06
std.os: Allow write functions to return INVAL errors
jim price
2023-03-05
std.os.abort: take advantage of `@trap`
Andrew Kelley
2023-03-05
std.os: Add DeviceBusy as a possible write error
jim price
2023-03-03
std: add fchmodat
Andrew Kelley
2023-02-18
use std_options for keep_sigpipe and existence of SIG.PIPE to check for support
Jonathan Marler
2023-02-17
add test to ignore sigpipe
Jonathan Marler
2023-02-17
ignore SIGPIPE by default
Jonathan Marler
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-01-30
implement `@qualCast`
Veikka Tuominen
2023-01-28
On BrokenPipe error during os.sendfile - return error rather than unreachable
zigster64
2023-01-26
wasi: remove unnecessary breakpoint() in abort
Takeshi Yoneda
2023-01-23
Merge pull request #14418 from ifreund/assume-sentinel-sux
Andrew Kelley
2023-01-23
std: eliminate pointless meta.assumeSentinel() usage
Isaac Freund
2023-01-23
std.os.windows: add possible error NETNAME_DELETED of ReadFile
Jan Philipp Hafer
2023-01-20
std: implement os.mprotect on Windows
mlugg
2023-01-11
Package: handle Windows PathAlreadyExists error code
Andrew Kelley
2023-01-03
Merge pull request #13980 from ziglang/std.net
Andrew Kelley
2023-01-02
dragonfly: pass test: lib/std/std.zig
Michael Dusan
2023-01-02
netbsd: getFdPath: F_GETPATH implementation
Michael Dusan
2023-01-02
dragonfly: getFdPath: F_GETPATH implementation
Michael Dusan
2023-01-02
freebsd: memfd_create: < 13.0 version check
Michael Dusan
2023-01-02
freebsd: getFdPath: handle NameTooLong
Michael Dusan
2023-01-02
freebsd: getFdPath: < 13.1 fallback impl
Michael Dusan
[prev]
[next]