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
Age
Commit message (
Expand
)
Author
2020-11-18
std: add chdir smoke test
Jakub Konka
2020-11-18
Move utf8->utf16 up one level into os.zig
Lee Cannon
2020-11-18
Switch to RtlSetCurrentDirectory_U
Lee Cannon
2020-11-18
Implement chdir and chdirZ for Windows
Lee Cannon
2020-11-16
std: Make windows.ReadFile allow short reads
LemonBoy
2020-11-10
openbsd: proper implementation for Thread.cpuCount()
Sébastien Marie
2020-11-10
openbsd: add time definitions for gettimeofday()
Sébastien Marie
2020-11-10
openbsd: add sockets constants
Sébastien Marie
2020-11-10
openbsd: add dlfcn.h definitions for dlopen()
Sébastien Marie
2020-11-05
Merge pull request #6978 from LemonBoy/statshit
Andrew Kelley
2020-11-05
Merge pull request #6974 from daurnimator/prctl-cleanup
Andrew Kelley
2020-11-05
Merge pull request #6895 from jorangreef/fallocate
Andrew Kelley
2020-11-05
Label WASI stat as kernel_stat
LemonBoy
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-11-04
Add missing LONG_PTR type
rageoholic
2020-11-04
Fix CoInitializeEx so it can take a null pointer
rageoholic
2020-11-04
std: Correct stack_t definition for mips
LemonBoy
2020-11-04
std: Fix pipe syscall stub for sparc64
LemonBoy
2020-11-04
std: use PR enum as only location of opcode numbers
daurnimator
2020-11-04
std: add PR enum for the prctl opcode
daurnimator
2020-11-03
Merge pull request #6921 from xackus/gimmeMoreOfThoseSweetSweetFileDescriptors
Jakub Konka
2020-11-03
Support 32-bit big-endian targets
Joran Dirk Greef
2020-11-03
Fix Darwin codepath
Jakub Konka
2020-11-02
std: Fix syscall stubs passing 64bit offsets for BE targets
LemonBoy
2020-11-02
Pending #5127
Joran Dirk Greef
2020-11-02
Switch back to writing Zig
Joran Dirk Greef
2020-11-02
Debug unhandled errno
Joran Dirk Greef
2020-11-01
Merge pull request #6792 from koachan/sparc64-linux
Andrew Kelley
2020-11-01
std: add {set,get}rlimit bits and improve test
xackus
2020-11-01
Swap endianness
Joran Dirk Greef
2020-11-01
Add test
Joran Dirk Greef
2020-11-01
"The Traveling Wilburys' - Handle With Care"
Joran Dirk Greef
2020-11-01
Add definitions for FALLOC_FL_ mode flags
Joran Dirk Greef
2020-10-31
linux: add fallocate()
Joran Dirk Greef
2020-10-30
Add close_range, faccessat2 and process_madvise
Joran Dirk Greef
2020-10-30
Add more mips syscall numbers
Joran Dirk Greef
2020-10-30
Select stat struct type based on whether we are linking with libc
Koakuma
2020-10-29
Merge pull request #6356 from jorangreef/io_uring
Andrew Kelley
2020-10-29
Use the *_stat type as self
Koakuma
2020-10-27
std.os.linux.accept/accept4: allow null for addr and len
johnLate
2020-10-27
std: Add basic smoke test for net functionality
LemonBoy
2020-10-26
std/*: add missing MIT license headers
Frank Denis
2020-10-25
openbsd: make dl_phdr_info cross arches
Sébastien Marie
2020-10-25
Separate libc stat and kernel stat definitions
Koakuma
2020-10-25
Various formatting fixes
Koakuma
2020-10-25
Fix sparc64 bits definitions
Koakuma
2020-10-25
Fix SA_* constants for sparc64
Koakuma
2020-10-25
Predict error-less path on syscalls
Koakuma
2020-10-25
Add back ppc input/output/clobber definitions
Koakuma
2020-10-25
"zig fmt" on lib/std/os/linux.zig
Koakuma
[prev]
[next]