summaryrefslogtreecommitdiff
path: root/AGENTS.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-19 12:24:33 +0200
committerPaul Buetow <paul@buetow.org>2026-03-19 12:24:33 +0200
commita169b912b7fdaf78bbc4e68c7739b054918472bf (patch)
treed8b08916a35d15e2903850c6bcde1fb95d0441b6 /AGENTS.md
parent171857be12ec2b9d4ed08719272000e3b91893bc (diff)
fix: replay fs metadata operations
Diffstat (limited to 'AGENTS.md')
-rw-r--r--AGENTS.md5
1 files changed, 2 insertions, 3 deletions
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