2
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Check to see if we have AVX before comparing AVX registers. Very low end systems might not. More... 9 days ago
Add PR_GET_MDWE support (Fixes #4043) More... 26 days ago
When reporting extra errno information use orig_arg1(). More... 26 days ago
The ELF program headers can be empty (e.g. for a debugaltlink file). Allow that. More... 28 days ago
Avoid redefining `open_how` More... about 1 month ago
Fix `PTRACE_TRACEME` emulation to try to find the "real parent" task if possible. More... about 2 months ago
Track creator_tid in RecordTask More... about 2 months ago
Rename pid to tid in prepare_ptrace More... about 2 months ago
Fix resolve_address to account for multiple mappings of the same file offset More... about 2 months 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... 2 months ago
Support TCSETSW2 and TCSETSF2 More... 3 months ago
Set up an empty argv[0] string when we exec the rr stub, to avoid a kernel warning. More... 3 months ago
Add a --no-preload flag to rr record More... 3 months ago
add support for AMD Strix Halo (Ryzen AI Max+ 395) More... 4 months ago
Support Intel ArrowLake of 0xc0650 More... 4 months ago
Suport `TIOCLINUX` More... 5 months ago
Use the correct definition for generic kernel `struct stat`. More... 5 months ago
Check type of `struct stat` in kernel ABI More... 5 months ago
Pass the correct syscall architecture to `canonicalize_regs()` in more places. More... 5 months ago
Propagate syscall architecture information to more places so we canonicalize registers as expected. More... 5 months ago
Add support for Intel N100 (4 x Gracemont E-cores only). More... 5 months ago
Fix blunder in previous commit More... 5 months ago
Get the right inherited definitions of `dev_t` etc instead of falling back to system headers. More... 5 months ago
Ensure `dev_t` and `ino_t` are defined in `Event.h` More... 5 months ago
log: Clear log_modules after changing log spec More... 5 months ago
provide loff_t as typedef More... 5 months ago
prefer sys/prctl.h over linux/prctl.h More... 5 months ago
portability for scm_rights using cast and print modifier for msghrd->controllen More... 5 months ago
Support for C++>=20 More... 6 months ago
Tighten up some const-ness More... 6 months ago