summaryrefslogtreecommitdiff
path: root/erts/emulator/beam
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-04-204-4/+4
* Merge branch 'rickard/aliasmonitor-fix/24.3/OTP-18557' into maint-24Erlang/OTP2023-04-203-5/+8
|\
| * [erts] Fix erroneous removal of alias from alias tableRickard Green2023-04-183-5/+8
* | 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-201-59/+61
|\ \ \
| * \ \ Merge branch 'sverker/23/erts/decode-unsorted-smallmap-in-hashmap/OTP-18343'Sverker Eriksson2023-03-231-59/+61
| |\ \ \
| | * | | erts: Fix bug decoding unsorted flatmaps as keys in hashmapSverker Eriksson2022-11-301-59/+61
* | | | | 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
| | | |/ / | | |/| |
* | | | | 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-174-1/+42
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | [erts] Ensure cleanup of alias table on alias destructionRickard Green2023-03-014-1/+42
* | | | Update copyright yearErlang/OTP2023-02-225-5/+5
* | | | Merge branch 'bjorn/erts/max_heap_size/24/OTP-18463' into maint-24Erlang/OTP2023-02-225-1/+29
|\ \ \ \
| * | | | Exit process immediately when the max heap size is exceededBjörn Gustavsson2023-02-145-1/+29
| | |/ / | |/| |
* | | | 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
| | |_|/ | |/| |
* | | | Update copyright yearErlang/OTP2023-01-126-6/+6
* | | | Merge branch 'rickard/signal-handling-fix/24.3.4/OTP-18388' into maint-24Erlang/OTP2023-01-124-19/+136
|\ \ \ \
| * | | | [erts] Better testcase for dirty signal handling raceRickard Green2023-01-122-1/+61
| * | | | 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-123-2/+13
|\ \ \ \ \
| * | | | | 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-053-2/+13
| |/ / / /
* | | | | Update copyright yearErlang/OTP2022-12-192-2/+2
* | | | | Merge branch 'sverker/erts/list_to_atom-negative-code-points/OTP-18321' into ...Erlang/OTP2022-12-191-6/+6
|\ \ \ \ \
| * | | | | erts: Make list_to_atom reject all negative code pointsSverker Eriksson2022-11-141-6/+6
* | | | | | Merge branch 'sverker/24/fix-binary_to_term-integer-overflow-2/OTP-18306/OTP-...Erlang/OTP2022-12-192-51/+68
|\ \ \ \ \ \
| * \ \ \ \ \ 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-022-41/+56
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | / / / / | | |_|/ / / / | |/| | | | |
| | * | | | | erts: Fix decode of BINARY_EXT and BIT_BINARY_EXT when size >= 2GbMikael Pettersson2022-11-023-43/+60
| | * | | | | erts: Refactor BINARY_OVERFLOW_CHECK into IS_BINARY_SIZE_OKSverker Eriksson2022-11-021-9/+8
| | | |_|/ / | | |/| | |
* | | | | | 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
* | | | | | | Update copyright yearErlang/OTP2022-09-131-1/+1
* | | | | | | Merge branch 'lukas/erts/fix-large-read-write-macOS/OTP-18222' into maint-24Erlang/OTP2022-09-131-1/+1
|\ \ \ \ \ \ \
| * | | | | | | erts: Fix iovec calculationLukas Larsson2022-09-011-1/+1
| | |_|/ / / / | |/| | | | |
* | | | | | | Update copyright yearErlang/OTP2022-08-261-1/+1
* | | | | | | Merge branch 'sverker/erts/ets-info-busy-tab/ERIERL-855/OTP-18218' into maint-24Erlang/OTP2022-08-261-15/+16
|\ \ \ \ \ \ \
| * | | | | | | erts: Fix ets table lookup of deleted table for F_ETS_SUPER_USERSverker Eriksson2022-08-251-1/+2
| * | | | | | | erts: Fix ets:info/whereis while table is busy trappingSverker Eriksson2022-08-251-14/+14
| | |_|/ / / / | |/| | | | |
* | | | | | | Update copyright yearErlang/OTP2022-08-1710-10/+10
* | | | | | | Merge branch 'rickard/fix-alloc-assert' into maint-24Erlang/OTP2022-08-171-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [erts] Fix fault assert in erl_alloc_util.cRickard Green2022-08-171-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'rickard/native_time_unit_fix/GH-6165/OTP-18197' into maint-24Erlang/OTP2022-08-171-0/+4
|\ \ \ \ \ \ \