Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Sort flags
details: https://anonhg.NetBSD.org/src/rev/0a9d8f3988ad
branches: trunk
changeset: 454190:0a9d8f3988ad
user: sevan <sevan%NetBSD.org@localhost>
date: Sun Sep 08 17:24:49 2019 +0000
description:
Sort flags
diffstat:
lib/libc/sys/mmap.2 | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r caccc7dd3a11 -r 0a9d8f3988ad lib/libc/sys/mmap.2
--- a/lib/libc/sys/mmap.2 Sun Sep 08 17:17:55 2019 +0000
+++ b/lib/libc/sys/mmap.2 Sun Sep 08 17:24:49 2019 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mmap.2,v 1.54 2019/09/08 17:17:55 sevan Exp $
+.\" $NetBSD: mmap.2,v 1.55 2019/09/08 17:24:49 sevan Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -206,12 +206,19 @@
Access to the address space is not guaranteed and may result in a segmentation
violation.
Unimplemented.
+.It Dv MAP_PRIVATE
+Modifications made by this process are private, however modifications made by
+other processes using
+.Dv MAP_SHARED
+will be seen.
.It Dv MAP_REMAPDUP
Only valid for
.Xr mremap 2 .
.It Dv MAP_RENAME
Assign the referenced private pages to the file descriptor provided.
Unimplemented.
+.It Dv MAP_SHARED
+Modifications are shared.
.It Dv MAP_STACK
Allocate a memory segment that can be used either for a process or thread stack.
This currently has no effect, but its use is reserved for architectures
@@ -235,13 +242,6 @@
.It Dv MAP_WIRED
Lock the mapped region into memory as with
.Xr mlock 2 .
-.It Dv MAP_PRIVATE
-Modifications made by this process are private, however modifications made by
-other processes using
-.Dv MAP_SHARED
-will be seen.
-.It Dv MAP_SHARED
-Modifications are shared.
.El
.Pp
The
Home |
Main Index |
Thread Index |
Old Index