Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-20 | Merge branch 'maint' | Sverker Eriksson | |
2019-02-20 | Merge branch 'sverker/erts/term_to_binary-reductions/ERL-774/OTP-15514' into ↵ | Sverker Eriksson | |
maint * sverker/erts/term_to_binary-reductions/ERL-774/OTP-15514: erts: Consume reductions for strings in term_to_binary erts: Reduce number of list traversals in term_to_binary | |||
2019-02-20 | erts: Consume reductions for strings in term_to_binary | Sverker Eriksson | |
Cost per string byte, but we still don't yield mid-string. | |||
2019-02-20 | Merge branch 'maint' | Sverker Eriksson | |
2019-02-20 | Merge branch 'sverker/enif_consume_timeslice-dirty-nop/OTP-15604' into maint | Sverker Eriksson | |
* sverker/enif_consume_timeslice-dirty-nop/OTP-15604: erts: Make enif_consume_timeslice no-op on dirty sched | |||
2019-02-19 | Merge branch 'sverker/enif_select-docs' | Sverker Eriksson | |
2019-02-19 | erts: Clarify erl_nif docs | Sverker Eriksson | |
for enif_send and enif_select_read|write. | |||
2019-02-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-02-19 | Merge branch 'sverker/heart-nice-exit/OTP-15599' into maint | Sverker Eriksson | |
* sverker/heart-nice-exit/OTP-15599: erts: Avoid heart killing a nicely exiting emulator | |||
2019-02-18 | Merge branch 'maint' | Lukas Larsson | |
2019-02-18 | erts: Remove etp macro offsetof | Lukas Larsson | |
The macro command was added quite recently and far from all of our testmachines have this command | |||
2019-02-18 | erts: Make enif_consume_timeslice no-op on dirty sched | Sverker Eriksson | |
2019-02-18 | Merge branch 'maint' | Lukas Larsson | |
2019-02-18 | Merge branch 'lukas/erts/fix-exit_status-netbsd/OTP-15558' into maint | Lukas Larsson | |
* lukas/erts/fix-exit_status-netbsd/OTP-15558: Fix EV_DISPATCH detection on NetBSD | |||
2019-02-18 | Merge branch 'maint' | Raimo Niskanen | |
* maint: Updated OTP version Prepare release | |||
2019-02-18 | Merge branch 'maint-21' into maint | Raimo Niskanen | |
* maint-21: Updated OTP version Prepare release | |||
2019-02-15 | erts: Reduce number of list traversals in term_to_binary | Sverker Eriksson | |
by patching list length when we reach end of list. And remove unnecessary traversals in is_string and is_external_string beyond the max length for STRING_EXT. | |||
2019-02-15 | Prepare release | Erlang/OTP | |
2019-02-15 | Merge branch 'maint' | Raimo Niskanen | |
Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2019-02-15 | Merge branch 'raimo/erts/gen_tcp-listen-linger-slow/ERIERL-303/OTP-14728' ↵ | Raimo Niskanen | |
into maint * raimo/erts/gen_tcp-listen-linger-slow/ERIERL-303/OTP-14728: Check empty_out_q at close also for linger Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2019-02-15 | Merge pull request #2142 from ↵ | Björn Gustavsson | |
bjorng/bjorn/erts/revert-optional-tuple-calls/OTP-15581 Remove support for optional tuple calls | |||
2019-02-15 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Add persistent_term:get(Key, DefaultValue) Make dialyzer faster for left-associative andalso/orelse expressions | |||
2019-02-15 | Merge pull request #2140 from ↵ | Björn Gustavsson | |
bjorng/bjorn/erts/persistent_term-default/ERL-843/OTP-15576 Add persistent_term:get(Key, DefaultValue) | |||
2019-02-14 | erts: Avoid heart killing a nicely exiting emulator | Sverker Eriksson | |
Symptom: Heart kills exiting emulator before is has flushed all ports and with HEART_KILL_SIGNAL=SIGABRT it may also produce unnecessary core dumps from doing init:reboot() for example. Problem: Heart port is closed together with all the others in handle_reap_ports() which is detected by heart OS process. Solution 1: Leave the heart port alone in handle_reap_ports() and let it be closed by OS when emulator exists. It doesn't need to be flushed anyway. Solution 2: When heart OS process gets EOF on connection let it wait max 5 seconds for emulator process to self terminate before trying to kill it. | |||
2019-02-14 | Merge branch 'maint' | Kjell Winblad | |
2019-02-14 | Merge pull request #2118 from kjellwinblad/fix_valgrind_problem_bignum OTP-15583 | Kjell Winblad | |
Fix bug in binary:encode_unsigned causing a read of uninitialized memory | |||
2019-02-14 | Merge branch 'maint' | Anders Svensson | |
* maint: Updated OTP version Prepare release | |||
2019-02-14 | Merge branch 'maint-20' into maint | Anders Svensson | |
* maint-20: Updated OTP version Prepare release | |||
2019-02-14 | Prepare release | Erlang/OTP | |
2019-02-14 | Merge branch 'john/erts/spectre-configure-flag-otp_20/OTP-15430/ERIERL-237' ↵ | Erlang/OTP | |
into maint-20 * john/erts/spectre-configure-flag-otp_20/OTP-15430/ERIERL-237: Allow disabling retpoline in interpreter loop Add a ./configure flag for spectre mitigation | |||
2019-02-14 | Revert "Reinstate tuple calls support in the beam emulator" | Björn Gustavsson | |
This reverts commit 87da7b5be69de01e65df566c6e35064381d1144d. | |||
2019-02-14 | Revert "Add -ztma option for enabling tuple calls" | Björn Gustavsson | |
This reverts commit ea0e763e953f9c7d1fa9c142f24cb95f56119c56. | |||
2019-02-14 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Add -ztma option for enabling tuple calls Reinstate tuple calls support in the beam emulator | |||
2019-02-14 | Merge pull request #2113 from richcarl/optional-tuple-calls | Björn Gustavsson | |
Optional tuple calls OTP-15580 | |||
2019-02-14 | Add persistent_term:get(Key, DefaultValue) | Björn Gustavsson | |
https://bugs.erlang.org/browse/ERL-843 | |||
2019-02-11 | Check empty_out_q at close also for linger | Raimo Niskanen | |
2019-02-11 | Merge branch 'maint' | Sverker Eriksson | |
2019-02-11 | Merge branch 'sverker/enif_select-faulty-assert' into maint | Sverker Eriksson | |
* sverker/enif_select-faulty-assert: erts: Fix faulty debug assert in enif_select | |||
2019-02-11 | Merge branch 'sverker/map-from-ks-vs-bug/OTP-15567' into maint | Sverker Eriksson | |
* sverker/map-from-ks-vs-bug/OTP-15567: erts: Add test for bug in enif_make_maps_from_arrays erts: Fix bug in erts_map_from_ks_and_vs | |||
2019-02-06 | erts: Fix faulty debug assert in enif_select | Sverker Eriksson | |
2019-02-06 | erts: Add test for bug in enif_make_maps_from_arrays | Sverker Eriksson | |
2019-02-06 | Merge tag 'OTP-21.2' into sverker/map-from-ks-vs-bug | Sverker Eriksson | |
2019-02-06 | erts: Fix bug in erts_map_from_ks_and_vs | Sverker Eriksson | |
This sleeping bug was introduced in OTP 19.1 but not possible not provoke until OTP 21.0 when enif_make_map_from_arrays was introduced. | |||
2019-02-06 | Merge branch 'maint' | Sverker Eriksson | |
2019-02-06 | Merge branch 'sverker/fix-compile-warning' into maint | Sverker Eriksson | |
* sverker/fix-compile-warning: erts: Fix compiler warning for IS_SSMALL | |||
2019-02-06 | Merge PR-2127 from sverker/erts/enif_make_monitor_term/OTP-15362 | Sverker Eriksson | |
Add enif_make_monitor_term | |||
2019-02-05 | Merge branch 'maint' | Lukas Larsson | |
2019-02-05 | Merge branch 'lukas/erts/cerl-etp-rr-support' into maint | Lukas Larsson | |
* lukas/erts/cerl-etp-rr-support: erts: Expand rr support in cerl and etp | |||
2019-02-05 | erts: Expand rr support in cerl and etp | Lukas Larsson | |
2019-02-04 | Merge branch 'maint' | Péter Dimitrov | |
* maint: Fix typo in erlang.xml inets: Ignore bracket option in format_address Change-Id: I8a215d3872ae74e08d7a17b70ba53535947c032f |