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)
Wed, May 15, 6:42 PM
Unknown Object (File)
Wed, May 1, 11:55 PM
Unknown Object (File)
Wed, May 1, 10:52 PM
Unknown Object (File)
Wed, May 1, 10:50 PM
Unknown Object (File)
Wed, May 1, 10:45 PM
Unknown Object (File)
Wed, May 1, 9:22 PM
Unknown Object (File)
Tue, Apr 30, 10:45 PM
Unknown Object (File)
Mar 22 2024, 4:53 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.