Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/sys Pullup from -current, requested by is, app...



details:   https://anonhg.NetBSD.org/src/rev/f0e61dcc5820
branches:  netbsd-1-5
changeset: 489553:f0e61dcc5820
user:      is <is%NetBSD.org@localhost>
date:      Thu Sep 28 15:03:05 2000 +0000

description:
Pullup from -current, requested by is, approved by thorpej.
        mlock.2         1.12
Document EPERM.

diffstat:

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

diffs (21 lines):

diff -r 1a9fc5846695 -r f0e61dcc5820 lib/libc/sys/mlock.2
--- a/lib/libc/sys/mlock.2      Thu Sep 28 14:56:50 2000 +0000
+++ b/lib/libc/sys/mlock.2      Thu Sep 28 15:03:05 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mlock.2,v 1.10 1999/12/02 21:42:37 kleink Exp $
+.\"    $NetBSD: mlock.2,v 1.10.4.1 2000/09/28 15:03:05 is Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -124,6 +124,11 @@
 .It Bq Er ENOMEM
 Some portion of the indicated address range is not allocated.
 There was an error faulting/mapping a page.
+.It Bq Er EPERM
+.Fn mlock
+was called by non-root on an architecture were locked page accounting
+is not implemented.
+.Pp
 .El
 .Fn munlock
 will fail if:



Home | Main Index | Thread Index | Old Index