Page MenuHomeFreeBSD

Improve sigonstack().
ClosedPublic

Authored by kib on Nov 27 2018, 5:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 13 2025, 4:18 PM
Unknown Object (File)
Aug 31 2025, 9:06 AM
Unknown Object (File)
Jul 28 2025, 12:31 AM
Unknown Object (File)
Jul 7 2025, 11:33 AM
Unknown Object (File)
Jul 5 2025, 10:37 PM
Unknown Object (File)
Jul 4 2025, 11:16 PM
Unknown Object (File)
Jul 3 2025, 6:39 PM
Unknown Object (File)
Jul 3 2025, 7:17 AM
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.