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)
Tue, Apr 9, 8:13 PM
Unknown Object (File)
Feb 10 2024, 11:41 PM
Unknown Object (File)
Dec 20 2023, 1:32 AM
Unknown Object (File)
Nov 19 2023, 4:07 PM
Unknown Object (File)
Nov 19 2023, 2:47 PM
Unknown Object (File)
Nov 19 2023, 2:47 PM
Unknown Object (File)
Oct 13 2023, 4:13 PM
Unknown Object (File)
Oct 12 2023, 5:54 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