Page MenuHomeFreeBSD

linux: implement rt_sigsuspend(2) on arm64
ClosedPublic

Authored by trasz on Jul 21 2021, 1:02 PM.
Tags
None
Referenced Files
F170523448: D31259.id.diff
Sat, Sep 5, 5:49 AM
F170458118: D31259.id92573.diff
Fri, Sep 4, 10:21 PM
Unknown Object (File)
Thu, Sep 3, 2:06 PM
Unknown Object (File)
Thu, Sep 3, 10:58 AM
Unknown Object (File)
Thu, Sep 3, 9:17 AM
Unknown Object (File)
Thu, Sep 3, 5:49 AM
Unknown Object (File)
Tue, Sep 1, 1:33 PM
Unknown Object (File)
Tue, Sep 1, 1:31 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.