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/755e68fccdd4
branches: trunk
changeset: 331789:755e68fccdd4
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 00b2d1c3971d -r 755e68fccdd4 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