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_test.go
Age
Commit message (
Expand
)
Author
2026-06-01
test(generate): remove redundant pure-classification unit tests
Paul Buetow
2026-05-30
test(arch_prctl): lock in KindNull/UNCLASSIFIED + FamilyProcess
Paul Buetow
2026-05-30
test(setsockopt): lock in KindFd enter, UNCLASSIFIED exit, Network family
Paul Buetow
2026-05-30
test(generate): lock in lseek classification (offset, not byte count)
Paul Buetow
2026-05-30
kexec_load: classify into Security family with its sibling
Paul Buetow
2026-05-30
test(gettid): lock in KindNull/FamilyProcess/UNCLASSIFIED classification
Paul Buetow
2026-05-30
test(generate): lock in bind syscall classification
Paul Buetow
2026-05-30
Document Process-vs-Misc boundary; keep set_tid_address in Process (task 920)
Paul Buetow
2026-05-30
test(generate): lock in tkill classification (Signals/null/UNCLASSIFIED)
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-30
test(generate): lock in times(2) syscall classification
Paul Buetow
2026-05-29
test(generate): lock in setuid classification audit
Paul Buetow
2026-05-29
test(generate): lock in access/faccessat path classification
Paul Buetow
2026-05-29
ioprio_set/ioprio_get: classify as Process family
Paul Buetow
2026-05-29
test(fallocate): lock in FS family, KindFd enter, UNCLASSIFIED ret
Paul Buetow
2026-05-29
test(generate): lock in setsid classification audit
Paul Buetow
2026-05-29
test(syncfs): lock in FS family + fd kind classification
Paul Buetow
2026-05-29
test(sysinfo): lock in KindNull + FamilyMisc + UNCLASSIFIED ret
Paul Buetow
2026-05-29
utime/utimes: classify as FS family (fix Misc misclassification)
Paul Buetow
2026-05-29
test(rt_sigpending): lock in KindNull + FamilySignals + UNCLASSIFIED ret
Paul Buetow
2026-05-29
test(generate): lock in set_mempolicy_home_node classification
Paul Buetow
2026-05-29
test(process_madvise): lock in KindFd + UNCLASSIFIED + FamilyMemory
Paul Buetow
2026-05-29
test(generate): lock in rseq family and return classification
Paul Buetow
2026-05-29
test(generate): lock in gettimeofday classification
Paul Buetow
2026-05-29
family: classify futex syscalls as IPC instead of Misc
Paul Buetow
2026-05-29
test(family): assert ioperm/iopl/modify_ldt classify as Misc
Paul Buetow
2026-05-18
k6: emit tracepoints for all syscall families
Paul Buetow