summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'maint'Sverker Eriksson2019-09-191-2/+7
|\
| * Merge branch 'sverker/cerl-solaris-fix' into maintSverker Eriksson2019-09-191-2/+7
| |\
| | * Fix cerl script for SunOSSverker Eriksson2019-09-121-2/+7
* | | Merge branch 'john/erts/hide-cif-trapping'John Högberg2019-09-1929-153/+119
|\ \ \
| * | | erts: Use global trap entries for listsJohn Högberg2019-09-173-53/+10
| * | | erts: Rename bif_table_index to bif_numberJohn Högberg2019-09-177-25/+24
| * | | erts: Use hidden exports for BIF trappingJohn Högberg2019-09-1724-81/+91
* | | | Merge branch 'maint'John Högberg2019-09-191-3/+39
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'indocomsoft/patch-1' into john/merge-pr-2386John Högberg2019-09-191-3/+39
| |\ \ \
| | * | | Fix efile_allocate on MacJulius Putra Tanu Setiaji2019-09-131-3/+39
* | | | | Merge pull request #2388 from lrascao/bugfix/missing_dtrace_function_returnsJohn Högberg2019-09-193-8/+9
|\ \ \ \ \
| * | | | | Improve dynamic tracing of function calls documentationLuis Rascao2019-09-171-3/+3
| * | | | | Add missing dtrace return invocationsLuis Rascao2019-09-172-5/+6
| | |_|/ / | |/| | |
* | | | | Merge branch 'maint'John Högberg2019-09-181-11/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'john/erts/dont-skip-lcnt-suite' into maintJohn Högberg2019-09-181-11/+16
| |\ \ \ \
| | * | | | erts: Fail tests when disable_lock_counting() failsJohn Högberg2019-09-171-11/+16
| | | |_|/ | | |/| |
* | | | | Merge branch 'maint'Henrik Nord2019-09-173-20/+344
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Prepare releaseErlang/OTP2019-09-173-19/+344
| |/ /
* | | Merge pull request #2381 from jhogberg/john/erts/refactor-cif-tracing/OTP-14734John Högberg2019-09-1742-1491/+1360
|\ \ \
| * | | erts: Share printable_return_address with erl_bif_infoJohn Högberg2019-09-164-37/+9
| * | | erts: Let call_bif/call_nif take arguments instead of hardcoding themJohn Högberg2019-09-168-23/+26
| * | | erts: Use local trap exports for list functionsJohn Högberg2019-09-164-15/+59
| * | | erts: Rename apply_bif to call_bif, matching NIFsJohn Högberg2019-09-167-13/+13
| * | | erts: Rename NifExport to ErtsNativeFuncJohn Högberg2019-09-1611-135/+138
| * | | erts: Crash if a module doesn't have stubs for all its BIFsJohn Högberg2019-09-161-0/+22
| * | | erts: Refactor BIF tracingJohn Högberg2019-09-1627-1078/+731
| * | | erts: Replace ad-hoc export->beam[] wrangling with unionsJohn Högberg2019-09-1611-143/+227
| * | | erts: Add operator stubs to erlang.erlJohn Högberg2019-09-112-0/+116
| * | | erts: Fix undefined behavior in $DISPATCHX()John Högberg2019-09-116-167/+137
| * | | beam_makeops: Instructions marked -no_next must not fall throughJohn Högberg2019-09-091-2/+4
* | | | Merge branch 'maint'Sverker Eriksson2019-09-122-2/+11
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'sverker/proc-exit-dist-suspend-fix/OTP-16060' into maintSverker Eriksson2019-09-122-2/+11
| |\ \ \
| | * | | erts: Fix exiting suspended process not yieldingSverker Eriksson2019-09-092-2/+11
* | | | | Merge branch 'maint'Sverker Eriksson2019-09-121-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'sverker/cuddle-test' into maintSverker Eriksson2019-09-121-0/+6
| |\ \ \ \
| | * | | | Fix offheap check of emptied ets hash tableSverker Eriksson2019-09-101-0/+6
| | |/ / /
* | | | | Merge branch 'maint'Lukas Larsson2019-09-121-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'kvakvs/erts/binary_to_term_int_overflow/OTP-16058' into maintLukas Larsson2019-09-121-2/+2
| |\ \ \ \
| | * | | | Fix integer overflow in size calculation in binary_to_term for output larger ...Dmytro Lytovchenko2019-09-121-2/+2
* | | | | | Merge branch 'maint'Ingela Anderton Andin2019-09-121-0/+36
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'maint-21' into maintIngela Anderton Andin2019-09-121-0/+36
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Prepare releaseErlang/OTP2019-09-112-1/+37
| | * | | | Merge branch 'sverker/erts/persistent_term-kill-updater-bug/OTP-16041' into m...Erlang/OTP2019-09-111-0/+2
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'john/erts/process_info-binary-heap-fragments/OTP-15978' into ma...Erlang/OTP2019-09-111-6/+20
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'john/erts/fix-instrument-allocations-race/OTP-15983' into maint-21Erlang/OTP2019-09-111-27/+42
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'rickard/node-refc-tests-21' into maint-21Erlang/OTP2019-09-117-33/+275
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'rickard/test-fixes-21' into maint-21Erlang/OTP2019-07-113-16/+54
| | |\ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ Merge branch 'maint'Lukas Larsson2019-09-111-70/+98
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'lukas/erts/lttng-fixes' into maintLukas Larsson2019-09-111-70/+98
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | erts: Create ets load for lttng on seperate nodeLukas Larsson2019-09-111-2/+33