]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add PROT_MAX to the HISTORY section.
authorbrooks <brooks@FreeBSD.org>
Thu, 20 Jun 2019 21:52:30 +0000 (21:52 +0000)
committerbrooks <brooks@FreeBSD.org>
Thu, 20 Jun 2019 21:52:30 +0000 (21:52 +0000)
commit57acd8427d935f2b1a10e31f6c12eeae445c0c72
tree12222e49c63f7e75fcf95249a08ddccc414c133e
parent63e9246efeaca7d46075af387868ff6a55d4ab35
Add PROT_MAX to the HISTORY section.

In the case of mmap(), add a HISTORY section.  Mention that mmap() and
mprotect()'s documentation predates an implementation.  The
implementation first saw wide use in 4.3-Reno, but there seems to be no
easy way to express that in mdoc so stick with 4.4BSD.

Reviewed by: emaste
Requested by: cem
Sponsored by: DARPA, AFRL
Differential Revision: https://reviews.freebsd.org/D20713
lib/libc/sys/mmap.2
lib/libc/sys/mprotect.2