index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
eventloop_exit.go
Age
Commit message (
Expand
)
Author
6 days
feat(parquet): export rename/link oldname + assert oldname capture end-to-end
Paul Buetow
6 days
feat(parquet): surface epoll_ctl op/target-fd/events metadata
Paul Buetow
14 days
fix(close): deregister fd only on successful close (ret==0)
Paul Buetow
2026-05-30
creat: keep pathname on failed creat; lock in fd->path mapping
Paul Buetow
2026-05-28
close_range: honor last bound and CLOSE_RANGE_CLOEXEC flag
Paul Buetow
2026-05-22
4c extract event kind runtime registry
Paul Buetow
2026-05-21
g7 classify fd-from-air eventfd users
Paul Buetow
2026-05-21
n7 classify pidfd and misc tail syscalls
Paul Buetow
2026-05-21
f7 wire eventfd kind for fd-from-air IPC syscalls
Paul Buetow
2026-05-20
task-47: add KindExec for execve paths
Paul Buetow
2026-05-20
feat: add keyctl ptrace perf_event_open tracing (task 77)
Paul Buetow
2026-05-20
feat: add mount/fs management syscall tracing for c7
Paul Buetow
2026-05-20
task 27: add KindSleep and requested sleep metric
Paul Buetow
2026-05-20
task 07: add KindMem and separate address-space byte accounting
Paul Buetow
2026-05-19
z6: add KindPoll wiring for poll/select ready counts
Paul Buetow
2026-05-19
y6: add epoll ctl/wait tracing and ready-count coverage
Paul Buetow
2026-05-19
x6: add pipe/eventfd fd-from-air syscall support
Paul Buetow
2026-05-19
v6: add KindAccept and wire accept/accept4
Paul Buetow
2026-05-19
u6: fix socketpair exit fd capture and socket filtering
Paul Buetow
2026-05-19
u6: add socket/socketpair kind scaffolding and wiring
Paul Buetow
2026-05-18
j6: account bytes for ret-classified syscalls
Paul Buetow
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
refactor: extract outputFormatter collaborator from eventLoop
Paul Buetow
2026-05-08
swap global filter in place to skip BPF reattach
Paul Buetow
2026-04-18
fix task 45: bound pending handle cleanup
Paul Buetow
2026-04-18
Fix task 35: treat negative fcntl errno as failure
Paul Buetow
2026-03-18
refactor: extract pairTracker and extend fdTracker to reduce eventLoop respon...
Paul Buetow
2026-03-18
refactor: replace reflect.TypeOf dispatch in exit handlers with type switch (...
Paul Buetow
2026-03-13
Handle procfs lookup errors in event loop (task 392)
Paul Buetow
2026-03-13
Refactor event loop into focused units (task 389)
Paul Buetow