Page MenuHomeFreeBSD

linux: implement sigaltstack(2) on arm64
ClosedPublic

Authored by trasz on Jul 23 2021, 12:45 PM.
Tags
None
Referenced Files
F157384065: D31286.id92743.diff
Wed, May 20, 8:53 PM
F157366322: D31286.id.diff
Wed, May 20, 4:15 PM
F157338112: D31286.id92794.diff
Wed, May 20, 10:59 AM
Unknown Object (File)
Wed, May 20, 3:42 AM
Unknown Object (File)
Sun, May 17, 6:32 AM
Unknown Object (File)
Fri, May 15, 11:08 PM
Unknown Object (File)
Fri, May 15, 11:08 PM
Unknown Object (File)
Fri, May 15, 11:08 PM

Diff Detail

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

Event Timeline

Make it buildable on !arm64.

dchagin added a subscriber: dchagin.
dchagin added inline comments.
sys/compat/linux/linux_signal.c
200 ↗(On Diff #92743)

please, error != 0

209 ↗(On Diff #92743)

also, error == 0

This revision is now accepted and ready to land.Jul 26 2021, 3:35 PM
This revision was automatically updated to reflect the committed changes.