summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/atom.names
Commit message (Expand)AuthorAgeFilesLines
* [erts] Support for truly asynchronous distributed signalingRickard Green2023-01-171-0/+1
* Merge PR-6338 into maint OTP-18283Sverker Eriksson2022-10-131-0/+1
|\
| * ets: improve ets:new/2 already_exists named_table errorGonzalo Bella2022-09-301-0/+1
* | [erts] Yield when adjusting large message queuesRickard Green2022-07-131-0/+1
|/
* Merge branch 'rickard/global-fixes/25.0/OTP-17934' into maintRickard Green2022-05-311-0/+1
|\
| * Merge branch 'rickard/global-fixes/24.3.3/OTP-17934' into rickard/global-fixe...Rickard Green2022-05-251-0/+1
| |\
| | * Merge branch 'rickard/global-fixes/23.3.4/OTP-17934' into rickard/global-fixe...Rickard Green2022-05-251-0/+1
| | |\
| | | * Merge branch 'rickard/global-fixes/22.3.4/OTP-17934' into rickard/global-fixe...Rickard Green2022-05-251-0/+1
| | | |\
| | | | * [erts,kernel] Connection ID informationRickard Green2022-05-031-0/+1
| | * | | Update copyright yearErlang/OTP2022-03-091-1/+1
* | | | | [erts] Dynamic node name alive fixesRickard Green2022-05-311-0/+1
|/ / / /
* | | | [erts] Expose parent process via process_info(_, parent)Maxim Fedorov2022-03-211-1/+2
* | | | Merge pull request #5746 from jhogberg/john/erts/fix-parallel-monitor-signal-...John Högberg2022-03-111-0/+1
|\ \ \ \
| * | | | erts: Fix parallel signal optimizationJohn Högberg2022-03-081-0/+1
* | | | | Merge branch 'maint'Sverker Eriksson2022-02-281-0/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | erts: Unwrap supervised shutdown reasons for distr controllerSverker Eriksson2022-02-281-0/+1
* | | | Update copyright yearErlang/OTP2022-02-151-1/+1
* | | | Provide more information for failed record operationsBjörn Gustavsson2022-02-091-1/+2
* | | | compiler: Embed known targets in call_fun2 instructionsJohn Högberg2022-01-111-0/+1
* | | | Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\ \ \ \ | |/ / /
| * | | Update copyright yearRickard Green2021-12-131-1/+1
* | | | Merge branch 'maint'Rickard Green2021-12-071-0/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'rickard/outstanding-cpc-cla-limit/23.3.4/OTP-17796' into rickar...Rickard Green2021-12-061-0/+1
| |\ \ \
| | * \ \ Merge branch 'rickard/outstanding-cpc-cla-limit/22.3.4/OTP-17796' into rickar...Rickard Green2021-12-061-0/+1
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Introduce outstanding requests limit for system processesRickard Green2021-12-061-0/+1
* | | | | Merge branch 'sidkshatriya/add-caller-line-info-for-tracing/OTP-17753'Lukas Larsson2021-11-161-0/+1
|\ \ \ \ \
| * | | | | Tracing: Add new option `caller_line` for fun match spec bodySidharth Kshatriya2021-10-291-0/+1
* | | | | | Merge pull request #5208 from kjellwinblad/kjell/stdlib/ets/configurable_lock...Kjell Winblad2021-11-121-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ETS {write_concurrency, auto} fixes and remove {write_concurrency, N}Kjell Winblad2021-10-191-1/+2
| * | | | | Add {write_concurrency, auto} option to ETS tablesKjell Winblad2021-09-171-1/+2
* | | | | | Implement the bs_create_bin instructionBjörn Gustavsson2021-10-191-1/+6
|/ / / / /
* | | | | Merge branch 'maint'Björn Gustavsson2021-09-061-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Ensure reproducible builds of Erlang codeBjörn Gustavsson2021-09-021-0/+1
* | | | | add option short to float_to_*/2 bifsThomas Depierre2021-07-151-0/+1
* | | | | erts: Refactor and rename beam_apply/error_action_codeJohn Högberg2021-05-241-0/+2
|/ / / /
* | | | Merge branch 'rickard/signal-order-fix/23/OTP-17291' into rickard/signal-orde...Rickard Green2021-04-221-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'rickard/signal-order-fix/22/OTP-17291' into rickard/signal-orde...Rickard Green2021-04-221-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'rickard/signal-order-fix/OTP-17291' into rickard/signal-order-f...Rickard Green2021-04-221-0/+3
| | |\ \ | | | |/ | | |/|
| | | * Ensure reply signals from ports respect signal orderRickard Green2021-04-221-0/+1
| | | * Ensure GC and CPC signals respect signal orderRickard Green2021-04-211-0/+2
* | | | erts: Add new enif_select_errorSverker Eriksson2021-02-191-0/+1
* | | | maps: Add extended error information for all BIFsBjörn Gustavsson2021-01-151-0/+1
* | | | Remove unused atom from ertsLukas Larsson2021-01-071-1/+0
* | | | Implement EEP-54 (extended error information)Björn Gustavsson2020-12-021-1/+10
* | | | Merge branch 'rickard/alias/master/OTP-16718'Rickard Green2020-11-121-0/+5
|\ \ \ \
| * \ \ \ Merge branch 'rickard/alias/OTP-16718' into rickard/alias/master/OTP-16718Rickard Green2020-11-121-0/+5
| |\ \ \ \
| | * | | | User defined tag in monitor messagesRickard Green2020-11-121-0/+1
| | * | | | Introduce aliases for processesRickard Green2020-11-121-0/+4
| | |/ / /
* | | | | otp: Remove all purify supportSverker Eriksson2020-11-091-2/+0
* | | | | otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-1/+0
|/ / / /