Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-24 | ose: Create OSE application | Lukas Larsson | |
Create an specific OSE application that mainly contains documentation around the OSE specific part of Erlang/OTP. | |||
2014-02-24 | ose: Fix check for HAVE_OSE_SPI_H | Lukas Larsson | |
2014-02-24 | ose: Rewrite resolve_signal API for ose drivers | Lukas Larsson | |
This new API has less impact on the check_io code and also removes the callback from ErlDrvEntry. The downside is that you have to give the resolve function when creating each event. Also the mode if the resolve was removed as this mimics the win32 code and decreases complexity. | |||
2014-02-24 | ose: Shutdown cleanly | Lukas Larsson | |
2014-02-24 | ose: Fix starting with pm_create | Lukas Larsson | |
For some reason starting with pm_create offsets the input argument list by one, so we have to adjust them before calling erl_start. | |||
2014-02-24 | ose: Disable non-ose relevant apps | Lukas Larsson | |
2014-02-24 | ose: Update erl_assert_error after R16B03 api change | Lukas Larsson | |
2014-02-24 | ose: Add xcomp env variables to OSE xcomp | Robert Paal | |
Use these to switch inbetween debug and non-debug emulators and 4.4.3 and 4.6.3 versions of gcc. | |||
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: efile driver updates. | Jonas Karlsson | |
2014-02-24 | ose: Fix printout to stdout to not duplicate long buffers | Lukas Larsson | |
2014-02-24 | ose: Bugfixes to filesystem related issues. | Jonas Karlsson | |
2014-02-24 | ose: Use spinlock as default heap lock mechanism | Jonas Karlsson | |
2014-02-24 | ose: Handle lseek() with offset beyond EOF in the file driver. | Lukas Larsson | |
2014-02-24 | ose: Fix clearmake compat issue | Lukas Larsson | |
2014-02-24 | ose,erts: Specify name for tsd keys | Lukas Larsson | |
This simplified debugging on OSE and also limits the number of ppdata keys that are created when beam is restarted. | |||
2014-02-24 | ose: Style updates only | Lukas Larsson | |
2014-02-24 | ose: Fix various build environment issues | Lukas Larsson | |
2014-02-24 | erts: configure number of write_concurrency locks | Lukas Larsson | |
Make it possible to change the number of write_concurrency locks to use. This is usefull to change when you for some reason want to use more/less locks per write_concurrency ets table. eg. OSs with a limit on how many mutexes can exist at once. | |||
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: Change get_envp to ose_get_ppdata for tsd | Lukas Larsson | |
There is a system limit on the number of ppdata that is available but that should not be reached, and ppdata is faster than using get_envp. | |||
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: Fix stdlib testcases | 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 | ose: Extract signal numbers to common file | Lukas Larsson | |
2014-02-24 | ose: Debug wait__ does receive_fsem instead of wait_fsem | Lukas Larsson | |
This is done in order to catch rogue signals | |||
2014-02-24 | ose: Convert EFILE_SEEK to unistd seek for gzio | Lukas Larsson | |
This is needed because OSE does not have the same integers as unix/win32 for SEEK_ST and friends. | |||
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 | erts: Make source file info available in lc | Lukas Larsson | |
2014-02-24 | ose: Adapt suite for OSE | Rasmuss Graaf | |
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 | ose: Use the swfp when compiling for OSE | Lukas Larsson | |
The hwfp has been tested as well and seem to work, but most processors that OSE will run on does not have a fpu. | |||
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. | |||
2014-01-30 | Merge branch 'ia/inets/tests'OTP_17.0-rc1 | Björn-Egil Dahlberg | |
* ia/inets/tests: inets: Rewrite of test case to avoid timing issues in test code | |||
2014-01-30 | Merge branch 'ia/ssl/openssl-1.0.1e' | Björn-Egil Dahlberg | |
* ia/ssl/openssl-1.0.1e: ssl: Add workaround in test code for openssl s_client bug | |||
2014-01-30 | Merge branch 'nox/syntax-tools-named-fun-fixes/OTP-11651' | Björn-Egil Dahlberg | |
* nox/syntax-tools-named-fun-fixes/OTP-11651: Fix representation of named funs in syntax_tools | |||
2014-01-30 | inets: Rewrite of test case to avoid timing issues in test code | Ingela Anderton Andin | |
2014-01-30 | Merge branch 'peppe/common_test/telnet_logging_system' | Peter Andersson | |
* peppe/common_test/telnet_logging_system: Add verification terms for the unix_telnet test case Add documentation about logging in the ct_telnet module Make temporary fix of problem that sometimes causes the ct_util server to die Fix remaining problems using raw telnet logging for parallel test cases Make it possible to use raw telnet logs in parallel test case groups Implement tests for logging traffic for multiple telnet connections Add and improve test cases Implement new telnet logging system OTP-11440 | |||
2014-01-29 | Merge branch 'rickard/default_acul_mod/OTP-11604' | Rickard Green | |
* rickard/default_acul_mod/OTP-11604: Make it easier to revert +M<S>acul default | |||
2014-01-29 | Minor update of INSTALL.md | Rickard Green | |
2014-01-29 | Make it easier to revert +M<S>acul default | Rickard Green | |
2014-01-29 | Fix representation of named funs in syntax_tools | Anthony Ramine | |
A named fun's name is a variable name, its type in syntax_tools is named_fun_expr. | |||
2014-01-29 | Update primary bootstrap | Björn-Egil Dahlberg | |
2014-01-29 | ssl: Add workaround in test code for openssl s_client bug | Ingela Anderton Andin | |
2014-01-29 | Add verification terms for the unix_telnet test case | Peter Andersson | |