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, Jan 17, 1:22 PM
Unknown Object (File)
Tue, Jan 14, 7:27 PM
Unknown Object (File)
Nov 12 2024, 2:29 AM
Unknown Object (File)
Oct 20 2024, 8:36 AM
Unknown Object (File)
Oct 1 2024, 1:36 AM
Unknown Object (File)
Sep 30 2024, 10:41 PM
Unknown Object (File)
Sep 30 2024, 6:39 PM
Unknown Object (File)
Sep 29 2024, 1:02 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