Page MenuHomeFreeBSD

linux: implement sigaltstack(2) on arm64
ClosedPublic

Authored by trasz on Jul 23 2021, 12:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 27, 9:28 PM
Unknown Object (File)
Wed, Sep 25, 10:05 AM
Unknown Object (File)
Tue, Sep 17, 9:25 PM
Unknown Object (File)
Sat, Sep 14, 5:57 PM
Unknown Object (File)
Thu, Sep 12, 10:22 PM
Unknown Object (File)
Thu, Sep 5, 11:58 AM
Unknown Object (File)
Thu, Sep 5, 11:13 AM
Unknown Object (File)
Wed, Sep 4, 12:47 PM

Diff Detail

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

please, error != 0

208

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.