aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys/ose/erts.sig
AgeCommit message (Collapse)Author
2015-07-10ose: Remove all code related to the OSE portLukas Larsson
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.
2014-02-24ose: Port run_erl and to_erlLukas Larsson
2014-02-24ose: Change signal base to registered rangeLukas Larsson
2014-02-24ose: Add module that allows interaction with any OSE processLukas Larsson
The interface of this module is made to be as generic as possible in order for other IPC mechanisms to mimic it and allow porting of code between different os:es.
2014-02-24ose: Extract signal numbers to common fileLukas Larsson