| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-11 | Add comprehensive unit tests for FcntlEvent handling | Paul Buetow | |
| - Implement helper function makeEnterFcntlEvent for test data creation - Add test for F_SETFL flag modification (temporarily disabled due to failure) - Add test for F_DUPFD file descriptor duplication - Add test for F_DUPFD_CLOEXEC with O_CLOEXEC flag - Add test for fcntl error handling (ret=-1) - Add test for invalid file descriptors Bug fixes: - Fix NewFdWithPid to properly initialize fd field - Fix event pair pool to properly clear all fields on recycle - Initialize all fields in NewPair to prevent stale data The F_SETFL test is temporarily disabled pending investigation of "expected a file.FdFile" panic during event processing. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> | |||
| 2025-05-20 | fix unit tests | Paul Buetow | |
| 2025-04-16 | add Equals | Paul Buetow | |
| 2025-04-16 | fix | Paul Buetow | |
| 2025-04-11 | fix | Paul Buetow | |
| 2025-04-06 | better | Paul Buetow | |
| 2025-04-06 | refactor | Paul Buetow | |
| 2025-03-27 | implemented dup | Paul Buetow | |
| 2025-03-26 | reformat output | Paul Buetow | |
| 2025-03-26 | some tracepoints were not opening new fds | Paul Buetow | |
| 2025-03-24 | Paul Buetow | ||
| 2025-03-24 | Paul Buetow | ||
| 2025-03-24 | ignore ior process itself | Paul Buetow | |
| 2025-03-24 | more debugging | Paul Buetow | |
| 2025-03-24 | initial dup | Paul Buetow | |
| 2025-03-23 | initial unit test | Paul Buetow | |
| 2025-03-23 | add flags from fdinfo info | Paul Buetow | |
| add other warning about vanished pid | |||
| 2025-03-22 | more on fcntl | Paul Buetow | |
| 2025-03-16 | correctly trace flags for open and openat syscalls | Paul Buetow | |
| 2025-03-16 | print also the octal value | Paul Buetow | |
| 2025-03-16 | printing out file flags in human mode... only open syscalls yet | Paul Buetow | |
| 2025-03-16 | initial file flags | Paul Buetow | |
| 2025-03-14 | unexport types | Paul Buetow | |
| 2025-03-14 | parallel rite collapsed flamegraphs | Paul Buetow | |
| 2025-03-11 | refactor and initial tree | Paul Buetow | |
