Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 <vm/vm.h> is gone. fix a few minor errors.
details: https://anonhg.NetBSD.org/src/rev/f908c1c01927
branches: trunk
changeset: 494006:f908c1c01927
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Jun 29 06:08:44 2000 +0000
description:
<vm/vm.h> is gone. fix a few minor errors.
diffstat:
share/man/man9/uvm.9 | 21 ++++++++-------------
1 files changed, 8 insertions(+), 13 deletions(-)
diffs (56 lines):
diff -r 3af45f760db2 -r f908c1c01927 share/man/man9/uvm.9
--- a/share/man/man9/uvm.9 Thu Jun 29 06:00:43 2000 +0000
+++ b/share/man/man9/uvm.9 Thu Jun 29 06:08:44 2000 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: uvm.9,v 1.13 2000/05/07 17:09:32 mrg Exp $
+.\" $NetBSD: uvm.9,v 1.14 2000/06/29 06:08:44 mrg Exp $
.\"
.\" Copyright (c) 1998 Matthew R. Green
.\" All rights reserved.
@@ -37,7 +37,6 @@
.Nd virtual memory system external interface
.Sh SYNOPSIS
.Fd #include <sys/param.h>
-.Fd #include <vm/vm.h>
.Fd #include <uvm/uvm.h>
.Sh DESCRIPTION
The UVM virtual memory system manages access to the computer's memory
@@ -885,17 +884,14 @@
.Dv KERN_PAGES_LOCKED
values are not actually returned by the UVM code.
.Sh NOTES
-These functions are only available with options
-.Dv UVM .
-.Pp
.Fn uvm_chgkprot
is only available if the kernel has been compiled with options
.Dv KGDB .
.Pp
-The include file
-.Pa <vm/vm.h>
-will be deprecated when then Mach VM system is obsoleted. All structure
-and types whose names begin with ``vm_'' will be renamed to ``uvm_''.
+All structure and types whose names begin with
+.Dq vm_
+will be renamed to
+.Dq uvm_ .
.Pp
The
.Xr pmap 9
@@ -907,13 +903,12 @@
VM system, the FreeBSD VM system, and the SunOS4 VM system. UVM's basic
structure is based on the
.Bx 4.4
-VM system. UVM's new i386 machine-depenent layer includes several ideas
-from FreeBSD. UVM's new anonymous memory system is based on the
+VM system. UVM's new anonymous memory system is based on the
anonymous memory system found in SunOS4 VM (as described in papers by
published Sun Microsystems, Inc.). UVM also includes a number of feature
new to BSD including page loanout, map entry passing, simplified
-copy-on-write, and clustered anonymous memory pageout. UVM will be
-further documented in August 1998 in a dissertation by Charles D. Cranor.
+copy-on-write, and clustered anonymous memory pageout. UVM is also
+further documented in a August 1998 dissertation by Charles D. Cranor.
.Pp
UVM appeared in
.Nx 1.4 .
Home |
Main Index |
Thread Index |
Old Index