Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-11-11 | Merge branch 'maint' | Sverker Eriksson | |
2016-11-11 | Merge branch 'sverker/hipe-no-pie-amd64/ERL-294/PR-1239/OTP-14031' into maint | Sverker Eriksson | |
* sverker/hipe-no-pie-amd64: erts: Disable -fPIE for HiPE on x86_64 erts: Fix correct link flags for hipe_mkliterals | |||
2016-11-11 | erts: Disable -fPIE for HiPE on x86_64 | Sverker Eriksson | |
2016-11-11 | erts: Fix correct link flags for hipe_mkliterals | Sverker Eriksson | |
and no need for $(INCLUDED). | |||
2016-11-09 | Merge branch 'maint' | Björn-Egil Dahlberg | |
Conflicts: OTP_VERSION | |||
2016-11-09 | Merge branch 'maint-19' into maint | Björn-Egil Dahlberg | |
2016-11-08 | Update release notes | Erlang/OTP | |
2016-11-08 | Update version numbers | Erlang/OTP | |
2016-11-08 | Merge branch ↵ | Erlang/OTP | |
'egil/erts/fix-configure-to-check-in-libsct-for-sctp-funcs/ERL-262/OTP-13956' into maint-19 * egil/erts/fix-configure-to-check-in-libsct-for-sctp-funcs/ERL-262/OTP-13956: Configure enable libsctp dependency Revert "Check libsctp for sctp funcs in configure.in" | |||
2016-11-08 | Merge branch 'bjorn/erts/erl_prim_loader/OTP-14009' into maint-19 | Erlang/OTP | |
* bjorn/erts/erl_prim_loader/OTP-14009: Update preloaded modules Fix performance bug in erl_prim_loader:get_modules/{2,3} | |||
2016-11-08 | Configure enable libsctp dependency | Raimo Niskanen | |
2016-11-08 | Revert "Check libsctp for sctp funcs in configure.in" | Raimo Niskanen | |
This reverts commit 52fae83743a6e84d719f4f82fe45e6e0efdbd6f0: Check libsctp for sctp funcs in configure.in Call AC_CHECK_LIB before calling AC_CHECK_FUNCS to check for functions in libsctp. Otherwise AC_CHECK_FUNCS will not link with libsctp to see if function exists. Reverting to the old behaviour of not checking for libsctp before checking for sctp functions. Then it works on Linux by loading libsctp and looking up the symbols i runtime, and it works on FreeBSD since there is no separate libsctp to link against - the functions are part of the default system libraries. | |||
2016-11-07 | Merge branch 'sverker/distr-debug/PR-1174' | Sverker Eriksson | |
2016-11-07 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-11-05 | Update preloaded modules | Björn Gustavsson | |
2016-11-05 | Fix performance bug in erl_prim_loader:get_modules/{2,3} | Björn Gustavsson | |
The erl_prim_loader:get_modules/{2,3} functions were introduced in cd283583f8. Unfortunately, while the functions worked correctly, there was a bug in that many garbage maessages would be sent to the erl_prim_loader process. The number of extra messages depended on both the length of the code path and of the number of modules that were fetched. The messages were ignored and ultimately discarded, causing no harm except for a performance degradation and increase of the heap size for the erl_prim_loader process. The following functions were hit by the performance bug: code:atomic_load/1 code:ensure_modules_loaded/1 code:prepare_loading/1 | |||
2016-11-04 | erts: Use cmd on windows for port_SUITE | Björn-Egil Dahlberg | |
2016-11-03 | Merge branch 'gandrade/fmod/PR-1216/OTP-14000' | Björn Gustavsson | |
* gandrade/fmod/PR-1216/OTP-14000: Add test cases for math:fmod/2 BIF Support math:fmod/2 BIF on compiler Add math:fmod/2 BIF | |||
2016-11-02 | Add math:fmod/2 BIF | Guilherme Andrade | |
Returns the (floating point) remainder of first argument divided by second argument. | |||
2016-11-02 | Merge branch 'sverker/hipe-load_nif-error/OTP-14002' | Sverker Eriksson | |
2016-11-02 | Merge branch 'maint' | Hans Bolinder | |
* maint: Update preloaded erts: Correct type declaration of match specification head Conflicts: erts/preloaded/ebin/erlang.beam erts/preloaded/ebin/erts_internal.beam | |||
2016-11-01 | erts: Fix SIGUSR1 crashdump generation | Björn-Egil Dahlberg | |
Do not generate a core when a crashdump is asked for. Regression introduced in 56090db3ea417157a749bdd810fc61d117493f1f | |||
2016-11-01 | erts: Add notsup error for load_nif/2 from hipe code | Sverker Eriksson | |
2016-11-01 | Update preloaded | Hans Bolinder | |
2016-11-01 | erts: Correct type declaration of match specification head | Hans Bolinder | |
Bug reported by Peti Gömöri <[email protected]>. | |||
2016-11-01 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-11-01 | Merge branch 'josevalim/erts/document-epmd-switches/PR-1217/OTP-13994' into ↵ | Björn-Egil Dahlberg | |
maint * josevalim/erts/document-epmd-switches/PR-1217/OTP-13994: Document the -epmd_module switch in erl | |||
2016-10-31 | Merge branch 'sverker/hipe-fun-purge' | Sverker Eriksson | |
2016-10-31 | Merge branch 'sverker/hipe-beam-stacktrace/ERL-205/OTP-13992' into maint | Sverker Eriksson | |
* sverker/hipe-beam-stacktrace/ERL-205: erts: Exclude random beam functions from hipe stacktrace | |||
2016-10-31 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2016-10-31 | Merge branch 't-richards/erts/fix-typos-erl_driver/PR-1221/OTP-13990' into maint | Björn-Egil Dahlberg | |
* t-richards/erts/fix-typos-erl_driver/PR-1221/OTP-13990: Fix typos in erl_driver.xml | |||
2016-10-28 | Document the -epmd_module switch in erl | José Valim | |
2016-10-28 | erts: Exclude random beam functions from hipe stacktrace | Sverker Eriksson | |
2016-10-27 | Fix typos in erl_driver.xml | Tom Richards | |
2016-10-27 | Merge branch 'maint' | Sverker Eriksson | |
2016-10-27 | Merge branch 'sverker/purge-fix/OTP-13925' into maint | Sverker Eriksson | |
2016-10-26 | erts: Expand purge fun tests for hipe | Sverker Eriksson | |
2016-10-26 | erts: Fix new fun purge strategy for hipe | Sverker Eriksson | |
2016-10-26 | erts: Remove unused argument to hipe_set_closure_stub | Sverker Eriksson | |
2016-10-26 | Merge branch 'master' into sverker/hipe-fun-purge | Sverker Eriksson | |
2016-10-26 | erts: Avoid delayed fun undef race | Sverker Eriksson | |
Avoid suspending fun caller not just if purge is already done but also if purge of another module has started. Another purge of the same module again cannot happen as making current to old transition includes thread progress. | |||
2016-10-26 | Merge branch 'maint' | Lukas Larsson | |
2016-10-26 | Merge branch 'lukas/erts/tracing/fix_dead_tracer_check/ERL-274/OTP-13928' ↵ | Lukas Larsson | |
into maint * lukas/erts/tracing/fix_dead_tracer_check/ERL-274/OTP-13928: erts: Do tracer liveness check on current tracer | |||
2016-10-25 | Merge branch 'maint' | Sverker Eriksson | |
2016-10-25 | erts: Correct docs for driver_select | Sverker Eriksson | |
2016-10-21 | erts: Use mprotect for hipe on all arch except x86_64 | Sverker Eriksson | |
Only x86_64 needs to reserve low virtual memory for its amd64 small code model. | |||
2016-10-20 | erts: Refactor hipe config test | Sverker Eriksson | |
Just merge the two if's | |||
2016-10-20 | Merge branch 'kostis/hipe_bifs-add_ref/PR-1205' | Sverker Eriksson | |
2016-10-19 | Merge branch 'maint' | Raimo Niskanen | |
2016-10-19 | Merge branch ↵ | Raimo Niskanen | |
'raimo/erts/fix-configure-to-check-in-libsct-for-sctp-funcs/ERL-262/OTP-13956' into maint * raimo/erts/fix-configure-to-check-in-libsct-for-sctp-funcs/ERL-262/OTP-13956: Configure enable libsctp dependency Revert "Check libsctp for sctp funcs in configure.in" |