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
/
classify_test.go
Age
Commit message (
Expand
)
Author
12 days
fix(classify): capture timerfd_gettime/settime + splice/tee fd, not KindNull
Paul Buetow
2026-06-01
fix(classify): mq_timedsend returns status, not bytes — make ret UNCLASSIFIED
Paul Buetow
2026-06-01
test(generate): remove redundant pure-classification unit tests
Paul Buetow
2026-05-30
test(generate): lock in pwritev WRITE byte-count classification
Paul Buetow
2026-05-30
test(pipe): lock in pipe/pipe2 IPC classification and fd-pair exit reads
Paul Buetow
2026-05-30
test(arch_prctl): lock in KindNull/UNCLASSIFIED + FamilyProcess
Paul Buetow
2026-05-30
test(socketpair): lock in domain-is-not-an-fd invariant (c00)
Paul Buetow
2026-05-30
test(setsockopt): lock in KindFd enter, UNCLASSIFIED exit, Network family
Paul Buetow
2026-05-30
test(request_key): lock in keyctl kind, security family, and unclassified return
Paul Buetow
2026-05-30
test(generate): lock in pwrite64 WRITE_CLASSIFIED audit
Paul Buetow
2026-05-30
test(generate): lock in lseek classification (offset, not byte count)
Paul Buetow
2026-05-30
test(generate): lock in io_uring_register classification audit
Paul Buetow
2026-05-30
test(getsockname): lock in KindFd/FamilyNetwork/UNCLASSIFIED classification
Paul Buetow
2026-05-30
test(getcwd): lock in KindNull enter + exit-time cwd resolution
Paul Buetow
2026-05-30
test(kill): lock in KindNull enter and UNCLASSIFIED ret
Paul Buetow
2026-05-30
test(iopl): lock in KindNull enter and UNCLASSIFIED ret classification
Paul Buetow
2026-05-30
test(gettid): lock in KindNull/FamilyProcess/UNCLASSIFIED classification
Paul Buetow
2026-05-30
test(generate): lock in getgid null enter and UNCLASSIFIED ret
Paul Buetow
2026-05-30
test(finit_module): lock in family and ret classification
Paul Buetow
2026-05-30
sendfile64: capture out_fd instead of dropping both fds
Paul Buetow
2026-05-30
test(generate): lock in sched_setparam pid-not-fd classification
Paul Buetow
2026-05-30
test(sched_getparam): lock in KindNull/FamilySched/UNCLASSIFIED classification
Paul Buetow
2026-05-30
test(setpgid): lock in KindNull/Process/UNCLASSIFIED audit findings
Paul Buetow
2026-05-30
family: document Misc-vs-IPC boundary rule; keep robust_list in Misc (task 520)
Paul Buetow
2026-05-29
test(generate): lock in setuid classification audit
Paul Buetow
2026-05-29
test(mknod): lock in mknod/mknodat path-arg classification
Paul Buetow
2026-05-29
test(classify): lock in keyctl-family audit (kind/family/ret)
Paul Buetow
2026-05-29
test(generate): lock in get_robust_list/set_robust_list classification
Paul Buetow
2026-05-29
test(generate): lock in access/faccessat path classification
Paul Buetow
2026-05-29
test(generate): lock in sync(2) void-but-returns classification
Paul Buetow
2026-05-29
test(generate): lock in recvmsg READ_CLASSIFIED audit
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(classify): lock in pwritev2 WRITE byte-count classification
Paul Buetow
2026-05-29
test(generate): lock in init_module vs finit_module classification
Paul Buetow
2026-05-29
test(syncfs): lock in FS family + fd kind classification
Paul Buetow
2026-05-29
utime/utimes: classify as FS family (fix Misc misclassification)
Paul Buetow
2026-05-29
test(generate): lock in sendmsg write byte-count classification
Paul Buetow
2026-05-29
test(classify): lock in sched_getattr pid-not-fd classification
Paul Buetow
2026-05-29
classify: move lsm_* syscalls from Misc to Security family
Paul Buetow
2026-05-29
test(generate): lock in setdomainname KindNull classification
Paul Buetow
2026-05-29
codegen: suppress unreachable sys_exit handlers for noreturn syscalls
Paul Buetow
2026-05-29
test(generate): lock in getpeername exit classification as KindRet
Paul Buetow
2026-05-28
close_range: honor last bound and CLOSE_RANGE_CLOEXEC flag
Paul Buetow
2026-05-22
3c table-drive name-only syscall classification
Paul Buetow
2026-05-21
o7 classify landlock add-rule and restrict-self as fd
Paul Buetow
2026-05-21
m7 classify time and posix timer syscalls
Paul Buetow
2026-05-21
k7 classify process control and prctl syscalls
Paul Buetow
2026-05-21
j7 add futex kind and aggregate-only defaults
Paul Buetow
2026-05-21
l7 classify numa and process memory syscalls
Paul Buetow
[next]