COMMITS
March 21, 2026
W
Fix FATAL message for PERF_EVENT_IOC_DISABLE.
Weixie Cui committed
March 20, 2026
R
Packet size should be in hex.
Robert O'Callahan committed
February 14, 2026
I
fix: copy_file skip files larger than 1GB (Fixes #4039)
iamhuskar committed
February 20, 2026
T
Add support for Intel(R) Core(TM) Ultra 7 255U
teta2k committed
February 13, 2026
R
Rename `crc32` to `update_crc32`.
Robert O'Callahan committed
February 5, 2026
January 19, 2026
G
Add PR_GET_MDWE support (Fixes #4043)
GitHub Copilot committed
K
When reporting extra errno information use orig_arg1().
Kyle Huey committed
January 17, 2026
K
The ELF program headers can be empty (e.g. for a debugaltlink file). Allow that.
Kyle Huey committed
January 5, 2026
R
Avoid redefining `open_how`
Robert O'Callahan committed
December 24, 2025
R
Fix `PTRACE_TRACEME` emulation to try to find the "real parent" task if possible.
Robert O'Callahan committed
R
Track creator_tid in RecordTask
Robert O'Callahan committed
R
Rename pid to tid in prepare_ptrace
Robert O'Callahan committed
December 8, 2025
S
Make use of PROJECT_SOURCE_DIR instead of CMAKE_SOURCE_DIR.
Simon Farre committed
December 19, 2025
P
Fix resolve_address to account for multiple mappings of the same file offset
Peter Collingbourne committed
November 14, 2025
M
Support TCSETSW2 and TCSETSF2
Michał Kępień committed
November 9, 2025
R
Set up an empty argv[0] string when we exec the rr stub, to avoid a kernel warning.
Robert O'Callahan committed
October 19, 2025
C
add support for AMD Strix Halo (Ryzen AI Max+ 395)
Core Explorer committed
November 6, 2025
P
Add a --no-preload flag to rr record
Peter Collingbourne committed
October 14, 2025
Z
Support Intel ArrowLake of 0xc0650
zhenglong li committed
September 28, 2025
R
Suport `TIOCLINUX`
Robert O'Callahan committed
September 22, 2025
R
Use the correct definition for generic kernel `struct stat`.
Robert O'Callahan committed
R
Check type of `struct stat` in kernel ABI
Robert O'Callahan committed
R
Pass the correct syscall architecture to `canonicalize_regs()` in more places.
Robert O'Callahan committed
R
Propagate syscall architecture information to more places so we canonicalize registers as expected.
Robert O'Callahan committed
September 19, 2025
C
Add support for Intel N100 (4 x Gracemont E-cores only).
Catalin Patulea committed
R
Fix blunder in previous commit
Robert O'Callahan committed
R
Get the right inherited definitions of `dev_t` etc instead of falling back to system headers.
Robert O'Callahan committed
R
Ensure `dev_t` and `ino_t` are defined in `Event.h`
Robert O'Callahan committed
September 15, 2025
S
provide loff_t as typedef
Simon Sobisch committed