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)
Mar 11 2025, 7:38 AM
Unknown Object (File)
Mar 8 2025, 8:50 PM
Unknown Object (File)
Feb 3 2025, 9:41 PM
Unknown Object (File)
Jan 29 2025, 9:18 AM
Unknown Object (File)
Jan 28 2025, 3:23 AM
Unknown Object (File)
Jan 17 2025, 1:22 PM
Unknown Object (File)
Jan 14 2025, 7:27 PM
Unknown Object (File)
Nov 12 2024, 2:29 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