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
/
linux
Age
Commit message (
Expand
)
Author
2022-03-03
os/linux/io_uring: add recvmsg and sendmsg (#10212)
Hiroaki Nakamura
2022-02-15
Adds Linux support for POSIX file locking with fcntl
Anthony Carrico
2022-01-04
io_uring: improve IO_Uring.copy_cqe
Vincent Rischmann
2022-01-01
io_uring: fix version check in tests
Vincent Rischmann
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-12-18
Fix MIPS inline assembly clobbers
Jens Goldberg
2021-12-12
os/linux/io_uring: implement linkat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement symlinkat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement mkdirat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement unlinkat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement renameat
Vincent Rischmann
2021-12-12
os/linux/io_uring: implement shutdown
Vincent Rischmann
2021-12-03
Merge pull request #9927 from vrischmann/fix-rlimit-resource
Andrew Kelley
2021-12-01
Fix test for io_uring link_timeout
Hiroaki Nakamura
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-29
std: add workaround for failing io_uring test
Andrew Kelley
2021-11-23
Merge pull request #10151 from hnakamur/zig
Hiroaki Nakamura
2021-11-16
io_uring: implement register_files_update
Vincent Rischmann
2021-11-16
os/linux: fix rlimit_resource for mips/sparcv9
Vincent Rischmann
2021-11-14
Merge pull request #10081 from hnakamur/lib_std_os_linux_io_uring_cancel
Andrew Kelley
2021-11-14
io_uring: add poll_update
Kenta Iwasaki
2021-11-12
Use io_uring_prep_rw in io_uring_prep_cancel
Hiroaki Nakamura
2021-11-12
std.os.linux: Add cancel and io_uring_prep_cancel
Hiroaki Nakamura
2021-11-10
Merge pull request #9853 from koachan/sparc64-unittests
Andrew Kelley
2021-11-09
io_uring: skip statx test failure on older kernels
Andrew Kelley
2021-11-09
os/linux/io_uring: implement statx
Vincent Rischmann
2021-10-23
std: Fix edge case in TLS tp calculation
LemonBoy
2021-10-17
Linux: Update syscall numbers for 5.14
Stephen Gregoratto
2021-10-10
SPARCv9: fix timeval definition
Koakuma
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-23
Linux/sparc64 bits: Add missing C type definitions
Koakuma
2021-09-22
io_uring: implement read_fixed/write_fixed
Vincent Rischmann
2021-09-18
Add Linux ioctl creation utilities (#9748)
Jens Goldberg
2021-09-01
fix regression on linux with kernel_timespec
Andrew Kelley
2021-09-01
std.os fixes to get the test suite passing again
Andrew Kelley
2021-09-01
std: fix regressions from this branch
Andrew Kelley
2021-09-01
std, compiler-rt: remove test names where applicable
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-09-01
std.os.linux: remove the "bits" namespace altogether
Andrew Kelley
2021-09-01
std: reorganize std.c to eliminate `usingnamespace`
Andrew Kelley
2021-09-01
std.os reorganization, avoiding `usingnamespace`
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
Linux/SPARCv9: use C calling convention for restore_rt
Koakuma
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-13
Expose register_eventfd, register_eventfd_async, unregister_eventfd i… (#9449)
Ayende Rahien
2021-08-02
Move iovec and log levels to bits/posix.zig
N00byEdge
2021-08-02
Make linux syscalls accessible with non-Linux target OS
N00byEdge
2021-07-11
io_uring: add sqe prep methods for epoll_ctl, poll_add, and poll_remove
Kenta Iwasaki
[next]