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
/
c
/
types.h
Age
Commit message (
Expand
)
Author
2025-10-09
initial handle by open_at syscalls
Paul Buetow
2025-07-14
more on classification
Paul Buetow
2025-07-12
initial classification
Paul Buetow
2025-04-11
add dup3 syscall
Paul Buetow
2025-03-22
generating fcntl boilerplate
Paul Buetow
2025-03-16
correctly trace flags for open and openat syscalls
Paul Buetow
2025-03-16
comments
Paul Buetow
2024-04-01
use u64 for time, use time since boot
Paul Buetow
2024-03-09
Also auto-generate open syscalls.
Paul Buetow
2024-03-08
as per https://codeberg.org/snonux/ioriotng/issues/19
Paul Buetow
2024-03-02
refactor
Paul Buetow
2024-03-02
C generation for syscalls with oldname and newname args
Paul Buetow
2024-02-29
return correct value (e.g. bytes read)
Paul Buetow
2024-02-28
can print out all fd syscall traces
Paul Buetow
2024-02-28
introduce event type for better deserializing
Paul Buetow
2024-02-27
s/size/ret/ to make it more generic
Paul Buetow
2024-02-27
use generated tracepoints.c
Paul Buetow
2024-02-23
fix data types
Paul Buetow
2024-02-23
initial RwEvent (read-write event) returning size
Paul Buetow
2024-02-23
various things
Paul Buetow
2024-02-22
filter sets pid and tid
Paul Buetow
2024-02-22
finally make use of the NQC's generated code
Paul Buetow
2024-02-20
fix generation
Paul Buetow
2024-02-19
refactor open, re-use some code
Paul Buetow
2024-02-19
move all C code to internal/c
Paul Buetow