summaryrefslogtreecommitdiff
path: root/internal/generate/codegen_test.go
AgeCommit message (Expand)Author
2026-06-01test(generate): remove redundant pure-classification unit testsPaul Buetow
2026-05-30test(generate): lock in semctl handler as KindSysVOp/FamilyIPCPaul Buetow
2026-05-30generate: treat rt_sigreturn as noreturn (suppress dead exit handler)Paul Buetow
2026-05-30test(pipe): lock in pipe/pipe2 IPC classification and fd-pair exit readsPaul Buetow
2026-05-30test(perf_event_open): lock in audit findingsPaul Buetow
2026-05-30test(generate): lock in msgctl SysV-op classificationPaul Buetow
2026-05-30test(mlockall): lock in KindNull/FamilyMemory classificationPaul Buetow
2026-05-30test(dup): lock in fd_event handler captures oldfd (args[0])Paul Buetow
2026-05-30test(generate): lock in listen(2) handler classificationPaul Buetow
2026-05-30test(kexec_file_load): lock in KindFd/Security/UNCLASSIFIED auditPaul Buetow
2026-05-30test(rmdir): lock in FS family, args[0] pathname capture, UNCLASSIFIED exitPaul Buetow
2026-05-30test(getsockname): lock in KindFd/FamilyNetwork/UNCLASSIFIED classificationPaul Buetow
2026-05-30test(generate): lock in bind syscall classificationPaul Buetow
2026-05-30test(signalfd4): lock in args[3] flags index for eventfd handlerPaul Buetow
2026-05-30test(select): lock in nfds/timeval capture and UNCLASSIFIED exitPaul Buetow
2026-05-30test(generate): lock in mkdirat path capture at args[1]Paul Buetow
2026-05-30fix(sleep): record sentinel for TIMER_ABSTIME clock_nanosleep (a20)Paul Buetow
2026-05-30test(clock_nanosleep): lock in exit handler UNCLASSIFIED ret + args[2] reques...Paul Buetow
2026-05-30test(generate): lock in tkill classification (Signals/null/UNCLASSIFIED)Paul Buetow
2026-05-30fix(z10): skip enter-state write for noreturn syscallsPaul Buetow
2026-05-29test(mknod): lock in mknod/mknodat path-arg classificationPaul Buetow
2026-05-29test(dup2): lock in fd_event handler captures oldfd (args[0])Paul Buetow
2026-05-29test(generate): lock in access/faccessat path classificationPaul Buetow
2026-05-29test(generate): lock in sync(2) void-but-returns classificationPaul Buetow
2026-05-29test(generate): lock in wait4 KindProc/Process auditPaul Buetow
2026-05-29test(remap_file_pages): harden mem handler lock-in testPaul Buetow
2026-05-29test(generate): lock in munlock BPF handler wiringPaul Buetow
2026-05-29test(ppoll): lock in poll-family arg layout, reject fd capturePaul Buetow
2026-05-29test(generate): lock in rt_tgsigqueueinfo KindNull/Signals auditPaul Buetow
2026-05-29test(generate): lock in clone3 KindProc/Process/UNCLASSIFIED classificationPaul Buetow
2026-05-29test(sigaltstack): lock in KindNull/Signals classification and UNCLASSIFIED retPaul Buetow
2026-05-29test(generate): lock in init_module vs finit_module classificationPaul Buetow
2026-05-29test(sysinfo): lock in KindNull + FamilyMisc + UNCLASSIFIED retPaul Buetow
2026-05-29test(rt_sigpending): lock in KindNull + FamilySignals + UNCLASSIFIED retPaul Buetow
2026-05-29test(process_madvise): lock in KindFd + UNCLASSIFIED + FamilyMemoryPaul Buetow
2026-05-29test(generate): lock in sched_get_priority_min classificationPaul Buetow
2026-05-29test(generate): lock in mincore BPF handler wiring (zv)Paul Buetow
2026-05-29test(generate): lock in madvise BPF handler field wiringPaul Buetow
2026-05-29test(generate): lock in map_shadow_stack BPF handler field wiringPaul Buetow
2026-05-29codegen: suppress unreachable sys_exit handlers for noreturn syscallsPaul Buetow
2026-05-29test(exit): lock in noreturn exit/exit_group null_event handlingPaul Buetow
2026-05-29test(epoll_create): lock in epoll_create1 args[0] flags capturePaul Buetow
2026-05-232c fix epoll_create and pidfd_open flags in BPF codegenPaul Buetow
2026-05-235c remove tracepoint ID adjacency dependency from aggregate pairingPaul Buetow
2026-05-21o7 classify landlock add-rule and restrict-self as fdPaul Buetow
2026-05-21m7 classify time and posix timer syscallsPaul Buetow
2026-05-21k7 classify process control and prctl syscallsPaul Buetow
2026-05-21j7 add futex kind and aggregate-only defaultsPaul Buetow
2026-05-21l7 classify numa and process memory syscallsPaul Buetow
2026-05-21h7 classify additional memory syscallsPaul Buetow