index
:
ior
develop
main
I/O Riot NG is an experiment with BPF.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-20
feat: add syscall aggregate sampling infrastructure (task 17)
Paul Buetow
2026-05-20
task 07: assert mmap address-space accounting end-to-end
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 follow-up: tolerate unsupported epoll_pwait2 kernels
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
w6: extend KindFd socket introspection coverage
Paul Buetow
2026-05-19
v6: cover plain accept integration and filter path
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-19
t6 update tutorial tab hotkeys
Paul Buetow
2026-05-19
t6 stabilize family recording integration
Paul Buetow
2026-05-19
t6 address family recording review
Paul Buetow
2026-05-18
t6 add syscall family dashboard aggregation
Paul Buetow
2026-05-18
j6: clean up phase a syscall docs
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-17
docs: add comprehensive syscall tracing expansion plan
Paul Buetow
2026-05-14
use configurable fastRefreshEvery for InitCmd on flame and stream tabs
Paul Buetow
2026-05-14
docs: document -tui-fast-refresh flag in AGENTS.md TUI Behavior section
Paul Buetow
2026-05-14
wire TUIFastRefreshInterval into dashboard model and update tests
Paul Buetow
2026-05-13
add TUIFastRefreshInterval flag to flags.Config
Paul Buetow
2026-05-13
refactor: break down functions exceeding 50 lines into smaller helpers
Paul Buetow
2026-05-13
keep View() pure by moving state transitions into Update() handlers
Paul Buetow
2026-05-13
refactor: extract outputFormatter collaborator from eventLoop
Paul Buetow
2026-05-13
introduce Accumulator interface in statsengine to separate ingestion from sna...
Paul Buetow
2026-05-13
fix: stop BPF ring-buffer polling goroutine on trace end to prevent leak
Paul Buetow
2026-05-13
refactor: move TraceFilter and tracepoint selector logic out of flags.Config
Paul Buetow
2026-05-13
docs(agents): document testRace mage target in AGENTS.md
Paul Buetow
2026-05-13
extract generic sortedWithState helper to deduplicate tab sort logic
Paul Buetow
2026-05-13
refactor: make receiver types consistent per type (pointer receivers)
Paul Buetow
2026-05-13
use errgroup instead of WaitGroup for concurrent snapshot builders
Paul Buetow
2026-05-13
perf: replace string += concatenation with strings.Builder in TUI render hot ...
Paul Buetow
2026-05-13
refactor(generate): replace classifySyscall switches with kindRegistry (OCP)
Paul Buetow
2026-05-13
test: replace time.Sleep with deterministic synchronization in unit tests
Paul Buetow
2026-05-13
feat(eventloop): add panic recovery to events() goroutine for resilience
Paul Buetow
2026-05-13
fix(pidpicker): eliminate defer-inside-goroutine-in-loop anti-patterns
Paul Buetow
2026-05-13
fix: avoid int64->int truncation in NumericFilter.EqValue on 32-bit arch
Paul Buetow
2026-05-13
add compile-time interface assertions for public types (task c4)
Paul Buetow
2026-05-13
improve unit test coverage to >=60% in probes, common, export, streamrow, pid...
Paul Buetow
2026-05-13
split Event interface into EventIdentity and EventLifecycle
Paul Buetow
2026-05-13
enforce gofmt formatting and add Fmt/FmtCheck mage targets
Paul Buetow
2026-05-13
fix: move context.Context to first parameter in startTraceCmd and startTraceC...
Paul Buetow
2026-05-13
fix: prevent goroutine leak in tuiTraceStarterFromRunTrace via done channel
Paul Buetow
2026-05-13
fix: prevent path traversal in TUI stream CSV export filename
Paul Buetow
2026-05-13
cap filterStack undo history to 50 levels to prevent unbounded growth
Paul Buetow
2026-05-13
fix: use shell-aware tokenizer in resolveEditorCommand to handle EDITOR paths...
Paul Buetow
[next]