summaryrefslogtreecommitdiff
path: root/internal/eventloop_exit.go
AgeCommit message (Expand)Author
2026-05-19y6: add epoll ctl/wait tracing and ready-count coveragePaul Buetow
2026-05-19x6: add pipe/eventfd fd-from-air syscall supportPaul Buetow
2026-05-19v6: add KindAccept and wire accept/accept4Paul Buetow
2026-05-19u6: fix socketpair exit fd capture and socket filteringPaul Buetow
2026-05-19u6: add socket/socketpair kind scaffolding and wiringPaul Buetow
2026-05-18j6: account bytes for ret-classified syscallsPaul Buetow
2026-05-13refactor: break down functions exceeding 50 lines into smaller helpersPaul Buetow
2026-05-13refactor: extract outputFormatter collaborator from eventLoopPaul Buetow
2026-05-08swap global filter in place to skip BPF reattachPaul Buetow
2026-04-18fix task 45: bound pending handle cleanupPaul Buetow
2026-04-18Fix task 35: treat negative fcntl errno as failurePaul Buetow
2026-03-18refactor: extract pairTracker and extend fdTracker to reduce eventLoop respon...Paul Buetow
2026-03-18refactor: replace reflect.TypeOf dispatch in exit handlers with type switch (...Paul Buetow
2026-03-13Handle procfs lookup errors in event loop (task 392)Paul Buetow
2026-03-13Refactor event loop into focused units (task 389)Paul Buetow