summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_monitor_link.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-05-151-1/+1
* Merge branch 'maint'Rickard Green2023-04-241-6/+16
|\
| * [erts] Fix debug functionalty for monitors/linksRickard Green2023-04-121-6/+16
| * Update copyright yearErlang/OTP2023-03-061-1/+1
| * Merge branch 'rickard/alias-cleanup-fix/24.3/GH-6947/OTP-18496' into rickard/...Rickard Green2023-03-011-0/+10
| |\ |/ /
| * [erts] Ensure cleanup of alias table on alias destructionRickard Green2023-03-011-0/+10
* | Merge branch 'maint-24' into maintLars Thorsen2022-08-181-1/+1
|\ \
| * | Update copyright yearErlang/OTP2022-08-171-1/+1
* | | Merge branch 'rickard/monitor-3-noproc-fix/24.3.4/GH-6185/OTP-18190' into ric...Rickard Green2022-08-121-1/+4
|\ \ \ | |/ /
| * | [erts] Fix immediate noproc scenarios of erlang:monitor/3 BIFRickard Green2022-08-121-1/+4
| |/
* | Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\ \ | |/
| * Update copyright yearRickard Green2021-12-131-1/+1
* | Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-1/+1
* | erts: Remove creation 0 as wildcardSverker Eriksson2021-11-041-2/+1
|/
* Fix storage of tags in monitorsRickard Green2021-09-231-13/+15
* Merge branch 'rickard/link-protocol-fix/OTP-17127' into rickard/link-protocol...Rickard Green2021-03-101-118/+111
|\
| * erts: Fix link protocol inconsistency bug in distributed caseRickard Green2021-03-101-0/+1
| * erts: Adjust link structure in distributed caseRickard Green2021-03-011-91/+59
| * erts: Fix link protocol inconsistency bug in node local caseRickard Green2021-03-011-8/+9
| * erts: Split link structure in node local caseRickard Green2021-03-011-70/+94
* | Merge branch 'rickard/alias/OTP-16718' into rickard/alias/master/OTP-16718Rickard Green2020-11-121-67/+188
|\ \
| * | User defined tag in monitor messagesRickard Green2020-11-121-22/+86
| * | Introduce aliases for processesRickard Green2020-11-121-40/+91
| * | Introduce internal references containing pid of creatorRickard Green2020-11-031-11/+17
* | | Merge branch 'maint'Sverker Eriksson2020-10-281-2/+18
|\ \ \ | | |/ | |/|
| * | Merge 'sverker/22/dist-lock-bug/ERL-1337/OTP-16869'Sverker Eriksson2020-10-261-2/+18
| |\ \ | | |/ | |/|
| | * Merge 'sverker/21/dist-lock-bug/ERL-1337/OTP-16869'Sverker Eriksson2020-10-261-2/+18
| | |\
| | | * erts: Fix race on ErtsMonLnkDist in erts_net_messageSverker Eriksson2020-10-231-2/+18
* | | | erts: Accept 64-bit external pidsSverker Eriksson2020-08-121-4/+4
|/ / /
* | | Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\ \ \ | |/ /
| * | Update copyright yearRickard Green2020-03-131-1/+1
* | | Distributed spawn improvementsRickard Green2019-12-181-8/+87
|/ /
* | Fix node refc test for free processes hanging aroundRickard Green2019-07-221-0/+49
* | erts: Fix so that externals with creation 0 compare equal to allLukas Larsson2019-02-221-1/+2
* | erts: Refactor rbt _yielding to use reductionsLukas Larsson2019-02-051-66/+62
|/
* New process suspend implementation based on async signalingRickard Green2018-05-161-56/+41
* Implementation of true asynchronous signaling between processesRickard Green2018-03-211-0/+1341