From a169b912b7fdaf78bbc4e68c7739b054918472bf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 19 Mar 2026 12:24:33 +0200 Subject: fix: replay fs metadata operations --- AGENTS.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'AGENTS.md') diff --git a/AGENTS.md b/AGENTS.md index bf3f908..0929bdc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -162,9 +162,8 @@ Architecture note: - On modern x86_64 systems, some operations may surface as modern entry points rather than legacy ones. For example, `open` may appear as `openat`, and `stat` / `lstat` may appear as `newfstatat` in `strace`. -- Some replay entries are intentionally no-ops today: `statfs`, `fstatfs`, - `readahead`, `readlink`, `readlinkat`, `sync`, `syncfs`, and - `sync_file_range`. +- `readdir` replay typically appears as `getdents64` in `strace`, and legacy + compat syscalls may replay through the closest modern libc entry point. ### 8. Initialize the replay tree -- cgit v1.2.3