Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | ose: OSE port related cleanup and fixes | Jonas Karlsson | |
Some OSE cross-chains have problems with system includes being used, so for atleast OSE specific parts we use "" instead of <>. | |||
2014-02-24 | ose: Fix printout to stdout to not duplicate long buffers | Lukas Larsson | |
2014-02-24 | ose: Use spinlock as default heap lock mechanism | Jonas Karlsson | |
2014-02-24 | ose: Style updates only | Lukas Larsson | |
2014-02-24 | ose: Fix various build environment issues | Lukas Larsson | |
2014-02-24 | ose: Change signal base to registered range | Lukas Larsson | |
2014-02-24 | ose: Add eh_frame_hdr section to linker file | Lukas Larsson | |
2014-02-24 | ose: Add link conf for gcc 4.4.3 | Lukas Larsson | |
2014-02-24 | ose: Copied driver_int.h from unix | Lukas Larsson | |
2014-02-24 | ose: Add module that allows interaction with any OSE process | Lukas 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-24 | ose: Change start way to use arguments to beam.smp directly | Lukas Larsson | |
The old way registered a shell command that needed to be executed. This way is more flexible as you can also use the lmconf file to set arguments there. | |||
2014-02-24 | ose: Extract signal numbers to common file | Lukas Larsson | |
2014-02-24 | ose: Force atleast one async thread for ose | Lukas Larsson | |
This is needed because a file has to be opened and operated on in the same process at all times. Using async threads guarantee this. | |||
2014-02-24 | ose: Add signal debugging macros | Lukas Larsson | |
To enable just uncomment and all signals going in or out will be printed to stdout. | |||
2014-02-24 | ose: Add unsetenv and update to use get_env | Lukas Larsson | |
Before get_envp was used and this caused the environment variables to not be accessible in the correct way by use debug tools. | |||
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. |