| 6 years ago | Joran Dirk Greef | | Add safety checks |
| 6 years ago | Joran Dirk Greef | | Fix opcode support detection for read/write test |
| 6 years ago | Joran Dirk Greef | | Use os.fd_t instead of i32 and assert against c_int for syscall safety |
| 6 years ago | Joran Dirk Greef | | Handle all possible syscall errors and bring errors in line with os.zig |
| 6 years ago | Joran Dirk Greef | | Fix io_uring_sqe to use the names of the first member of each union |
| 6 years ago | Joran Dirk Greef | | Upgrade check_errno() to an exhaustive switch (safer) |
| 6 years ago | Joran Dirk Greef | | Zero the SQE slot and assign, instead of initializing with default values |
| 6 years ago | Joran Dirk Greef | | Remove default values from io_uring_sqe struct |
| 6 years ago | Joran Dirk Greef | | Allow the kernel to drive feature detection |
| 6 years ago | Joran Dirk Greef | | Rename to error.SubmissionQueueFull |
| 6 years ago | Joran Dirk Greef | | Remove unused import aliases |
| 6 years ago | Joran Dirk Greef | | Return error.UnsupportedKernel for ENOSYS |
| 6 years ago | Joran Dirk Greef | | Remove dangling @import from std |
| 6 years ago | Joran Dirk Greef | | Use linux.IORING_SQ_CQ_OVERFLOW |
| 6 years ago | Joran Dirk Greef | | Move to std/os/linux |
| 6 years ago | Joran Dirk Greef | | Add splice_fd_in to io_uring_sqe and future-proof for anonymous unions |
| 6 years ago | Joran Dirk Greef | | Fix std @import |
| 6 years ago | Joran Dirk Greef | | Test IORING_REGISTER_FILES but avoid sparse fd sets |
| 6 years ago | Joran Dirk Greef | | Do not register /dev/zero as an fd when testing queue_readv() |
| 6 years ago | Joran Dirk Greef | | @ptrCast fds.ptr to *const c_void for io_uring_register() |
| 6 years ago | Joran Dirk Greef | | Use x.y for C-style x->y instead of x.*.y |
| 6 years ago | Joran Dirk Greef | | Use std.builtin |
| 6 years ago | Joran Dirk Greef | | Add IORING_SQ_CQ_OVERFLOW to std/os/bits/linux.zig |
| 6 years ago | Joran Dirk Greef | | Remove comment |
| 6 years ago | Joran Dirk Greef | | Use != 0 for bitwise flag conditions |
| 6 years ago | Joran Dirk Greef | | Check kernel support for single_mmap, accept, and read/write |
| 6 years ago | Joran Dirk Greef | | Add short license and copyright notice |
| 6 years ago | Joran Dirk Greef | | std: add io_uring library |
| 6 years ago | Andrew Kelley | | std.crypto siphash: fix assertion on the size of output buffer |
| 6 years ago | Nathan Michaels | | Fix a typo. |
| 6 years ago | Andrew Kelley | | ci: update the on_master_success secret to lavatech |
| 6 years ago | Samrat Man Singh | | Use std.log in LibcInstallation `parse` instead of taking `stderr` |
| 6 years ago | Andrew Kelley |  | Merge pull request #6340 from Vexu/fix |
| 6 years ago | LemonBoy | | std: Fix typo in ELF section header iterator |
| 6 years ago | Andrew Kelley | | ci: disable some freebsd tests to save time |
| 6 years ago | Andrew Kelley | | Merge branch 'ci-freebsd' |
| 6 years ago | Veikka Tuominen |  | Merge pull request #6172 from tadeokondrak/@Type(.Union) |
| 6 years ago | Andrew Kelley |  | Merge pull request #6331 from mattnite/bpf-helper-defs |
| 6 years ago | LemonBoy | | std: Make the CRC32 calculation slightly faster |
| 6 years ago | LemonBoy | | std: Limit the read/write size on Darwin |
| 6 years ago | LemonBoy | | std: Add a gzip decoder |
| 6 years ago | Andrew Kelley |  | Merge pull request #6323 from LemonBoy/fast-zlib |
| 6 years ago | Andrew Kelley |  | Merge pull request #6320 from ifreund/prctl |
| 6 years ago | Andrew Kelley |  | Merge pull request #6315 from ifreund/optional-shlib-version |
| 6 years ago | Andrew Kelley | | add a manifesto to the readme |
| 6 years ago | Isaac Freund | | std: allow overriding install dir of artifacts |
| 6 years ago | Andrew Kelley | | std.fs.File: fix typo in writeFileAll |
| 6 years ago | Andrew Kelley | | update the stack trace test case for lines added to start.zig |
| 6 years ago | Andrew Kelley |  | Merge pull request #5527 from shawnanastasio/ppc64le |
| 6 years ago | Christian Wesselhoeft | | fs/file.zig: Update reader to use type alias |
|