summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-21.3.8.24maint-21Erlang/OTP2021-05-312-1/+2
* Prepare releaseErlang/OTP2021-05-313-6/+34
* Merge branch 'rickard/busy-port-fix/21/GH-4898/OTP-17448' into maint-21Erlang/OTP2021-05-312-7/+44
|\
| * Merge branch 'rickard/busy-port-fix/GH-4898/OTP-17448' into rickard/busy-port...Rickard Green2021-05-272-7/+44
| |\
| | * Fix busy port handling in port_command()Rickard Green2021-05-272-7/+44
* | | Merge branch 'sverker/21/ets-matchspec-stack-bug/OTP-17379' into maint-21Erlang/OTP2021-05-312-3/+38
|\ \ \ | |/ / |/| |
| * | erts: Fix matchspec stack depth estimation bugSverker Eriksson2021-05-062-3/+38
* | | Updated OTP versionOTP-21.3.8.23Erlang/OTP2021-05-052-1/+2
* | | Prepare releaseErlang/OTP2021-05-057-6/+119
* | | Merge branch 'kjell/runtime_tools/dbg/ERL-1371/OTP-16930/GH-4396' into maint-21Erlang/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-21Erlang/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-21Erlang/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/21/OTP-17291' into maint-21Erlang/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/OTP-17307' into maint-21Erlang/OTP2021-05-052-6/+74
|\ \ \
| * | | Fix literal collection of messagesRickard Green2021-04-222-6/+74
| | |/ | |/|
* | | Updated OTP versionOTP-21.3.8.22Erlang/OTP2021-03-292-1/+2
* | | Prepare releaseErlang/OTP2021-03-295-4/+58
* | | Merge branch 'hans/ssh/idle_time-bug/OTP-17279' into maint-21Erlang/OTP2021-03-292-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/21/OTP-17253' into mai...Erlang/OTP2021-03-293-6/+67
|\ \ \ \
| * | | | erts: Fix bug in timer wheel at cancel during bump yieldSverker Eriksson2021-03-041-2/+4
| * | | | erts: Tidy up some harmless code typosSverker Eriksson2021-03-041-2/+1
| * | | | 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-21Erlang/OTP2021-03-292-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
| |/ /
* | | Updated OTP versionOTP-21.3.8.21Erlang/OTP2021-02-192-1/+2
* | | Prepare releaseErlang/OTP2021-02-193-2/+39
* | | Merge branch 'bjorn/macos11-otp21/OTP-16779' into maint-21Erlang/OTP2021-02-1912-58/+39
|\ \ \
| * | | inets: Eliminate warnings in C code in testsBjörn Gustavsson2021-02-181-0/+2
| * | | kernel: Eliminate warnings in C code in testsBjörn Gustavsson2021-02-181-0/+4
| * | | erts: Eliminate warnings in C code in testsBjörn Gustavsson2021-02-185-4/+16
| * | | Add missing include statements in in6addr testsTyler Stromberg2021-02-181-0/+2
| * | | Update config scripts to compile for Apple Silicon (arm64)Mark Peek2021-02-183-1/+3
| * | | macOS: Remove version check in configure scriptBjörn Gustavsson2021-02-181-44/+1
| * | | Fix segfault(s) from variadic args on ARM64tehprofessor2021-02-181-9/+9
| * | | Undo perform degradation on macOSBjörn Gustavsson2021-02-181-0/+2
* | | | Merge branch 'rickard/aux-work-fix/OTP-17185' into maint-21Erlang/OTP2021-02-191-13/+16
|\ \ \ \
| * | | | Add missing memory barriers in aux work handlingRickard Green2021-02-101-13/+16
| | |/ / | |/| |