| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-25 | Add clarification comment | Suirad | |
| 2020-09-25 | Stdlib fix for os.windows.deleteFile to fail with | Suirad | |
| a proper error when attempting to delete a directory that isnt empty | |||
| 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 | |
| As per lib/libc/musl/arch/mips/bits/syscall.h.in: ```c ``` | |||
| 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 | |
| These will also be needed by any custom helpers | |||
| 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 | |
| Now we're really future-proof... no more `opflags` creeping in. When anonymous unions land, we can start using `accept_flags` etc. Until then, code using this struct won't break when the kernel adds features. Refs: https://github.com/ziglang/zig/issues/6349 Refs: https://github.com/ziglang/zig/issues/985 | |||
| 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 | |
| - Moves fs.rename functions to fs.renameAbsolute to match other functions outside of fs.Dir - Adds fs.Dir.rename that takes two paths relative to the given Dir - Adds fs.rename that takes two separate Dir's that the given paths are relative to (for renaming across directories without having to make the second path relative to a single directory) - Fixes FileNotFound error return in std.os.windows.MoveFileExW - Returns error.RenameAcrossMountPoints from renameatW + Matches the RenameAcrossMountPoints error return in renameatWasi/renameatZ | |||
| 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 | |
| Implement support for powerpc64{,le} | |||
| 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 | |
| BPF: add BTF | |||
| 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 | |
| * added documentation for ringbuffers, which context type maps to which program type, and added some formatting | |||
| 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 | |
