Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 uvm_useracc() is gone.



details:   https://anonhg.NetBSD.org/src/rev/56984bf4599b
branches:  trunk
changeset: 555273:56984bf4599b
user:      chs <chs%NetBSD.org@localhost>
date:      Thu Nov 13 03:45:01 2003 +0000

description:
uvm_useracc() is gone.

diffstat:

 share/man/man9/uvm.9 |  13 +++----------
 1 files changed, 3 insertions(+), 10 deletions(-)

diffs (39 lines):

diff -r 2886e951ccc4 -r 56984bf4599b share/man/man9/uvm.9
--- a/share/man/man9/uvm.9      Thu Nov 13 03:09:28 2003 +0000
+++ b/share/man/man9/uvm.9      Thu Nov 13 03:45:01 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: uvm.9,v 1.49 2003/11/03 08:07:36 wiz Exp $
+.\"    $NetBSD: uvm.9,v 1.50 2003/11/13 03:45:01 chs Exp $
 .\"
 .\" Copyright (c) 1998 Matthew R. Green
 .\" All rights reserved.
@@ -874,10 +874,6 @@
 .br
 .Fn uvm_kernacc "caddr_t addr" "size_t len" "int rw" ;
 .Pp
-.Ft boolean_t
-.br
-.Fn uvm_useracc "caddr_t addr" "size_t len" "int rw" ;
-.Pp
 .Ft int
 .br
 .Fn uvm_vslock "struct proc *p" "caddr_t addr" "size_t len" "vm_prot_t prot" ;
@@ -949,16 +945,13 @@
 .Dv KGDB .
 .Pp
 .Fn uvm_kernacc
-and
-.Fn uvm_useracc
-check the access at address
+checks the access at address
 .Fa addr
 to
 .Fa addr + len
 for
 .Fa rw
-access, in the kernel address space, and the current process'
-address space respectively.
+access in the kernel address space.
 .Pp
 .Fn uvm_vslock
 and



Home | Main Index | Thread Index | Old Index