HomeFreeBSD

MFC 356839: Save and restore floating point registers in get/set_mcontext().

Description

MFC 356839: Save and restore floating point registers in get/set_mcontext().

arm64 and riscv were only saving and restoring floating point
registers for sendsig() and sys_sigreturn(), but not for getcontext(),
setcontext(), and swapcontext().

While here, remove an always-false check for uap being NULL from
sys_sigreturn().

Details

Provenance
jhbAuthored on
Parents
rS360873: Merge r360138:
Branches
Unknown
Tags
Unknown