summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-22.3.4.19Erlang/OTP2021-05-202-1/+2
* Prepare releaseErlang/OTP2021-05-2017-16/+167
* Merge branch 'rickard/configure/22/OTP-17420' into maint-22Erlang/OTP2021-05-2026-1/+96587
|\
| * Update configure scriptsRickard Green2021-05-1925-0/+96586
| * Adjustment for github actionsRickard Green2021-05-191-1/+1
* | Merge branch 'rickard/configure/22/OTP-17398' into maint-22Erlang/OTP2021-05-208-139/+140
|\ \ | |/
| * Merge branch 'rickard/configure/OTP-17398' into rickard/configure/22/OTP-17398Rickard Green2021-05-198-139/+140
| |\
| | * Support for committing of configure scriptsRickard Green2021-05-198-139/+140
* | | Merge branch 'hans/crypto/fix_coredump-22/GH-4810/OTP-17391' into maint-22Erlang/OTP2021-05-202-1/+10
|\ \ \
| * | | crypto: Test fixed coredump if bad enc-flagHans Nilsson2021-05-191-0/+10
| * | | crypto: Fixed coredump if bad enc-flagHans Nilsson2021-05-191-1/+0
| | |/ | |/|
* | | Merge branch 'sverker/22/ets-matchspec-stack-bug/OTP-17379' into maint-22Erlang/OTP2021-05-202-3/+38
|\ \ \ | |_|/ |/| |
| * | Merge 'sverker/21/ets-matchspec-stack-bug/OTP-17379'Sverker Eriksson2021-05-062-3/+38
| |\ \ | | |/ | |/|
| | * erts: Fix matchspec stack depth estimation bugSverker Eriksson2021-05-062-3/+38
* | | Updated OTP versionOTP-22.3.4.18Erlang/OTP2021-05-052-1/+2
* | | Prepare releaseErlang/OTP2021-05-057-9/+119
* | | Merge branch 'kjell/runtime_tools/dbg/ERL-1371/OTP-16930/GH-4396' into maint-22Erlang/OTP2021-05-051-3/+3
|\ \ \
| * | | GH-4396: exported function instead of fun to set up remote tracingKjell Winblad2021-05-031-3/+3
| | |/ | |/|
* | | Merge branch 'lukas/erl_interface/send-inf-tmo-fix/OTP-17358' into maint-22Erlang/OTP2021-05-053-12/+34
|\ \ \
| * | | ei: Correctly check timeout value vs EI_SCLBK_INF_TMOLukas Larsson2021-05-033-12/+34
| |/ /
* | | Merge branch 'rickard/off-heap-msgq-fix/OTP-17349' into maint-22Erlang/OTP2021-05-051-1/+3
|\ \ \
| * | | Fix change of message_queue_data to off_heapRickard Green2021-04-231-1/+3
| |/ /
* | | Merge branch 'rickard/signal-order-fix/22/OTP-17291' into maint-22Erlang/OTP2021-05-0515-229/+581
|\ \ \
| * \ \ Merge branch 'rickard/signal-order-fix/OTP-17291' into rickard/signal-order-f...Rickard Green2021-04-2215-229/+581
| |\ \ \ | | |_|/ | |/| |
| | * | Ensure is_process_alive() and process_info() respect signal orderRickard Green2021-04-223-5/+22
| | * | Ensure reply signals from ports respect signal orderRickard Green2021-04-224-163/+283
| | * | Ensure GC and CPC signals respect signal orderRickard Green2021-04-219-56/+272
| | |/
* | | Merge branch 'rickard/literal-whole-message/22/OTP-17307' into maint-22Erlang/OTP2021-05-052-6/+74
|\ \ \
| * \ \ Merge branch 'rickard/literal-whole-message/OTP-17307' into rickard/literal-w...Rickard Green2021-04-222-6/+74
| |\ \ \ | | |/ / | |/| |
| | * | Fix literal collection of messagesRickard Green2021-04-222-6/+74
| | |/
* | | Updated OTP versionOTP-22.3.4.17Erlang/OTP2021-03-312-1/+2
* | | Prepare releaseErlang/OTP2021-03-319-6/+103
* | | Merge branch 'sverker/erts/trace-call-time-fix/OTP-17290' into maint-22Erlang/OTP2021-03-312-1/+26
|\ \ \
| * | | erts: Fix bug in call time tracingSverker Eriksson2021-03-292-1/+26
| |/ /
* | | Merge branch 'hans/ssh/idle_time-bug/OTP-17279' into maint-22Erlang/OTP2021-03-312-29/+31
|\ \ \
| * | | ssh: Fix idle_time bugHans Nilsson2021-03-221-2/+7
| * | | ssh: Update idle_time test caseHans Nilsson2021-03-221-27/+24
* | | | Merge branch 'rickard/multizero-timeout-in-timeout-fix/22/OTP-17253' into mai...Erlang/OTP2021-03-313-2/+62
|\ \ \ \
| * \ \ \ Merge branch 'rickard/multizero-timeout-in-timeout-fix/OTP-17253' into rickar...Rickard Green2021-03-043-2/+62
| |\ \ \ \
| | * | | | Fix multi-zero timeout callback handling in timer wheelRickard Green2021-03-043-2/+62
| | | |_|/ | | |/| |
* | | | | Merge branch 'lukas/erts/sendfile_active_close/OTP-17244' into maint-22Erlang/OTP2021-03-312-13/+60
|\ \ \ \ \
| * | | | | kernel: Make sure to close file so that fd check workLukas Larsson2021-03-031-0/+1
| * | | | | erts: Return badarg if multiple sendfiles happenLukas Larsson2021-03-031-0/+7
| * | | | | kernel: Add fd leak checks to sendfile SUITELukas Larsson2021-03-031-3/+35
| * | | | | erts: Fix fd leak when an active socket is closed remotelyLukas Larsson2021-03-031-10/+17
| | |/ / / | |/| | |
* | | | | Merge branch 'bjorn/tools/fix-cover-bug/GH-4549/OTP-17162' into maint-22Erlang/OTP2021-03-312-1/+12
|\ \ \ \ \
| * | | | | Fix cover bug when there is an export named clausesJosé Valim2021-02-262-1/+12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'bjorn/kernel/cut-debugger-dependency/GH-4546/OTP-17223' into ma...Erlang/OTP2021-03-311-1/+8
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Ensure that Xref does not see Debugger as a dependency for KernelBjörn Gustavsson2021-02-261-1/+8
| |/ / /
* | | | Updated OTP versionOTP-22.3.4.16Erlang/OTP2021-02-192-1/+2