summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated OTP versionOTP-22.3.4.22Erlang/OTP2021-10-182-1/+2
* Prepare releaseErlang/OTP2021-10-185-13/+116
* Merge branch 'kjell/erts/heap_factory/fix_undo_bug/OTP-17677' into maint-22Erlang/OTP2021-10-182-4/+36
|\
| * erts_factory_undo: fix main heap not reset correctly bugKjell Winblad2021-10-062-4/+36
* | Merge branch 'hans/ssh/gen_tcp_connect_timeout_22/ERIERL-706/OTP-17707' into ...Erlang/OTP2021-10-183-15/+37
|\ \
| * | ssh: Test fixesHans Nilsson2021-10-141-1/+2
| * | ssh: Use connect_timeout as default for negotiation timeout instead of infinityHans Nilsson2021-10-143-14/+35
* | | Merge branch 'sverker/22/copy-shared-magic-ref/OTP-17700' into maint-22Erlang/OTP2021-10-183-19/+33
|\ \ \
| * \ \ Merge 'sverker/21/copy-shared-magic-ref/OTP-17700'Sverker Eriksson2021-10-143-19/+33
| |\ \ \
| | * | | erts: Fix bug in copy_shared_perform for magic refsSverker Eriksson2021-10-143-19/+33
* | | | | Merge branch 'rickard/receive-bad-timeout-fix/OTP-17651' into maint-22Erlang/OTP2021-10-182-2/+32
|\ \ \ \ \
| * | | | | Restore save pointer on bad timeout value in receiveRickard Green2021-09-272-2/+32
* | | | | | Merge branch 'rickard/port-sig-fix/OTP-17642' into maint-22Erlang/OTP2021-10-183-25/+394
|\ \ \ \ \ \
| * | | | | | Fix race between exiting port and signal handlingRickard Green2021-09-293-25/+394
* | | | | | | Merge branch 'rickard/async-port-close-fix/OTP-17665' into maint-22Erlang/OTP2021-10-181-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix handling asynchronous port closeRickard Green2021-09-291-1/+1
| |/ / / / /
* | | | | | Merge branch 'rickard/pi-status/OTP-17628' into maint-22Erlang/OTP2021-10-184-11/+87
|\ \ \ \ \ \
| * | | | | | Fix process_info(_, status) from other process with other prioRickard Green2021-09-114-11/+87
* | | | | | | Merge branch 'bjorn/erts/fix-map-decoding/OTP-17604' into maint-22Erlang/OTP2021-10-181-0/+6
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Protect binary_to_term/1 against bad binaries on 32-bit systemsBjörn Gustavsson2021-09-061-0/+7
| | |/ / / / | |/| | | |
* | | | | | Updated OTP versionOTP-22.3.4.21Erlang/OTP2021-09-022-1/+2
* | | | | | Prepare releaseErlang/OTP2021-09-027-7/+142
* | | | | | Merge branch 'bjorn/erts/fix-map-decoding/OTP-17594' into maint-22Erlang/OTP2021-09-022-1/+20
|\ \ \ \ \ \
| * | | | | | Make binary_to_term/1 more resilent against bad binariesBjörn Gustavsson2021-09-012-1/+20
| |/ / / / /
* | | | | | Merge branch 'lukas/erts/fix-convert-subbin-bugs/OTP-17585' into maint-22Erlang/OTP2021-09-021-2/+5
|\ \ \ \ \ \
| * | | | | | erts: Make re copy small subbinariesLukas Larsson2021-08-311-2/+5
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'lukas/erts/fix-erl_tracer-use-after-free/PR-4940/OTP-17568' int...Erlang/OTP2021-09-026-14/+63
|\ \ \ \ \ \
| * | | | | | erts: Fix use after free for ErtsTracerNif*Lukas Larsson2021-06-076-12/+61
| |/ / / / /
* | | | | | Merge branch 'lukas/erts/fix-ttysl-memcpy-buffer-overwrite/GH-5116/OTP-17560'...Erlang/OTP2021-09-021-1/+1
|\ \ \ \ \ \
| * | | | | | erts: Fix memcpy buffer overwriteLukas Larsson2021-08-171-1/+1
| |/ / / / /
* | | | | | Merge branch 'lukas/add-github-actions' into maint-22Erlang/OTP2021-09-021-3/+5
|\ \ \ \ \ \
| * | | | | | gh-actions: Pin debian version to bullseyeLukas Larsson2021-08-171-3/+3
| * | | | | | gh-actions: Fix libaspell crossenv installLukas Larsson2021-08-101-1/+1
| * | | | | | Backport github dockerfile changes bf48282 and e4c3fcfLukas Larsson2021-08-101-1/+3
* | | | | | | Merge branch 'hasse/stdlib/chars_limit_fix/GH-5053/OTP-17525' into maint-22Erlang/OTP2021-09-022-3/+30
|\ \ \ \ \ \ \
| * | | | | | | stdlib: Fix a concerning io_lib option 'chars_limit'Hans Bolinder2021-07-152-3/+31
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'sverker/22/dist-auto-connect-crash/GH-4964/OTP-17513' into main...Erlang/OTP2021-09-023-4/+62
|\ \ \ \ \ \ \
| * | | | | | | erts: Fix write-after-free bug for DistEntry (AGAIN)Sverker Eriksson2021-07-023-4/+62
| |/ / / / / /
* | | | | | | Merge branch 'sverker/net_kernel-hang/GH-4931/OTP-17476' into maint-22Erlang/OTP2021-09-021-6/+11
|\ \ \ \ \ \ \
| * | | | | | | kernel: Fix hanging net_kernelSverker Eriksson2021-06-071-6/+11
| |/ / / / / /
* | | | | | | Merge branch 'rickard/monotonic-hrtime/22/OTP-17493' into maint-22Erlang/OTP2021-09-022-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Update configure scriptsRickard Green2021-06-181-1/+1
| * | | | | | | Merge branch 'rickard/monotonic-hrtime/OTP-17493' into rickard/monotonic-hrti...Rickard Green2021-06-181-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix monotonic hrtime configure testRickard Green2021-06-141-1/+1
| | |/ / / / / /
* | | | | | | | Merge branch 'rickard/schedulers-online-fix/GH-4809/OTP-17500' into maint-22Erlang/OTP2021-09-022-16/+95
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix erlang:system_flag(schedulers_online, _)Rickard Green2021-06-192-16/+95
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'bjorn/erts/backport-zlib-fix/ERIERL-657/OTP-17470' into maint-22Erlang/OTP2021-09-022-2/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | zlib: Fix edge case in state flushingJohn Högberg2021-06-012-2/+22
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'rickard/cancel_timer_no_info_fix/OTP-17472' into maint-22Erlang/OTP2021-09-022-7/+66
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix erlang:cancel_timer(_, [{info, false}])Rickard Green2021-06-032-7/+66
| |/ / / / / /