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-09-25
Add clarification comment
Suirad
2020-09-25
Stdlib fix for os.windows.deleteFile to fail with
Suirad
2020-09-21
Merge remote-tracking branch 'origin/master' into stage2-zig-cc
Andrew Kelley
2020-09-21
Define SPLICE, PROVIDE_BUFFERS, REMOVE_BUFFERS and TEE opcodes and flags
Joran Dirk Greef
2020-09-21
Use @intCast instead of @truncate
Joran Dirk Greef
2020-09-21
Add flags to queue_fsync() signature as per liburing
Joran Dirk Greef
2020-09-21
Use @intCast instead of @truncate on io_uring_enter() result
Joran Dirk Greef
2020-09-21
Cache mask instead of dereferencing mask pointer
Joran Dirk Greef
2020-09-21
Add io_uring syscalls to os.bits.linux.mips.SYS
Joran Dirk Greef
2020-09-20
Add IORING_FEAT_FAST_POLL
Joran Dirk Greef
2020-09-20
Test structs and offsets
Joran Dirk Greef
2020-09-20
Make enter(), flush_sq(), sq_ring_needs_enter(), cq_ring_needs_flush() public
Joran Dirk Greef
2020-09-20
Add safety checks
Joran Dirk Greef
2020-09-20
Fix opcode support detection for read/write test
Joran Dirk Greef
2020-09-20
Use os.fd_t instead of i32 and assert against c_int for syscall safety
Joran Dirk Greef
2020-09-20
Handle all possible syscall errors and bring errors in line with os.zig
Joran Dirk Greef
2020-09-19
Fix io_uring_sqe to use the names of the first member of each union
Joran Dirk Greef
2020-09-19
Upgrade check_errno() to an exhaustive switch (safer)
Joran Dirk Greef
2020-09-19
Zero the SQE slot and assign, instead of initializing with default values
Joran Dirk Greef
2020-09-19
Remove default values from io_uring_sqe struct
Joran Dirk Greef
2020-09-19
Allow the kernel to drive feature detection
Joran Dirk Greef
2020-09-19
Rename to error.SubmissionQueueFull
Joran Dirk Greef
2020-09-19
Remove unused import aliases
Joran Dirk Greef
2020-09-19
Return error.UnsupportedKernel for ENOSYS
Joran Dirk Greef
2020-09-19
Use linux.IORING_SQ_CQ_OVERFLOW
Joran Dirk Greef
2020-09-19
Move to std/os/linux
Joran Dirk Greef
2020-09-19
Add splice_fd_in to io_uring_sqe and future-proof for anonymous unions
Joran Dirk Greef
2020-09-17
Add rename to std.fs API
Ryan Liptak
2020-09-17
Add IORING_SQ_CQ_OVERFLOW to std/os/bits/linux.zig
Joran Dirk Greef
2020-09-15
std: handle sharing violation when deleting a file on windows
Andrew Kelley
2020-09-13
changed to opaque
Matt Knight
2020-09-13
removed all those kern aliases
Matt Knight
2020-09-13
got booleans wrong
Matt Knight
2020-09-12
added helper definitions
Matt Knight
2020-09-11
std: add securebits definitions for linux
Isaac Freund
2020-09-11
std: add prctl definition for linux
Isaac Freund
2020-09-10
update the stack trace test case for lines added to start.zig
Andrew Kelley
2020-09-10
Merge pull request #5527 from shawnanastasio/ppc64le
Andrew Kelley
2020-09-10
implement poll for windows with WSAPoll (only available on vista and higher)
Bas van den Berg
2020-09-08
Add the Linux TCP socket options
Jens Goldberg
2020-09-08
Merge pull request #6267 from mattnite/btf
Andrew Kelley
2020-09-08
change socklen_t to u32 and add appropriate casts when calling WSA
Bas van den Berg
2020-09-08
Merge branch 'master' into improve-windows-networking
Bas
2020-09-07
added map create, update, delete, and prog load
Matt Knight
2020-09-07
BPF: add some more documentation (#6268)
Matthew Knight
2020-09-07
added license comments
Matt Knight
2020-09-07
changed enums to lower case
Matt Knight
2020-09-06
fixed missing 'packed' keyword
Matt Knight
2020-09-06
added btf
Matt Knight
2020-09-06
fixed improper builtin import
Matt Knight
[prev]
[next]