summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysbuild: harden Magefile.go to use sudo -n for discrete commands onlydevelopPaul Buetow
9 daysdocs(follow-forks): add process-tree-following plan + filter.c referencePaul Buetow
10 daystest(memory): add coverage for mlock/mlock2/munlock/mlockall/munlockallPaul Buetow
10 daystest: add mount_setattr coverage and assert vmsplice TRANSFER byte countPaul Buetow
10 daysfeat(parquet): export rename/link oldname + assert oldname capture end-to-endPaul Buetow
10 daysfeat(parquet): surface epoll_ctl op/target-fd/events metadataPaul Buetow
10 daystest: add deterministic ioctl coverage and quotactl_fd in mountfsPaul Buetow
10 daystest: add coverage for pidfd_send_signal and fadvise64Paul Buetow
13 daystest: add coverage for mknodat and ioprio_get/ioprio_setPaul Buetow
13 daystest: add coverage for setitimer (signal-safe) and statfs/fstatfsPaul Buetow
13 daystest: add end-to-end coverage for getrandom (READ byte count) and flock (KindFd)Paul Buetow
13 daystest(aio): add io_getevents and io_cancel enter coveragePaul Buetow
13 daystest: close issued-but-unasserted gaps (signals, sched, sysv msgrcv) + fix pi...Paul Buetow
13 daystest(landlock): cover landlock_add_rule end-to-end (nj0)Paul Buetow
13 daystest(utime): add end-to-end coverage for futimesat and utimensatPaul Buetow
13 daystest(xattr): cover get/list/lset/setxattrat/removexattr + fd-based xattr vari...Paul Buetow
13 daystest(priority): add end-to-end coverage for getpriority/setpriorityPaul Buetow
13 daystest(timerfd): assert timerfd_settime/gettime fd capture end-to-endPaul Buetow
13 daystest(chown): add end-to-end coverage for chown/fchown/lchown/fchownat familyPaul Buetow
13 daystest(chmod): add end-to-end coverage for chmod/fchmod/fchmodat familyPaul Buetow
13 daystest(copy_file_range): assert TRANSFER_CLASSIFIED copied byte count end-to-endPaul Buetow
13 daystest(retbytes): assert readlinkat READ_CLASSIFIED byte count end-to-endPaul Buetow
13 daystest(retbytes): assert getdents64 READ_CLASSIFIED byte count end-to-endPaul Buetow
13 daysfix(classify): assign vmsplice to FamilyNetwork, not MiscPaul Buetow
2026-06-04fix(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