]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clarify that vm_map_protect cannot upgrade max_protection
authoremaste <emaste@FreeBSD.org>
Thu, 20 Jun 2019 18:19:09 +0000 (18:19 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 20 Jun 2019 18:19:09 +0000 (18:19 +0000)
commit517712e7a8c56e54b6b725d569346f5eee78e757
treeaea3f21d480933d3f0e626824c740af5090d46d5
parentec929b8c9b7175b1eb877859f19f211464b201bd
Clarify that vm_map_protect cannot upgrade max_protection

It's implied by the man page's RETURN VALUES section, but be explicit in
the description that vm_map_protect can not set new protection bits that
are already in each entry's max_protection.

Reviewed by: brooks
MFC After: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D20709
share/man/man9/vm_map_protect.9