Source-Changes-HG archive

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

[src/trunk]: src/lib/librumpuser * attempt to clarify what "POSIX" means



details:   https://anonhg.NetBSD.org/src/rev/7ab17ac57c11
branches:  trunk
changeset: 801931:7ab17ac57c11
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sun Aug 24 14:35:27 2014 +0000

description:
* attempt to clarify what "POSIX" means
* link to Platforms page on wiki for a list of known implementation

diffstat:

 lib/librumpuser/rumpuser.3 |  11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diffs (39 lines):

diff -r 32addc75b9e0 -r 7ab17ac57c11 lib/librumpuser/rumpuser.3
--- a/lib/librumpuser/rumpuser.3        Sun Aug 24 14:04:35 2014 +0000
+++ b/lib/librumpuser/rumpuser.3        Sun Aug 24 14:35:27 2014 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: rumpuser.3,v 1.18 2014/02/20 00:43:26 pooka Exp $
+.\"     $NetBSD: rumpuser.3,v 1.19 2014/08/24 14:35:27 pooka Exp $
 .\"
 .\" Copyright (c) 2013 Antti Kantee.  All rights reserved.
 .\"
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 19, 2014
+.Dd August 24, 2014
 .Dt RUMPUSER 3
 .Os
 .Sh NAME
@@ -41,7 +41,7 @@
 this document to allow a rump kernel to run on the host.
 The implementation included in
 .Nx
-is for POSIX hosts.
+is for POSIX-like hosts (*BSD, Linux, etc.).
 This document is divided into sections based on the functionality
 group of each hypercall.
 .Pp
@@ -770,6 +770,11 @@
 .%T Flexible Operating System Internals: The Design and Implementation of the Anykernel and Rump Kernels
 .%O Section 2.3.2: The Hypercall Interface
 .Re
+.Pp
+For a list of all known implementations of the
+.Nm
+interface, see
+.Lk http://wiki.rumpkernel.org/Platforms .
 .Sh HISTORY
 The rump kernel hypercall API was first introduced in
 .Nx 5.0 .



Home | Main Index | Thread Index | Old Index