From c431a065ba515d27830f01c852f70940efb3003b Mon Sep 17 00:00:00 2001
From: Lukas Larsson
Date: Thu, 2 Jul 2015 11:13:32 +0200
Subject: ose: Remove all code related to the OSE port
The OSE port is no longer supported and this commit removed it
and any changes related to it. The things that were general
improvements have been left in the code.
---
erts/doc/src/driver_entry.xml | 8 ++------
erts/doc/src/erl_driver.xml | 6 ++----
erts/doc/src/erlang.xml | 2 +-
erts/doc/src/run_erl.xml | 2 +-
4 files changed, 6 insertions(+), 12 deletions(-)
(limited to 'erts/doc')
diff --git a/erts/doc/src/driver_entry.xml b/erts/doc/src/driver_entry.xml
index 30772c68fe..32fc9e13a4 100644
--- a/erts/doc/src/driver_entry.xml
+++ b/erts/doc/src/driver_entry.xml
@@ -246,14 +246,10 @@ typedef struct erl_drv_entry {
something that the WaitForMultipleObjects API
function understands). (Some trickery in the emulator allows
more than the built-in limit of 64 Events to be used.)
- On Enea OSE the event is one or more signals that can
- be retrieved using erl_drv_ose_get_signal.
To use this with threads and asynchronous routines, create a
- pipe on unix, an Event on Windows or a unique signal number on
- Enea OSE. When the routine
+ pipe on unix and an Event on Windows. When the routine
completes, write to the pipe (use SetEvent on
- Windows or send a message to the emulator process on Enea OSE),
- this will make the emulator call
+ Windows), this will make the emulator call
ready_input or ready_output.
Spurious events may happen. That is, calls to ready_input
or ready_output even though no real events are signaled. In
diff --git a/erts/doc/src/erl_driver.xml b/erts/doc/src/erl_driver.xml
index 1f7fe0f961..3bf18ae8d0 100644
--- a/erts/doc/src/erl_driver.xml
+++ b/erts/doc/src/erl_driver.xml
@@ -1044,9 +1044,7 @@ typedef struct ErlIOVec {
select/poll can use).
On windows, the Win32 API function WaitForMultipleObjects
is used. This places other restrictions on the event object.
- Refer to the Win32 SDK documentation.
- On Enea OSE, the receive function is used. See the for more details.
+ Refer to the Win32 SDK documentation.
The on parameter should be 1 for setting events
and 0 for clearing them.
The mode argument is a bitwise-or combination of
@@ -1058,7 +1056,7 @@ typedef struct ErlIOVec {
ready_output.
- Some OS (Windows and Enea OSE) do not differentiate between read and write events.
+
Some OS (Windows) do not differentiate between read and write events.
The call-back for a fired event then only depends on the value of mode.
ERL_DRV_USE specifies if we are using the event object or if we want to close it.
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 37f0aa289e..e77532463e 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -1054,7 +1054,7 @@
Print a term on standard output
Prints a text representation of Term on the standard
- output. On OSE the term is printed to the ramlog.
+ output.
This BIF is intended for debugging only.
diff --git a/erts/doc/src/run_erl.xml b/erts/doc/src/run_erl.xml
index 0a5b2c6136..faec3c68c1 100644
--- a/erts/doc/src/run_erl.xml
+++ b/erts/doc/src/run_erl.xml
@@ -59,7 +59,7 @@
first argument to run_erl on the command line.
pipe_dir
- This is where to put the named pipe, usually
- on Unix or on OSE. It shall be suffixed by a (slash),
+ . It shall be suffixed by a (slash),
i.e. not , but .
log_dir
- This is where the log files are written. There will be one
--
cgit v1.2.3