index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
generate
/
family.go
Age
Commit message (
Expand
)
Author
10 days
fix(classify): assign vmsplice to FamilyNetwork, not Misc
Paul Buetow
13 days
fix(classify): assign file_setattr to FamilyFS, not Misc
Paul Buetow
13 days
fix(classify): assign file_getattr to FamilyFS, not Misc
Paul Buetow
14 days
fix(classify): assign fanotify_mark to FamilyIPC, not Misc
Paul Buetow
2026-06-02
fix(classify): assign fanotify_init to FamilyIPC, not Misc
Paul Buetow
2026-06-01
fix(classify): assign alarm to FamilyTime, not Misc
Paul Buetow
2026-05-31
fix(classify): assign adjtimex to FamilyTime, not Misc
Paul Buetow
2026-05-30
kexec_load: classify into Security family with its sibling
Paul Buetow
2026-05-30
Document Process-vs-Misc boundary; keep set_tid_address in Process (task 920)
Paul Buetow
2026-05-30
family: document Misc-vs-IPC boundary rule; keep robust_list in Misc (task 520)
Paul Buetow
2026-05-30
fix(family): classify seteuid/setegid as Process for consistency
Paul Buetow
2026-05-30
fix(family): reclassify get_mempolicy as Memory not Security
Paul Buetow
2026-05-29
ioprio_set/ioprio_get: classify as Process family
Paul Buetow
2026-05-29
utime/utimes: classify as FS family (fix Misc misclassification)
Paul Buetow
2026-05-29
classify: move lsm_* syscalls from Misc to Security family
Paul Buetow
2026-05-29
family: classify futex syscalls as IPC instead of Misc
Paul Buetow
2026-05-20
feat: add mount/fs management syscall tracing for c7
Paul Buetow
2026-05-18
k6: emit tracepoints for all syscall families
Paul Buetow