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)
Thu, Oct 9, 3:47 PM
Unknown Object (File)
Mon, Oct 6, 3:11 PM
Unknown Object (File)
Thu, Sep 25, 10:40 PM
Unknown Object (File)
Thu, Sep 25, 9:06 AM
Unknown Object (File)
Tue, Sep 23, 6:52 PM
Unknown Object (File)
Thu, Sep 18, 11:11 AM
Unknown Object (File)
Sep 12 2025, 5:16 AM
Unknown Object (File)
Sep 4 2025, 12:17 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.