summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2381 from jhogberg/john/erts/refactor-cif-tracing/OTP-14734John Högberg2019-09-1750-1714/+1671
|\
| * 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
| * compiler: Honor stack frames when calling exit BIFsJohn Högberg2019-09-098-223/+311
* | Merge branch 'john/kernel/fix-shell-history/PR-2302'John Högberg2019-09-161-5/+9
|\ \
| * | kernel: Fix accidental disabling of shell historyJohn Högberg2019-09-111-5/+9
* | | Merge branch 'hans/ssh/client_sup/OTP-16026'Hans Nilsson2019-09-132-17/+74
|\ \ \
| * | | ssh: Extend the sshc_sup testsHans Nilsson2019-09-121-5/+51
| * | | ssh: Fix ssh_info module so it reports tunnel channelsHans Nilsson2019-09-111-12/+23
* | | | Merge branch 'maint'Anders Svensson2019-09-131-2/+9
|\ \ \ \
| * \ \ \ Merge branch 'anders/common_test/NETCONF-1.1/OTP-15789' into maintAnders Svensson2019-09-131-2/+9
| |\ \ \ \
| | * | | | Fix doc attributesAnders Svensson2019-09-121-2/+9
* | | | | | Merge branch 'maint'Péter Dimitrov2019-09-121-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'peterdmv/ssl/fix-option-handling' into maintPéter Dimitrov2019-09-121-1/+3
| |\ \ \ \ \
| | * | | | | ssl: Fix option handlingPéter Dimitrov2019-09-111-1/+3
* | | | | | | Merge branch 'maint'Raimo Niskanen2019-09-121-12/+24
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'raimo/stdlib/gen_statem-improve-timers/OTP-15510' into maintRaimo Niskanen2019-09-121-12/+24
| |\ \ \ \ \ \
| | * | | | | | Improve pointer to User's GuideRaimo Niskanen2019-09-121-12/+24
* | | | | | | | 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'Anders Svensson2019-09-120-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch 'anders/common_test/NETCONF-1.1/OTP-15789' into maintAnders Svensson2019-09-122-763/+1170
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | 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-126-3/+104
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge branch 'maint-21' into maintIngela Anderton Andin2019-09-126-3/+104
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | Updated OTP versionOTP-21.3.8.7Erlang/OTP2019-09-112-1/+2
| | * | | | | | | | Prepare releaseErlang/OTP2019-09-1111-7/+116
| | * | | | | | | | 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 'ingela/inets/httpd-status-code/OTP-16049' into maint-21Erlang/OTP2019-09-112-14/+36
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'hans/ssh/early_crash_fail_logging/ERL-990/OTP-15962' into maint-21Erlang/OTP2019-09-111-42/+73
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348' into ...Erlang/OTP2019-09-113-25/+64
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'kpy3/fix-fd-leak-in-logger/OTP-15997' into maint-21Erlang/OTP2019-09-111-2/+2
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \