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, Jul 4, 2:21 PM
Unknown Object (File)
Fri, Jul 3, 11:15 PM
Unknown Object (File)
Wed, Jul 1, 4:11 PM
Unknown Object (File)
Mon, Jun 29, 10:42 PM
Unknown Object (File)
Sun, Jun 28, 3:57 AM
Unknown Object (File)
Mon, Jun 15, 7:17 PM
Unknown Object (File)
Mon, Jun 15, 5:08 PM
Unknown Object (File)
Mon, Jun 15, 3:48 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.