Module Name:    src
Committed By:   maxv
Date:           Sat Aug 15 10:31:41 UTC 2015

Modified Files:
        src/share/man/man9: uvm_km.9

Log Message:
Mention UVM_KMF_EXEC.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/share/man/man9/uvm_km.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/uvm_km.9
diff -u src/share/man/man9/uvm_km.9:1.4 src/share/man/man9/uvm_km.9:1.5
--- src/share/man/man9/uvm_km.9:1.4	Thu Jan  8 23:43:11 2015
+++ src/share/man/man9/uvm_km.9	Sat Aug 15 10:31:41 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: uvm_km.9,v 1.4 2015/01/08 23:43:11 riastradh Exp $
+.\"	$NetBSD: uvm_km.9,v 1.5 2015/08/15 10:31:41 maxv Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd June 3, 2011
+.Dd August 15, 2015
 .Dt UVM_KM 9
 .Os
 .Sh NAME
@@ -91,6 +91,8 @@ Request zero-filled memory.
 Only supported for
 .Dv UVM_KMF_WIRED .
 Should not be used with other types.
+.It UVM_KMF_EXEC
+Request memory with executable rights.
 .It UVM_KMF_TRYLOCK
 Fail if cannot lock the map without sleeping.
 .It UVM_KMF_NOWAIT

Reply via email to