Page MenuHomeFreeBSD

linux: implement rt_sigsuspend(2) on arm64
ClosedPublic

Authored by trasz on Jul 21 2021, 1:02 PM.
Tags
None
Referenced Files
F132037940: D31259.id92677.diff
Mon, Oct 13, 3:48 AM
F132023140: D31259.id.diff
Mon, Oct 13, 1:02 AM
F132023134: D31259.id92573.diff
Mon, Oct 13, 1:02 AM
F132023130: D31259.id92677.diff
Mon, Oct 13, 1:02 AM
F132023124: D31259.id92703.diff
Mon, Oct 13, 1:02 AM
F132023121: D31259.id92675.diff
Mon, Oct 13, 1:02 AM
F131963349: D31259.diff
Sun, Oct 12, 1:26 PM
F131950423: D31259.id92703.diff
Sun, Oct 12, 10:58 AM

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.