Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-26 | ose: Initiate stdin/stdout/stderr | Lukas Larsson | |
Needed to get std io to work in some OSE systems where stdio is not opened when the program starts. | |||
2014-03-26 | ose: Break lmconf into one per load module | Lukas Larsson | |
2014-02-24 | ose: Refactor global variables to ppdata | Lukas Larsson | |
This is needed because when starting multiple processes from the same shell command they will see the same global data if using status variables. | |||
2014-02-24 | ose: Port run_erl and to_erl | Lukas Larsson | |
2014-02-24 | Added support for ENEA OSE | Lukas Larsson | |
This port has support for both non-smp and smp. It contains a new way to do io checking in which erts_poll_wait receives the payload of the polled entity. This has implications for all linked-in drivers. |