Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Added COMPAT_MACH, COMPAT_DARWIN, and EXEC_MA...
details: https://anonhg.NetBSD.org/src/rev/f658fcc443e3
branches: trunk
changeset: 539394:f658fcc443e3
user: manu <manu%NetBSD.org@localhost>
date: Sat Nov 16 11:35:47 2002 +0000
description:
Added COMPAT_MACH, COMPAT_DARWIN, and EXEC_MACHO. Updated LINUX supported
archs.
diffstat:
share/man/man4/options.4 | 24 ++++++++++++++++++++----
1 files changed, 20 insertions(+), 4 deletions(-)
diffs (60 lines):
diff -r e4b20ae1bb3c -r f658fcc443e3 share/man/man4/options.4
--- a/share/man/man4/options.4 Sat Nov 16 10:04:19 2002 +0000
+++ b/share/man/man4/options.4 Sat Nov 16 11:35:47 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: options.4,v 1.186 2002/11/07 01:14:30 grant Exp $
+.\" $NetBSD: options.4,v 1.187 2002/11/16 11:35:47 manu Exp $
.\"
.\" Copyright (c) 1996
.\" Perry E. Metzger. All rights reserved.
@@ -197,10 +197,8 @@
compatibility with Linux ELF and
.Xr a.out 5
applications built for the same architecture.
-This currently includes the alpha, i386, powerpc, and m68k
+This currently includes the alpha, i386, powerpc, mips, arm, and m68k
ports.
-There is also a minimal support for running Linux binaries on Mips
-ports, but it is experimental at the moment.
.It Cd options COMPAT_SUNOS
On those architectures that support it, this enables binary
compatibility with
@@ -217,6 +215,13 @@
applications built for the same architecture.
This currently is limited to the pmax.
The functionality of this option is unknown.
+.It Cd options COMPAT_DARWIN
+On those architectures that support it, this enables binary compatibility with
+.Tn Darwin
+applications built for the same architecture.
+This feature is highly experimental, it requires COMPAT_MACH and
+EXEC_MACHO and it is currently limited to i386 and powerpc ports of
+.Nx .
.It Cd options COMPAT_FREEBSD
On those architectures that support it, this enables binary
compatibility with
@@ -240,6 +245,12 @@
This feature is experimental, and it is currently limited to
the sgimips port of
.Nx .
+.It Cd options COMPAT_MACH
+On those architectures that support it, this enables the emulation of
+Mach kernel traps for binaries built for the same architecture.
+This features is highly experimental and it is currently
+limited to i386 and powerpc ports of
+.Nx .
.It Cd options COMPAT_OSF1
On those architectures that support it, this enables binary
compatibility with
@@ -286,6 +297,11 @@
are adjusted and some binaries which use
.Xr sysctl 3
to retrieve network details would not work properly.
+.It Cd options EXEC_MACHO
+On those architectures that support it, this adds support for running
+Mach-O executables. This is currently limited to the i386 and powerpc
+ports of
+.Nx .
.It Cd options EXEC_ELF_NOTELESS
Run unidentified ELF binaries as
.Nx
Home |
Main Index |
Thread Index |
Old Index