summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redirect system_flag(scheduler_wall_time,_) to kernel_refcRickard Green2017-12-1910-53/+77
* kernel: add a resource reference counterDan Gudmundsson2017-12-015-4/+218
* Merge branch 'maint'Lukas Larsson2017-11-204-11/+37
|\
| * Merge branch 'lukas/compiler/add_to_dis/OTP-14784' into maintLukas Larsson2017-11-204-11/+37
| |\
| | * compiler: Add +to_dis option that dumps loaded asmLukas Larsson2017-11-204-11/+37
* | | Merge branch 'maint'Lukas Larsson2017-11-2030-110/+88
|\ \ \ | |/ /
| * | Merge branch 'lukas/docs/xmllint_fixes/OTP-14721' into maintLukas Larsson2017-11-2030-110/+88
| |\ \
| | * | ssl/ssh: Remove/ignore unused XML_FILES doc filesLukas Larsson2017-11-203-61/+1
| | * | Refactor xmllint check and make it fail on failureLukas Larsson2017-10-3122-41/+62
| | * | Add toplevel xmllint make targetLukas Larsson2017-10-318-9/+26
| | |/
* | | Merge branch 'bjorn/make_port/OTP-14704'Björn Gustavsson2017-11-205-5/+14
|\ \ \
| * | | Avoid using the efile driver in test suitesBjörn Gustavsson2017-11-175-5/+14
* | | | Merge branch 'lukas/stdlib/maps_iterators/OTP-14012'Lukas Larsson2017-11-2035-239/+699
|\ \ \ \ | |/ / / |/| | |
| * | | erts: Limit size of first iterator for hashmapsLukas Larsson2017-11-201-20/+33
| * | | Update primary bootstrapLukas Larsson2017-11-203-1/+1
| * | | Update preloaded modulesLukas Larsson2017-11-2014-0/+0
| * | | erts: Remove erts_internal:maps_to_list/2Lukas Larsson2017-11-205-83/+1
| * | | stdlib: Make io_lib and io_lib_pretty use maps iteratorLukas Larsson2017-11-205-4/+25
| * | | erts: Implement batching maps:iteratorLukas Larsson2017-11-2011-343/+282
| * | | erts: Implement maps path iteratorLukas Larsson2017-10-1310-105/+553
| * | | erts: Implement map iterator using a stackLukas Larsson2017-10-134-5/+84
| * | | stdlib: Introduce maps iterator APILukas Larsson2017-10-131-14/+62
* | | | Merge branch 'sverker/async-auto-connect/OTP-14370'Sverker Eriksson2017-11-1730-1086/+1746
|\ \ \ \
| * | | | Move new|abort_connection_id to erts_internalSverker Eriksson2017-11-157-28/+28
| * | | | Refactor erts_dsig_prepare argument dep(p)Sverker Eriksson2017-11-155-36/+29
| * | | | Cleanup net_kernelSverker Eriksson2017-11-152-32/+23
| * | | | Improve connection abortingSverker Eriksson2017-11-153-54/+101
| * | | | Abort all pending connections if net_kernel terminatesSverker Eriksson2017-11-151-23/+43
| * | | | erts: Put pending DistrEntry in separate listSverker Eriksson2017-11-153-47/+113
| * | | | Refactor auto_connect into an outline functionSverker Eriksson2017-11-152-59/+75
| * | | | Remove unused ERTS_DSP_RWLOCKSverker Eriksson2017-11-151-14/+5
| * | | | fix erlang specs and preloadedSverker Eriksson2017-11-152-4/+5
| * | | | erts: Keep magic ref to DistEntry in net_kernelSverker Eriksson2017-11-155-37/+57
| * | | | Allow DistEntries in ETSSverker Eriksson2017-11-151-3/+15
| * | | | Remove faulty assertSverker Eriksson2017-11-151-5/+0
| * | | | erts: Transcode tuple fallbacksSverker Eriksson2017-11-156-106/+289
| * | | | erts: Ensure enc_term_int() always do progressSverker Eriksson2017-11-151-7/+3
| * | | | erl_interface: Add tuple fallback testsSverker Eriksson2017-11-151-24/+21
| * | | | erl_interface: Refactor ei_accept_SUITESverker Eriksson2017-11-152-5/+37
| * | | | Add optimistic DFLAG_DIST_HOPEFULLY for pending connectionsSverker Eriksson2017-11-155-8/+62
| * | | | erts: Fix auto-connect toward erl_interface/jinterfaceSverker Eriksson2017-11-155-46/+66
| * | | | erts: Let send(_,_,[noconnect]) enqueue msg on pending connection.Sverker Eriksson2017-11-151-3/+2
| * | | | Remove obsolete erlang:dgroup_leaderSverker Eriksson2017-11-155-18/+1
| * | | | Remove obsolete erlang:dexit/2Sverker Eriksson2017-11-155-17/+2
| * | | | Remove obsolete erlang:dlink/1, dunlink/1 and dist_exit/3Sverker Eriksson2017-11-157-129/+2
| * | | | Remove obsolete erlang:dsendSverker Eriksson2017-11-155-48/+3
| * | | | erts: Async auto-connect for monitor/2Sverker Eriksson2017-11-152-34/+10
| * | | | erts: Async auto-connect for group_leader/2Sverker Eriksson2017-11-152-3/+53
| * | | | erts: Async auto-connect for monitor_nodeSverker Eriksson2017-11-154-73/+98
| * | | | erts: Introduce asynchronous auto-connectSverker Eriksson2017-11-1513-216/+648