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
/
codegen_test.go
Age
Commit message (
Expand
)
Author
2026-06-01
test(generate): remove redundant pure-classification unit tests
Paul Buetow
2026-05-30
test(generate): lock in semctl handler as KindSysVOp/FamilyIPC
Paul Buetow
2026-05-30
generate: treat rt_sigreturn as noreturn (suppress dead exit handler)
Paul Buetow
2026-05-30
test(pipe): lock in pipe/pipe2 IPC classification and fd-pair exit reads
Paul Buetow
2026-05-30
test(perf_event_open): lock in audit findings
Paul Buetow
2026-05-30
test(generate): lock in msgctl SysV-op classification
Paul Buetow
2026-05-30
test(mlockall): lock in KindNull/FamilyMemory classification
Paul Buetow
2026-05-30
test(dup): lock in fd_event handler captures oldfd (args[0])
Paul Buetow
2026-05-30
test(generate): lock in listen(2) handler classification
Paul Buetow
2026-05-30
test(kexec_file_load): lock in KindFd/Security/UNCLASSIFIED audit
Paul Buetow
2026-05-30
test(rmdir): lock in FS family, args[0] pathname capture, UNCLASSIFIED exit
Paul Buetow
2026-05-30
test(getsockname): lock in KindFd/FamilyNetwork/UNCLASSIFIED classification
Paul Buetow
2026-05-30
test(generate): lock in bind syscall classification
Paul Buetow
2026-05-30
test(signalfd4): lock in args[3] flags index for eventfd handler
Paul Buetow
2026-05-30
test(select): lock in nfds/timeval capture and UNCLASSIFIED exit
Paul Buetow
2026-05-30
test(generate): lock in mkdirat path capture at args[1]
Paul Buetow
2026-05-30
fix(sleep): record sentinel for TIMER_ABSTIME clock_nanosleep (a20)
Paul Buetow
2026-05-30
test(clock_nanosleep): lock in exit handler UNCLASSIFIED ret + args[2] reques...
Paul Buetow
2026-05-30
test(generate): lock in tkill classification (Signals/null/UNCLASSIFIED)
Paul Buetow
2026-05-30
fix(z10): skip enter-state write for noreturn syscalls
Paul Buetow
2026-05-29
test(mknod): lock in mknod/mknodat path-arg classification
Paul Buetow
2026-05-29
test(dup2): lock in fd_event handler captures oldfd (args[0])
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 wait4 KindProc/Process audit
Paul Buetow
2026-05-29
test(remap_file_pages): harden mem handler lock-in test
Paul Buetow
2026-05-29
test(generate): lock in munlock BPF handler wiring
Paul Buetow
2026-05-29
test(ppoll): lock in poll-family arg layout, reject fd capture
Paul Buetow
2026-05-29
test(generate): lock in rt_tgsigqueueinfo KindNull/Signals audit
Paul Buetow
2026-05-29
test(generate): lock in clone3 KindProc/Process/UNCLASSIFIED classification
Paul Buetow
2026-05-29
test(sigaltstack): lock in KindNull/Signals classification and UNCLASSIFIED ret
Paul Buetow
2026-05-29
test(generate): lock in init_module vs finit_module classification
Paul Buetow
2026-05-29
test(sysinfo): lock in KindNull + FamilyMisc + UNCLASSIFIED ret
Paul Buetow
2026-05-29
test(rt_sigpending): lock in KindNull + FamilySignals + UNCLASSIFIED ret
Paul Buetow
2026-05-29
test(process_madvise): lock in KindFd + UNCLASSIFIED + FamilyMemory
Paul Buetow
2026-05-29
test(generate): lock in sched_get_priority_min classification
Paul Buetow
2026-05-29
test(generate): lock in mincore BPF handler wiring (zv)
Paul Buetow
2026-05-29
test(generate): lock in madvise BPF handler field wiring
Paul Buetow
2026-05-29
test(generate): lock in map_shadow_stack BPF handler field wiring
Paul Buetow
2026-05-29
codegen: suppress unreachable sys_exit handlers for noreturn syscalls
Paul Buetow
2026-05-29
test(exit): lock in noreturn exit/exit_group null_event handling
Paul Buetow
2026-05-29
test(epoll_create): lock in epoll_create1 args[0] flags capture
Paul Buetow
2026-05-23
2c fix epoll_create and pidfd_open flags in BPF codegen
Paul Buetow
2026-05-23
5c remove tracepoint ID adjacency dependency from aggregate pairing
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
2026-05-21
h7 classify additional memory syscalls
Paul Buetow
[next]