Page MenuHomeFreeBSD

Simplify arguments to signal handlers on mips.
ClosedPublic

Authored by jhb on Jan 2 2020, 11:16 PM.
Tags
None
Referenced Files
F148338158: D23013.id66415.diff
Tue, Mar 17, 5:57 AM
F148283568: D23013.diff
Tue, Mar 17, 12:03 AM
Unknown Object (File)
Thu, Mar 12, 6:10 AM
Unknown Object (File)
Sun, Feb 22, 10:22 PM
Unknown Object (File)
Mon, Feb 16, 6:21 PM
Unknown Object (File)
Feb 8 2026, 10:18 AM
Unknown Object (File)
Feb 8 2026, 8:08 AM
Unknown Object (File)
Jan 31 2026, 6:37 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