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
/
generate
Age
Commit message (
Expand
)
Author
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
w6: extend KindFd socket introspection coverage
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
t6 add syscall family dashboard aggregation
Paul Buetow
2026-05-18
j6: defer mmsg byte classification
Paul Buetow
2026-05-18
j6: account bytes for ret-classified syscalls
Paul Buetow
2026-05-18
k6: emit tracepoints for all syscall families
Paul Buetow
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
refactor(generate): replace classifySyscall switches with kindRegistry (OCP)
Paul Buetow
2026-05-02
fix BPF tracepoint context type for RHEL 9 stock kernel
Paul Buetow
2026-03-18
cleanup
Paul Buetow
2026-03-08
types: stop panicking in generated decode constructors
Paul Buetow
2026-03-06
fix: return fallback for unknown trace ids (task 383)
Paul Buetow
2026-03-05
Add package-level docs across internal packages
Paul Buetow
2026-02-23
Add baseline pidfd_getfd tracepoint support
Paul Buetow
2026-02-23
Add getcwd tracing support and stabilize comm propagation test
Paul Buetow
2026-02-23
Fix integration trace expectations and fd/open event handling
Paul Buetow
2026-02-22
Add copy_file_range support and tracepoint attach tests
Paul Buetow
2026-02-22
Implement mmap/msync syscall support with unit and integration coverage
Paul Buetow
2026-02-21
Add negative tests for all internal unit tests (task 348)
Paul Buetow
2026-02-21
Enable name_to_handle_at and io_uring fd attribution
Paul Buetow
2026-02-21
Migrate make targets to mage
Paul Buetow