Page MenuHomeFreeBSD

mlock(2): correct documentation for error conditions.
ClosedPublic

Authored by asomers on Jan 10 2018, 5:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 4:01 PM
Unknown Object (File)
Sun, Nov 24, 11:38 PM
Unknown Object (File)
Nov 23 2024, 5:31 AM
Unknown Object (File)
Nov 19 2024, 10:34 PM
Unknown Object (File)
Nov 15 2024, 9:52 AM
Unknown Object (File)
Sep 28 2024, 4:24 PM
Unknown Object (File)
Sep 27 2024, 1:20 PM
Unknown Object (File)
Sep 25 2024, 10:04 PM
Subscribers

Details

Summary

mlock(2): correct documentation for error conditions.

The man page is years out of date regarding errors. Our implementation _does_
allow unaligned addresses, and it _does_not_ check for negative lengths,
because the length is unsigned. It checks for overflow instead.

Update the tests accordingly.

Test Plan

Updated ATF tests

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14529
Build 14668: arc lint + arc unit