svn commit: r329282 - head/share/man/man9

Conrad Meyer cem at FreeBSD.org
Wed Feb 14 23:47:05 UTC 2018


Author: cem
Date: Wed Feb 14 23:47:04 2018
New Revision: 329282
URL: https://svnweb.freebsd.org/changeset/base/329282

Log:
  pmap_qenter.9: Document API NX mapping
  
  A follow-up to r329281.
  
  Sponsored by:	Dell EMC Isilon

Modified:
  head/share/man/man9/pmap_qenter.9

Modified: head/share/man/man9/pmap_qenter.9
==============================================================================
--- head/share/man/man9/pmap_qenter.9	Wed Feb 14 23:35:47 2018	(r329281)
+++ head/share/man/man9/pmap_qenter.9	Wed Feb 14 23:47:04 2018	(r329282)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd July 21, 2003
+.Dd February 14, 2018
 .Dt PMAP_QENTER 9
 .Os
 .Sh NAME
@@ -50,6 +50,7 @@ pointers to wired pages
 and enters each of these pages into the kernel virtual address (KVA) space,
 beginning at the address
 .Fa sva .
+The pages are mapped non-executable.
 .Pp
 The
 .Fn pmap_qremove


More information about the svn-src-head mailing list