Age | Commit message (Expand) | Author |
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 |
2022-06-12 | ripple/shell.nix: provide a wrapper for SUID fusermount(1) | edef |
2022-06-06 | fleet/hosts/trieste/web: fix homepage 404ing | V |
2022-06-06 | fleet/hosts/trieste/cgit: switch implementation to cgit-pink | V |
2022-06-04 | fleet: upgrade to NixOS 22.05 | V |
2022-05-30 | fleet/hosts/{kaikou,trieste,vityaz}: add my SSH certificate | V |
2022-05-14 | fleet/modules/web: drop Content-Security-Policy header, for now | V |
2022-05-14 | fleet/hosts/kaikou: add skeleton Gerrit config | V |
2022-05-11 | fleet/hosts/kaikou: a build automation server | V |
2022-05-10 | ripple/fossil: permit importing trees from git repos | edef |
2022-05-05 | ripple/fossil/mount: document how . and .. work | edef |
2022-05-05 | ripple/fossil/Cargo.toml: sort deps | edef |
2022-05-05 | ripple/fossil/mount: terminate out-of-bounds Node::find early | edef |
2022-05-04 | ripple/fossil/mount: don't allocate on readdir | edef |
2022-05-04 | ripple/fossil/mount: back memtree with a single Vec | edef |
2022-05-03 | ripple/fossil: handle missing blobs more gracefully | edef |
2022-05-03 | ripple/fossil/mount: expose arbitrary directories by digest | edef |