Page MenuHomeFreeBSD

Simplify arguments to signal handlers on mips.
ClosedPublic

Authored by jhb on Jan 2 2020, 11:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 27, 5:05 AM
Unknown Object (File)
Jun 19 2026, 11:54 PM
Unknown Object (File)
May 30 2026, 10:21 AM
Unknown Object (File)
May 29 2026, 3:40 PM
Unknown Object (File)
May 16 2026, 10:22 AM
Unknown Object (File)
May 16 2026, 4:20 AM
Unknown Object (File)
May 15 2026, 11:51 PM
Unknown Object (File)
May 11 2026, 3:28 AM
Subscribers
None

Details

Summary
  • Use ksi_addr directly as si_addr in the siginfo instead of the 'badvaddr' register.
  • Remove a duplicate assignment of si_code.
  • Use ksi_addr as the 4th argument to the old-style handler instead of 'badvaddr'.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable