summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
12 daystest: add end-to-end coverage for getrandom (READ byte count) and flock (KindFd)Paul Buetow
12 daystest(aio): add io_getevents and io_cancel enter coveragePaul Buetow
12 daystest: close issued-but-unasserted gaps (signals, sched, sysv msgrcv) + fix pi...Paul Buetow
12 daystest(landlock): cover landlock_add_rule end-to-end (nj0)Paul Buetow
12 daystest(utime): add end-to-end coverage for futimesat and utimensatPaul Buetow
12 daystest(xattr): cover get/list/lset/setxattrat/removexattr + fd-based xattr vari...Paul Buetow
12 daystest(priority): add end-to-end coverage for getpriority/setpriorityPaul Buetow
12 daystest(timerfd): assert timerfd_settime/gettime fd capture end-to-endPaul Buetow
12 daystest(chown): add end-to-end coverage for chown/fchown/lchown/fchownat familyPaul Buetow
12 daystest(chmod): add end-to-end coverage for chmod/fchmod/fchmodat familyPaul Buetow
12 daystest(copy_file_range): assert TRANSFER_CLASSIFIED copied byte count end-to-endPaul Buetow
12 daystest(retbytes): assert readlinkat READ_CLASSIFIED byte count end-to-endPaul Buetow
12 daystest(retbytes): assert getdents64 READ_CLASSIFIED byte count end-to-endPaul Buetow
12 daysfix(classify): assign vmsplice to FamilyNetwork, not MiscPaul Buetow
14 daysfix(classify): capture timerfd_gettime/settime + splice/tee fd, not KindNullPaul Buetow
2026-06-03test(integration): add landlock_create_ruleset coveragePaul Buetow
2026-06-03fix(classify): assign file_setattr to FamilyFS, not MiscPaul Buetow
2026-06-03fix(classify): assign file_getattr to FamilyFS, not MiscPaul Buetow
2026-06-02fix(classify): assign fanotify_mark to FamilyIPC, not MiscPaul Buetow
2026-06-02test(integration): add cachestat end-to-end coveragePaul Buetow
2026-06-02test(integration): add inotify family tracing coveragePaul Buetow
2026-06-02fix(close): deregister fd only on successful close (ret==0)Paul Buetow
2026-06-02test(xattr): add removexattrat end-to-end integration coveragePaul Buetow
2026-06-02fix(classify): assign fanotify_init to FamilyIPC, not MiscPaul Buetow
2026-06-01test(integration): cover fsconfig/fspick/open_tree in mount-API scenarioPaul Buetow
2026-06-01fix(classify): mq_timedsend returns status, not bytes — make ret UNCLASSIFIEDPaul Buetow
2026-06-01test(xattr): add path-based setxattr end-to-end integration coveragePaul Buetow
2026-06-01test(sched): assert sched_rr_get_interval enter in TestSchedBasicPaul Buetow
2026-06-01fix(classify): msgsnd returns status, not bytes — make ret UNCLASSIFIEDPaul Buetow
2026-06-01fix(classify): assign alarm to FamilyTime, not MiscPaul Buetow
2026-06-01test(integration): add SysV msg/sem tracing coveragePaul Buetow
2026-06-01test(integration): add Sched family tracing coveragePaul Buetow
2026-06-01test(integration): add Misc family tracing coveragePaul Buetow
2026-06-01test(integration): add Signals family tracing coveragePaul Buetow
2026-06-01test(internal): make comm-propagation/filter tests hermeticPaul Buetow
2026-06-01test(integration): add SysV shm tracing coveragePaul Buetow
2026-06-01test(integration): add pwritev/pwritev2 retbytes coveragePaul Buetow
2026-06-01fix(types): fast-decode hot events at padded kernel struct sizePaul Buetow
2026-06-01test(generate): remove redundant pure-classification unit testsPaul Buetow
2026-05-31fix(classify): assign adjtimex to FamilyTime, not MiscPaul Buetow
2026-05-31test(readahead): add end-to-end integration coveragePaul Buetow
2026-05-31listxattrat: READ-classify return for xattr-list family consistencyPaul Buetow
2026-05-31getxattrat: READ-classify return for xattr-get family consistencyPaul Buetow
2026-05-31test(timer): add POSIX timer family end-to-end integration coveragePaul Buetow
2026-05-31test(retbytes): assert read byte counts for pread64/preadv/preadv2Paul Buetow
2026-05-31test(openat2): add end-to-end integration coverage for openat2Paul Buetow
2026-05-31test(mountfs): exercise fsopen end-to-end in mount-API scenarioPaul Buetow
2026-05-31test(aio): add io_submit end-to-end integration coveragePaul Buetow
2026-05-31test(aio): add io_setup end-to-end integration coveragePaul Buetow
2026-05-30test(generate): lock in semctl handler as KindSysVOp/FamilyIPCPaul Buetow