Page MenuHomeFreeBSD

linux: implement sigaltstack(2) on arm64
ClosedPublic

Authored by trasz on Jul 23 2021, 12:45 PM.
Tags
None
Referenced Files
F132599970: D31286.id92704.diff
Sat, Oct 18, 7:46 AM
F132599967: D31286.id92742.diff
Sat, Oct 18, 7:46 AM
F132599966: D31286.id.diff
Sat, Oct 18, 7:46 AM
F132599965: D31286.id92743.diff
Sat, Oct 18, 7:46 AM
F132599962: D31286.id92678.diff
Sat, Oct 18, 7:46 AM
F132543842: D31286.diff
Fri, Oct 17, 8:34 PM
Unknown Object (File)
Thu, Oct 9, 3:47 PM
Unknown Object (File)
Mon, Oct 6, 3:11 PM

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40674
Build 37563: 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

please, error != 0

209

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.