Age | Commit message (Expand) | Author |
2022-07-29 | ripple/minitrace: verify mmap/mprotect page alignment | edef |
2022-07-29 | ripple/minitrace: implement and use SyscallArg for enums | edef |
2022-07-29 | ripple/minitrace: use # instead of prefixing with 0x | edef |
2022-07-29 | ripple/minitrace: drop process arg to check_syscall | edef |
2022-07-29 | ripple/minitrace: verify newfstatat flags strictly | edef |
2022-07-29 | ripple/minitrace: replace read_mem_cstr calls with CString arguments | edef |
2022-07-29 | ripple/minitrace: interpret CString arguments to syscalls | edef |
2022-07-29 | ripple/minitrace: don't impl Copy for SyscallEntry | edef |
2022-07-29 | ripple/minitrace: use inline variable style for format strings | edef |
2022-07-29 | ripple/minitrace: match read_mem_cstr return value names to input names | edef |
2022-07-29 | ripple/minitrace: verify that libc flag naming matches | edef |
2022-07-29 | ripple/minitrace: convert OpenFlags to bitshifts | edef |
2022-07-29 | ripple/minitrace: verify syscall bitflags against libc | edef |
2022-07-29 | ripple/minitrace: make syscall_bitflags! non-recursive | edef |
2022-07-29 | ripple/minitrace: match identifier style in macros | edef |
2022-07-29 | ripple/minitrace: pluralise newfstatat flags parameter | edef |
2022-07-28 | ripple/minitrace: bitflags-ify mmap/mprotect protection flags | edef |
2022-07-28 | ripple/minitrace: mark file descriptor parameters | edef |
2022-07-27 | ripple/minitrace: remove GRND_ prefix from GrndFlags | edef |
2022-07-27 | ripple/minitrace: parse mmap flags strictly | edef |
2022-07-27 | ripple/minitrace: mmap fd is an i32, not u64 | edef |
2022-07-27 | ripple/minitrace: better errors for invalid syscall args | edef |
2022-07-27 | ripple/minitrace: introduce syscall_bitflags! | edef |
2022-07-27 | ripple/minitrace: implement SyscallArg for bitflags | edef |
2022-07-27 | ripple/minitrace: disable dead_code lint on SyscallArgs | edef |
2022-07-27 | ripple/minitrace: refactor syscall interpretation | V |
2022-07-27 | ripple/minitrace: fix newfstatat dirfd handling | edef |
2022-07-08 | ripple/minitrace: convert openat dirfd correctly | edef |
2022-06-20 | fleet/pkgs/naut: clean up formatting | edef |
2022-06-20 | fleet/pkgs/naut: use Rust 2021 | edef |
2022-06-20 | fleet/pkgs/naut: filter down to commits touching the ripple subtree | edef |
2022-06-20 | fleet/pkgs/naut: simplify down to a single channel and a single repo | edef |
2022-06-20 | fleet/test: work with clean trees too | edef |
2022-06-20 | fleet/test: run builds with --keep-going | edef |
2022-06-20 | fleet/test: don't rely on SSH config and repo remotes | edef |
2022-06-20 | fleet: it's monorepo time! | V |
2022-06-19 | ripple/minitrace: fix syscall ABI | V |
2022-06-19 | githooks: add SPDX headers | edef |
2022-06-19 | githooks/commit-msg: use git-interpret-trailers --in-place | edef |
2022-06-19 | githooks/commit-msg: don't inhibit git's empty commit message behaviour | edef |
2022-06-19 | Make rustfmt.toml global | edef |
2022-06-19 | fleet/pkgs/naut: point source URL at the monorepo | edef |
2022-06-19 | ripple/fossil: box the bao decoder | edef |
2022-06-19 | githooks: add Change-Id commit-msg hook | edef |
2022-06-18 | githooks: init | edef |
2022-06-17 | ripple/minitrace: add set_tid_address, set_robust_list, and getrandom | V |
2022-06-13 | ripple/fossil: use std::os::unix::prelude | edef |
2022-06-12 | ripple/fossil/chunker: use hex_literal rather than hex escapes | edef |
2022-06-12 | third_party/cachunker: init | edef |
2022-06-12 | ripple/website: add SPDX annotations | edef |