summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Prepare releaseErlang/OTP2023-04-202-1/+59
* Update copyright yearErlang/OTP2023-04-205-5/+5
* Merge branch 'rickard/aliasmonitor-fix/24.3/OTP-18557' into maint-24Erlang/OTP2023-04-204-6/+57
|\
| * [erts] Fix erroneous removal of alias from alias tableRickard Green2023-04-184-6/+57
* | Merge branch 'sverker/dist-entry-bug-node-down/OTP-18243' into maint-24Erlang/OTP2023-04-201-10/+15
|\ \
| * | erts: Fix bug in erts_internal:create_dist_channel/3Sverker Eriksson2022-09-131-10/+14
| * | erts: ASSERT DistEntry.state == CONNECTED in erts_do_net_exitsSverker Eriksson2022-09-131-0/+1
* | | Merge branch 'sverker/24.3.4.9/erts/decode-unsorted-smallmap-in-hashmap/OTP-1...Erlang/OTP2023-04-202-59/+93
|\ \ \
| * \ \ Merge branch 'sverker/23/erts/decode-unsorted-smallmap-in-hashmap/OTP-18343'Sverker Eriksson2023-03-232-59/+93
| |\ \ \
| | * | | erts: Fix bug decoding unsorted flatmaps as keys in hashmapSverker Eriksson2022-11-302-59/+93
* | | | | Merge branch 'rickard/driver-call-callback-fix/24.3.4/OTP-18525' into maint-24Erlang/OTP2023-04-201-16/+28
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rickard/driver-call-callback-fix/23.3.4/OTP-18525' into rickard...Rickard Green2023-03-201-16/+28
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | [erts] Fix error case for driver call callbackRickard Green2023-03-201-16/+28
| | | |/ / | | |/| |
* | | | | Prepare releaseErlang/OTP2023-03-172-1/+17
* | | | | Update copyright yearErlang/OTP2023-03-173-3/+3
* | | | | Merge branch 'rickard/alias-cleanup-fix/24.3/GH-6947/OTP-18496' into maint-24Erlang/OTP2023-03-175-2/+90
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | [erts] Ensure cleanup of alias table on alias destructionRickard Green2023-03-015-2/+90
* | | | Prepare releaseErlang/OTP2023-02-222-1/+25
* | | | Update copyright yearErlang/OTP2023-02-227-7/+7
* | | | Merge branch 'bjorn/erts/max_heap_size/24/OTP-18463' into maint-24Erlang/OTP2023-02-226-1/+136
|\ \ \ \
| * | | | Exit process immediately when the max heap size is exceededBjörn Gustavsson2023-02-146-1/+136
| | |/ / | |/| |
* | | | Merge branch 'rickard/pi-status-fix/OTP-18421' into maint-24Erlang/OTP2023-02-221-3/+8
|\ \ \ \
| * | | | [erts] Fix process_info(Pid, status)Rickard Green2023-01-301-3/+8
| | |_|/ | |/| |
* | | | Merge branch 'sverker/23/fix-cerl-core' into maint-24Erlang/OTP2023-02-221-11/+10
|\ \ \ \
| * | | | erts: Fix cerl options -core and -gdbSverker Eriksson2023-01-261-11/+10
| |/ / /
* | | | Prepare releaseErlang/OTP2023-01-122-1/+24
* | | | Update copyright yearErlang/OTP2023-01-128-8/+8
* | | | Merge branch 'rickard/signal-handling-fix/24.3.4/OTP-18388' into maint-24Erlang/OTP2023-01-125-20/+252
|\ \ \ \
| * | | | [erts] Better testcase for dirty signal handling raceRickard Green2023-01-123-2/+177
| * | | | Merge branch 'rickard/signal-handling-fix/23.3.4/OTP-18388' into rickard/sign...Rickard Green2023-01-103-18/+75
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | [erts] Prevent execution of a process while dirty signal handling is doneRickard Green2023-01-104-16/+65
* | | | | Merge branch 'john/erts/swapout-receive-markers/ERIERL-905/OTP-18383/24' into...Erlang/OTP2023-01-124-5/+57
|\ \ \ \ \
| * | | | | erts: `recv_marker_reserve` needs stack tooJohn Högberg2023-01-091-2/+2
| * | | | | erts: erts_msgq_recv_marker_insert may allocate memoryJohn Högberg2023-01-054-5/+57
| |/ / / /
* | | | | Prepare releaseErlang/OTP2022-12-192-1/+38
* | | | | Update copyright yearErlang/OTP2022-12-194-4/+4
* | | | | Merge branch 'sverker/erts/list_to_atom-negative-code-points/OTP-18321' into ...Erlang/OTP2022-12-192-6/+9
|\ \ \ \ \
| * | | | | erts: Make list_to_atom reject all negative code pointsSverker Eriksson2022-11-142-6/+9
* | | | | | Merge branch 'sverker/24/fix-binary_to_term-integer-overflow-2/OTP-18306/OTP-...Erlang/OTP2022-12-193-51/+87
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'sverker/23/fix-binary_to_term-integer-overflow-2'Sverker Eriksson2022-11-081-10/+12
| |\ \ \ \ \ \
| | * | | | | | dec_term: avoid integer overflow for LIST_EXTMikael Pettersson2022-11-081-10/+12
| * | | | | | | Merge branch 'sverker/23/fix-binary_to_term-integer-overflow' into sverker/24...Sverker Eriksson2022-11-023-41/+75
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | erts: Fix decode of BINARY_EXT and BIT_BINARY_EXT when size >= 2GbMikael Pettersson2022-11-024-43/+79
| | * | | | | erts: Refactor BINARY_OVERFLOW_CHECK into IS_BINARY_SIZE_OKSverker Eriksson2022-11-021-9/+8
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'bmk/kernel/20221027/net_if_names_spec/OTP-18296' into maint-24Erlang/OTP2022-12-192-2/+2
|\ \ \ \ \ \
| * | | | | | [erts|net] Fixed spec for if_namesMicael Karlberg2022-10-312-2/+2
| |/ / / / /
* | | | | | Prepare releaseErlang/OTP2022-10-042-1/+23
* | | | | | Merge branch 'rickard/dist-data-notify-dist-proc-fix/OTP-18258' into maint-24Erlang/OTP2022-10-041-4/+6
|\ \ \ \ \ \
| * | | | | | [erts] Fix dist data notification for distribution processRickard Green2022-09-221-4/+6
* | | | | | | Prepare releaseErlang/OTP2022-09-132-1/+19