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)
Fri, May 3, 3:58 PM
Unknown Object (File)
Sat, Apr 27, 9:27 AM
Unknown Object (File)
Fri, Apr 26, 7:25 PM
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
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