Page MenuHomeFreeBSD

linux: implement rt_sigsuspend(2) on arm64
ClosedPublic

Authored by trasz on Jul 21 2021, 1:02 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 6, 9:32 AM
Unknown Object (File)
Wed, Apr 3, 5:22 AM
Unknown Object (File)
Tue, Apr 2, 6:06 AM
Unknown Object (File)
Jan 18 2024, 5:57 AM
Unknown Object (File)
Dec 23 2023, 6:11 AM
Unknown Object (File)
Dec 14 2023, 9:58 PM
Unknown Object (File)
Nov 22 2023, 3:48 AM
Unknown Object (File)
Oct 13 2023, 2:08 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40637
Build 37526: arc lint + arc unit

Event Timeline

trasz requested review of this revision.Jul 21 2021, 1:02 PM

is rt_sigsuspend MD? seems that it can be moved to the MI code

On amd64 we have both 32-bit and 64-bit versions of linux_rt_sigsuspend(), though.

On amd64 we have both 32-bit and 64-bit versions of linux_rt_sigsuspend(), though.

sure, as many others syscalls)

Follow dchagin@'s advise and make it MI.

if (error) to if (error != 0)

This revision is now accepted and ready to land.Jul 23 2021, 1:14 PM
This revision was automatically updated to reflect the committed changes.