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)
Mon, May 20, 10:13 PM
Unknown Object (File)
Mon, May 6, 1:49 PM
Unknown Object (File)
Wed, May 1, 11:45 PM
Unknown Object (File)
Wed, May 1, 9:52 PM
Unknown Object (File)
Wed, May 1, 6:46 PM
Unknown Object (File)
Wed, May 1, 4:30 PM
Unknown Object (File)
Wed, May 1, 11:23 AM
Unknown Object (File)
Wed, May 1, 5:49 AM

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.