Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-09 | driver_SUITE.erl: Fix sys info drivers | Raimo Niskanen | |
2011-12-09 | emulator test drivers: Conform to updated driver API | Raimo Niskanen | |
2011-12-09 | erl_drv_thread_SUITE_data/testcase_driver.c: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | float_SUITE_data/fp_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, include <string.h> to eliminate warnings. | |||
2011-12-09 | port_SUITE_data/*_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, eliminate compilation warnings. Eliminate the control callback if it is not used. | |||
2011-12-09 | port_bif_SUITE_data/control_drv.c: Conform to updated driver API | Björn Gustavsson | |
Also include <string.h> to include a prototype for memcpy(). | |||
2011-12-09 | send_term_SUITE_data/send_term_drv.c: Conform to updated driver API | Björn Gustavsson | |
2011-12-09 | system_profile_SUITE_data/echo_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, also eliminate all compiler warnings. Also remove the control callback since it is not actually used. | |||
2011-12-09 | trace_port_SUITE_data/echo_drv.c: Conform to updated driver API | Björn Gustavsson | |
While at it, also eliminate all compiler warnings. | |||
2011-12-09 | Remove support for old drivers without ERL_DRV_EXTENDED_MARKER | Björn Gustavsson | |
Because of the extensive changes in the driver API (and especially the change of return types for callbacks such as 'control'), we can no longer allow drivers without version numbers. | |||
2011-12-09 | built-in drivers: Add ERL_DRV_EXTENDED_MARKER and version numbers | Björn Gustavsson | |
2011-12-09 | Bump driver version to 2.0 | Raimo Niskanen | |
2011-12-09 | erl_driver.h: Enlarge type on return value from call | Raimo Niskanen | |
2011-12-09 | erl_driver.h: Enlarge types on driver callbacks output, control and call | Raimo Niskanen | |
2011-12-07 | erl_driver.h: Enlarge types in driver output functions | Raimo Niskanen | |
2011-12-07 | erl_driver.h: Enlarge types in driver queue and alloc functions | Raimo Niskanen | |
2011-12-07 | erl_driver.h: Use ErlDrvSizeT for size field in ErlIOVec | Raimo Niskanen | |
2011-12-07 | Merge branch 'bjorn/erts/code-loading/OTP-9720' | Björn Gustavsson | |
* bjorn/erts/code-loading/OTP-9720: BEAM loader: Fix bug that allowed loading of more than two versions Add code_SUITE:versions/1 | |||
2011-12-07 | BEAM loader: Fix bug that allowed loading of more than two versions | Björn Gustavsson | |
In commit b67d3e5447f4b2bca3ed92f3db84adb3f79f9b16 (which cleaned up handling of error reasons), the test of the return value from beam_make_current_old() in insert_new_code() was not updated, which meant that it never was true and any number of versions of code could be loaded for a module. | |||
2011-12-07 | Add code_SUITE:versions/1 | Björn Gustavsson | |
We did not have test case that ensures that the loader refuses to load a module if there already exists old code for the module. | |||
2011-12-06 | Merge branch 'rickard/test-fixes-r15b' | Rickard Green | |
* rickard/test-fixes-r15b: Unlink test-proc instead of ensuring that it has died before stopping node | |||
2011-12-06 | Unlink test-proc instead of ensuring that it has died before stopping node | Rickard Green | |
Unlink the test-proc instead of monitoring it and waiting for it to terminate before stopping the node. This since an unlink is faster, simpler and in this case more stable. | |||
2011-12-06 | Merge branch 'rickard/test-fixes-r15b' | Rickard Green | |
* rickard/test-fixes-r15b: Ensure test-proc is dead before stopping node | |||
2011-12-06 | Ensure test-proc is dead before stopping node | Rickard Green | |
2011-12-06 | Merge branch 'rickard/test-fixes-r15b' | Rickard Green | |
* rickard/test-fixes-r15b: Skip detached test-case on MacOSX Leopard | |||
2011-12-06 | Merge branch 'ta/docs' | Henrik Nord | |
* ta/docs: Fix misspelling of chosen Fix typos in erl(1) Fix misspelling of 'turn off' Fix typo in reltool(3) Fix typo in gen_sctp(3) Fix typo in mod_responsecontrol.erl Fix typo in erts_alloc(3) Fix typos in ssl_cipher.erl Fix typos in expressions.xml file: correct make_link/2 and make_symlink/2 docs Fix typo in test_server(3) Fix typos in io_protocol.xml Fix typo in erlang(3) Fix typos in tar_SUITE Fix typos in erts/preloaded/src OTP-9787 | |||
2011-12-06 | Skip detached test-case on MacOSX Leopard | Rickard Green | |
2011-12-06 | Merge branch 'rickard/test-fixes-r15b' | Rickard Green | |
* rickard/test-fixes-r15b: Give slow machines more time to compute result Allow more CPU time in waiting test-cases Skip thread_mseg_alloc_cache_clean() when no mseg_alloc | |||
2011-12-06 | Give slow machines more time to compute result | Rickard Green | |
2011-12-06 | Allow more CPU time in waiting test-cases | Rickard Green | |
2011-12-06 | Merge branch 'sverk/big-float-cmp-bug' | Sverker Eriksson | |
* sverk/big-float-cmp-bug: erts: Fix bug in large big/float compare | |||
2011-12-06 | Merge branch 'sverk/ppc-hibernate-fix' | Sverker Eriksson | |
* sverk/ppc-hibernate-fix: erts: Fix hipe bug in hibernate on PowerPC | |||
2011-12-05 | Skip thread_mseg_alloc_cache_clean() when no mseg_alloc | Rickard Green | |
2011-12-05 | Merge branch 'rickard/generic-thr-queue/OTP-9632' | Rickard Green | |
* rickard/generic-thr-queue/OTP-9632: Fix handle_async_ready_clean() | |||
2011-12-05 | Fix handle_async_ready_clean() | Rickard Green | |
2011-12-05 | Fix typos in erl(1) | Tuncer Ayaz | |
2011-12-05 | Fix typo in erts_alloc(3) | Tuncer Ayaz | |
2011-12-05 | Fix typo in erlang(3) | Tuncer Ayaz | |
2011-12-05 | Fix typos in erts/preloaded/src | Tuncer Ayaz | |
2011-12-05 | Merge branch 'sverk/deprecate-nif-reload' | Sverker Eriksson | |
* sverk/deprecate-nif-reload: erts: Deprecate the NIF reload mechanism OTP-9771 | |||
2011-12-05 | Merge branch 'bjorn/test-cases' | Björn Gustavsson | |
* bjorn/test-cases: lcnt_SUITE: Be kind to slow machines crypto_SUITE: Reinstate what was "lost in translation" fileTransferSUITE: Cope with missing/broken crypto application sensitive_SUITE: Fix spuriously failing recv_trace/1 eprof_SUITE: Cope with fast computers and bad time measurements cover_SUITE: Cope with missing/broken crypto application otp_SUITE: Write log files about undefined functions and so on | |||
2011-12-05 | erts: Remove duplicate erts_unblock_fpe | Jovi Zhang | |
The second function erts_unblock_fpe is not needed in here. | |||
2011-12-05 | Merge branch 'hb/erts/minor_doc_fix/OTP-9762' | Hans Bolinder | |
* hb/erts/minor_doc_fix/OTP-9762: Minor fix of erts_alloc.xml | |||
2011-12-02 | erts: Fix bug in large big/float compare | Sverker Eriksson | |
Bug caused faulty result (big_SUITE:big_float_1) and an unhandled floating point exception. | |||
2011-12-02 | sensitive_SUITE: Fix spuriously failing recv_trace/1 | Björn Gustavsson | |
Only three messages are guaranteed to be in message queue of the tracer process. The second {trace_delivered,_,_} message may or may not be there. | |||
2011-12-02 | otp_SUITE: Write log files about undefined functions and so on | Björn Gustavsson | |
Write some extra log files for easy access by other tools. | |||
2011-12-02 | Fix time types | Rickard Green | |
2011-12-02 | Update static cache | Patrik Nyblom | |
IPV6 was disabled in cache when it should actually be supported Cache updated to disable all sctp for configure speed | |||
2011-12-02 | Back to not using 32bit time_t | Patrik Nyblom | |
2011-12-02 | Remove ancient WaitForInputIdle workaround | Patrik Nyblom | |