Mention UVM_KMF_EXEC.

This commit is contained in:
maxv 2015-08-15 10:31:41 +00:00
parent 968cf8f21f
commit 812c7f05b0
1 changed files with 4 additions and 2 deletions

View File

@ -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