Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-10 | ose: Remove all code related to the OSE port | Lukas 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. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2014-02-24 | ose: efile driver updates. | Jonas Karlsson | |
2014-02-24 | ose: Bugfixes to filesystem related issues. | Jonas Karlsson | |
2014-02-24 | ose: Handle lseek() with offset beyond EOF in the file driver. | Lukas Larsson | |
2014-02-24 | ose: lseek() to use SEEK_CUR | Jonas Karlsson | |
This is needed because OSE does not use 1 for SEEK_CUR | |||
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. |