c7b84541dc4a04cb1cbc52c517eb74ea371de5a0
First, auxiliary vectors are no longer left here in syscall, but remain in relibc. The rationale behind removing them was that they are no longer used by the kernel in any way, as exec is moved to userspace. Second, a ptrace event for address space switches was added. This is to allow tracers to reopen their mem file when that mem file points to different memory (otherwise mem can be decoupled from address spaces and simply use the one that the context uses at the time).
Description
Languages
Rust
99.3%
Shell
0.7%