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
/
posix.zig
Age
Commit message (
Expand
)
Author
2025-05-09
std.posix: Add sigrtmin() and sigrtmax()
Pat Tullmann
2025-04-30
sigset_t: sigemptyset() and sigfillset() are functions that return sigset_t
Pat Tullmann
2025-04-30
posix: remove empty_sigset
Pat Tullmann
2025-04-30
posix.zig: export sigset_t and matching operations from system
Pat Tullmann
2025-04-14
Merge pull request #23268 from chrboesch/i19875
Chris Boesch
2025-04-11
std.posix.getenv: early-return comparison (#23265)
g-logunov
2025-04-08
Merge pull request #23478 from alexrp/bsd-versions
Alex Rønne Petersen
2025-04-07
std.os.linux: use heap.pageSize() instead of MMAP2_UNIT
Stefan Weigl-Bosker
2025-04-06
std: Remove some FreeBSD version checks and resulting dead code.
Alex Rønne Petersen
2025-04-02
Merge pull request #22337 from ruihe774/fix-app-mask
Alex Rønne Petersen
2025-04-02
std.os.linux: block all signals in raise
Misaki Kasumi
2025-03-27
std.posix: add getuid()/geteuid()
blurrycat
2025-03-26
Merge pull request #23339 from Iced-Sun/master
Alex Rønne Petersen
2025-03-26
std.posix: update LFS64 interfaces for android bionic C
孙冰
2025-03-26
lib/std/posix: test ftruncate via std.fs.File.setEndPos()
Pat Tullmann
2025-03-24
lib/std: PermissionDenied/AccessDenied cleanup and fallout
Pat Tullmann
2025-03-24
lib/std/: WASI code should follow POSIX semantics for AccessDenied/Permission...
Pat Tullmann
2025-03-24
windows: Use AccessDenied for ACCESS_DENIED on Windows
Pat Tullmann
2025-03-15
posix/write: catch MSGSIZE error (#23238)
Rémy Mathieu
2025-02-24
stdlib: handle EEXIST in mmap with FIXED_NOREPLACE. Fixes #21475
Alec Fessler
2025-02-23
std.posix: Handle USER_MAPPED_FILE in windows ftruncate() impl
Linus Groh
2025-02-22
zig build fmt
Andrew Kelley
2025-02-21
posix: access/accessZ/faccessat/faccessatZ can return AccessDenied or Permiss...
Pat Tullmann
2025-02-20
lib/std/posix/test.zig: enable disabled tests using CWD
Pat Tullmann
2025-02-17
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen
2025-02-13
std.time: more precise `nanoTimestamp` in windows
Ali Cheraghi
2025-02-09
wasi: fix wasm-wasi-musl constants
Pat Tullmann
2025-02-09
std.os.uefi: Adjust casing of remaining enum fields
Linus Groh
2025-02-06
introduce std.posix.mremap and use it
Andrew Kelley
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-05
std.os.linux: remove app_mask
Misaki Kasumi
2025-02-01
std.posix: Use separate clock ID enums for clock_gettime() and timerfd_create...
Chris Boesch
2025-01-30
std.posix: adding getsockopt (#22335)
John Benediktsson
2025-01-30
std: fix comptime SemanticVersion expr regression
Michael Dusan
2025-01-29
std: mkdir(2) mode uses mode_t
Meghan Denny
2025-01-29
std: add optional times pointer for futimes, futimens, utimes, utimensat
thejohnny5
2025-01-23
std.posix.setsockopt: EOPNOTSUPP can be returned
Pierre Tachoire
2025-01-20
std.posix.WriteError: update AccessDenied docs
Andrew Kelley
2025-01-20
std.posix: Fix errno 13 when writing to file
Bryce Vandegrift
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2024-12-11
std.Build.Cache.hit: work around macOS kernel bug
Andrew Kelley
2024-12-10
std.Build.Cache.hit: more discipline in error handling
Andrew Kelley
2024-12-11
std.posix: map errno 6 (ENXIO) to error.NoDevice in write() (#22113)
saurabh
2024-11-27
std.os.windows: Map PIPE_NOT_AVAILABLE from OpenFile() to error.NoDevice (#21...
Justin Braben
2024-11-24
treat errno(6) (NXIO) as expected error in openatZ
Bruno Reis
2024-11-13
Flags for SIOC{G,S}IFFLAGS
Benjamin Hetz
2024-11-12
std: fix compiler errors
PauloCampana
2024-10-07
freebsd posix: add SystemOutdated to MemFdCreateError
Michael Dusan
[next]