2
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid redefining `open_how` More... 13 days ago
Fix `PTRACE_TRACEME` emulation to try to find the "real parent" task if possible. More... 25 days ago
Track creator_tid in RecordTask More... 25 days ago
Rename pid to tid in prepare_ptrace More... 25 days ago
Fix resolve_address to account for multiple mappings of the same file offset More... about 1 month ago
Make use of PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR. If RR is to be built by a consuming application, PROJECT_SOURCE_DIR points to actual directory where sources are. More... about 1 month ago
Support TCSETSW2 and TCSETSF2 More... 2 months ago
Set up an empty argv[0] string when we exec the rr stub, to avoid a kernel warning. More... 2 months ago
Add a --no-preload flag to rr record More... 2 months ago
add support for AMD Strix Halo (Ryzen AI Max+ 395) More... 3 months ago
Support Intel ArrowLake of 0xc0650 More... 3 months ago
Suport `TIOCLINUX` More... 4 months ago
Use the correct definition for generic kernel `struct stat`. More... 4 months ago
Check type of `struct stat` in kernel ABI More... 4 months ago
Pass the correct syscall architecture to `canonicalize_regs()` in more places. More... 4 months ago
Propagate syscall architecture information to more places so we canonicalize registers as expected. More... 4 months ago
Add support for Intel N100 (4 x Gracemont E-cores only). More... 4 months ago
Fix blunder in previous commit More... 4 months ago
Get the right inherited definitions of `dev_t` etc instead of falling back to system headers. More... 4 months ago
Ensure `dev_t` and `ino_t` are defined in `Event.h` More... 4 months ago
log: Clear log_modules after changing log spec More... 4 months ago
provide loff_t as typedef More... 4 months ago
prefer sys/prctl.h over linux/prctl.h More... 4 months ago
portability for scm_rights using cast and print modifier for msghrd->controllen More... 4 months ago
Support for C++>=20 More... 5 months ago
Tighten up some const-ness More... 5 months ago
C++20: Remove deprecated arithmetic conversion on enums More... 5 months ago
C++20: Implicit capture of this via =, deprecated More... 5 months ago
C++20: Volatile pre-increment operator deprecated More... 5 months ago
only define htonl where missing More... 5 months ago