Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/sys MCL_FUTURE is now implemented.



details:   https://anonhg.NetBSD.org/src/rev/2558482f4216
branches:  trunk
changeset: 473753:2558482f4216
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri Jun 18 05:37:30 1999 +0000

description:
MCL_FUTURE is now implemented.

diffstat:

 lib/libc/sys/mlockall.2 |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (19 lines):

diff -r c05a4155ea17 -r 2558482f4216 lib/libc/sys/mlockall.2
--- a/lib/libc/sys/mlockall.2   Fri Jun 18 05:30:53 1999 +0000
+++ b/lib/libc/sys/mlockall.2   Fri Jun 18 05:37:30 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mlockall.2,v 1.3 1999/06/16 23:32:17 thorpej Exp $
+.\"    $NetBSD: mlockall.2,v 1.4 1999/06/18 05:37:30 thorpej Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -135,9 +135,3 @@
 Hence a process with two distinct locked mappings of the same physical page
 counts as 2 pages against the per-process limit and as only a single page
 in the system limit.
-.Pp
-The
-.Dv MCL_FUTURE
-flag to
-.Fn mlockall
-is not fully implemented.



Home | Main Index | Thread Index | Old Index