diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-19 12:24:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-19 12:24:33 +0200 |
| commit | a169b912b7fdaf78bbc4e68c7739b054918472bf (patch) | |
| tree | d8b08916a35d15e2903850c6bcde1fb95d0441b6 /AGENTS.md | |
| parent | 171857be12ec2b9d4ed08719272000e3b91893bc (diff) | |
fix: replay fs metadata operations
Diffstat (limited to 'AGENTS.md')
| -rw-r--r-- | AGENTS.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
