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
/
tracepoints
Age
Commit message (
Expand
)
Author
2025-04-11
add dup3 syscall
Paul Buetow
2025-03-30
add syslog
Paul Buetow
2025-03-28
a bunch of new syscalls
Paul Buetow
2025-03-28
add readv family of I/O syscalls
Paul Buetow
2025-03-27
implement dup2
Paul Buetow
2025-03-27
implemented dup
Paul Buetow
2025-03-26
reformat output
Paul Buetow
2025-03-26
implement sync
Paul Buetow
2025-03-26
initial io_ async tracepoints
Paul Buetow
2025-03-26
some tracepoints were not opening new fds
Paul Buetow
2025-03-22
fix fcntl
Paul Buetow
2025-03-22
generating fcntl boilerplate
Paul Buetow
2025-03-16
refactor directories
Paul Buetow
2024-02-19
refactor
Paul Buetow
2024-02-19
refactor generated code into its own package
Paul Buetow
2024-02-19
add generated list, too
Paul Buetow
2024-02-19
make ioriotng able to run without .c source files present
Paul Buetow
2024-02-19
restructure
Paul Buetow
2024-02-16
use fmt
Paul Buetow
2024-02-09
use log package everywhere
Paul Buetow
2024-02-09
can dynamically load progs and tracepoints
Paul Buetow
2024-02-09
also catch enter openat syscall
Paul Buetow