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)
Tue, Oct 7, 1:29 PM
Unknown Object (File)
Sun, Sep 28, 4:20 PM
Unknown Object (File)
Sat, Sep 27, 4:44 AM
Unknown Object (File)
Tue, Sep 23, 11:55 PM
Unknown Object (File)
Tue, Sep 23, 9:28 PM
Unknown Object (File)
Tue, Sep 23, 9:15 AM
Unknown Object (File)
Tue, Sep 23, 4:48 AM
Unknown Object (File)
Tue, Sep 23, 1:37 AM
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

Small man page nit.

lib/libc/sys/mlock.2
31 ↗(On Diff #37733)

s/2017/2018/

This revision is now accepted and ready to land.Jan 22 2018, 8:53 PM
This revision was automatically updated to reflect the committed changes.