Page MenuHomeFreeBSD

Improve sigonstack().
ClosedPublic

Authored by kib on Nov 27 2018, 5:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 4 2024, 9:52 AM
Unknown Object (File)
Jan 13 2024, 11:14 AM
Unknown Object (File)
Dec 20 2023, 8:22 AM
Unknown Object (File)
Oct 31 2023, 12:09 AM
Unknown Object (File)
Sep 1 2023, 4:43 PM
Unknown Object (File)
Sep 1 2023, 4:43 PM
Unknown Object (File)
Sep 1 2023, 4:42 PM
Unknown Object (File)
Sep 1 2023, 4:32 PM
Subscribers

Details

Summary

Avoid relying on unsigned overflow for the test.
Simplify expressions to avoid duplicate check for the range.
Style.
Add herald comment.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

One nit: s/sigaltstack/sigonstack/ in the commit message.

This revision is now accepted and ready to land.Nov 27 2018, 7:36 PM
kib retitled this revision from Improve sigaltstack(). to Improve sigonstack()..Nov 27 2018, 7:46 PM
This revision was automatically updated to reflect the committed changes.