summaryrefslogtreecommitdiff
path: root/internal/generate/family_test.go
AgeCommit message (Expand)Author
2026-06-01test(generate): remove redundant pure-classification unit testsPaul Buetow
2026-05-30test(arch_prctl): lock in KindNull/UNCLASSIFIED + FamilyProcessPaul Buetow
2026-05-30test(setsockopt): lock in KindFd enter, UNCLASSIFIED exit, Network familyPaul Buetow
2026-05-30test(generate): lock in lseek classification (offset, not byte count)Paul Buetow
2026-05-30kexec_load: classify into Security family with its siblingPaul Buetow
2026-05-30test(gettid): lock in KindNull/FamilyProcess/UNCLASSIFIED classificationPaul Buetow
2026-05-30test(generate): lock in bind syscall classificationPaul Buetow
2026-05-30Document Process-vs-Misc boundary; keep set_tid_address in Process (task 920)Paul Buetow
2026-05-30test(generate): lock in tkill classification (Signals/null/UNCLASSIFIED)Paul Buetow
2026-05-30family: document Misc-vs-IPC boundary rule; keep robust_list in Misc (task 520)Paul Buetow
2026-05-30fix(family): classify seteuid/setegid as Process for consistencyPaul Buetow
2026-05-30fix(family): reclassify get_mempolicy as Memory not SecurityPaul Buetow
2026-05-30test(generate): lock in times(2) syscall classificationPaul Buetow
2026-05-29test(generate): lock in setuid classification auditPaul Buetow
2026-05-29test(generate): lock in access/faccessat path classificationPaul Buetow
2026-05-29ioprio_set/ioprio_get: classify as Process familyPaul Buetow
2026-05-29test(fallocate): lock in FS family, KindFd enter, UNCLASSIFIED retPaul Buetow
2026-05-29test(generate): lock in setsid classification auditPaul Buetow
2026-05-29test(syncfs): lock in FS family + fd kind classificationPaul Buetow
2026-05-29test(sysinfo): lock in KindNull + FamilyMisc + UNCLASSIFIED retPaul Buetow
2026-05-29utime/utimes: classify as FS family (fix Misc misclassification)Paul Buetow
2026-05-29test(rt_sigpending): lock in KindNull + FamilySignals + UNCLASSIFIED retPaul Buetow
2026-05-29test(generate): lock in set_mempolicy_home_node classificationPaul Buetow
2026-05-29test(process_madvise): lock in KindFd + UNCLASSIFIED + FamilyMemoryPaul Buetow
2026-05-29test(generate): lock in rseq family and return classificationPaul Buetow
2026-05-29test(generate): lock in gettimeofday classificationPaul Buetow
2026-05-29family: classify futex syscalls as IPC instead of MiscPaul Buetow
2026-05-29test(family): assert ioperm/iopl/modify_ldt classify as MiscPaul Buetow
2026-05-18k6: emit tracepoints for all syscall familiesPaul Buetow