summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* erts: Fix bug in quick allocSverker Eriksson2017-06-301-1/+1
* Prepare releaseErlang/OTP2016-03-142-1/+187
* Update preloaded modulesLars Thorsen2016-03-1110-0/+0
* erts: Fix wobbling tests in nif_SUITESverker Eriksson2016-03-091-1/+3
* erts: Fix alloc_SUITE:rbtree and migration for win64Sverker Eriksson2016-03-081-1/+1
* test: do not divide by zeroDan Gudmundsson2016-03-082-3/+3
* Merge branch 'ia/msantos/unsupported-protocols' into maintIngela Anderton Andin2016-03-021-5/+4
|\
| * Skips any sockets with unsupported protocols.Ingela Anderton Andin2016-03-021-5/+4
* | Merge branch 'sverk/halt-INT_MIN' into maintSverker Eriksson2016-03-0174-338/+350
|\ \ | |/ |/|
| * erts: Make erlang:halt() accept bignums as StatusSverker Eriksson2016-02-244-7/+35
| * erts: Change erl_exit into erts_exitSverker Eriksson2016-02-2471-333/+317
* | Merge branch 'msantos/epmd-IPv6-node-reg2/PR-864/OTP-13364' into maintIngela Anderton Andin2016-03-018-93/+262
|\ \
| * | epmd: support IPv6 node registrationMichael Santos2016-02-108-93/+262
* | | Merge branch 'egil/heart-callback/OTP-13250' into maintBjörn-Egil Dahlberg2016-02-259-4/+138
|\ \ \
| * | | Update preloaded erts_internal.beamBjörn-Egil Dahlberg2016-02-161-0/+0
| * | | heart: Remove dead codeBjörn-Egil Dahlberg2016-02-161-4/+0
| * | | erts: Add BIF erts_internal:system_check/1Björn-Egil Dahlberg2016-02-167-0/+138
| |/ /
* | | Merge branch 'rickard/proc-not-running/OTP-13365' into maintRickard Green2016-02-241-31/+71
|\ \ \
| * | | Do not wait for main lock when looking up process not runningRickard Green2016-02-231-31/+71
* | | | Update preloaded moduleHans Bolinder2016-02-241-0/+0
* | | | typosSverker Eriksson2016-02-231-1/+1
|/ / /
* | | Merge branch 'rickard/dw-cmpxchg-clang/OTP-13336' into maintRickard Green2016-02-222-32/+49
|\ \ \
| * | | Improve cmpxchg8b/cmpxchg16b inline asmRickard Green2016-02-182-32/+49
* | | | Merge branch 'rickard/gcc5-pic-cmpxchg8b/OTP-13326' into maintRickard Green2016-02-223-29/+135
|\ \ \ \ | |/ / /
| * | | Improve cmpxchg8b inline asm configure testRickard Green2016-02-173-29/+135
* | | | Merge branch 'sverk/proc-lock-check-fix' into maintSverker Eriksson2016-02-221-3/+4
|\ \ \ \
| * | | | erts: Fix lock checker for process locksSverker Eriksson2016-02-181-3/+4
| |/ / /
* | | | Fix a few dialyzer warningsHans Bolinder2016-02-221-1/+2
* | | | Merge branch 'rickard/rq-state-bug/OTP-13298' into maintRickard Green2016-02-191-1/+1
|\ \ \ \
| * | | | Fix bug causing run-queue mask to become inconsistentRickard Green2016-02-041-1/+1
* | | | | Merge branch 'sverk/nif-test-cuddle' into maintSverker Eriksson2016-02-181-1/+0
|\ \ \ \ \
| * | | | | erts: Fix wobbling test failure in nif_SUITESverker Eriksson2016-02-121-1/+0
| | |_|/ / | |/| | |
* | | | | Merge branch 'msantos/ms/typo-windows-build-script' into maintHenrik Nord2016-02-182-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typo in Windows build scriptsMichael Santos2016-01-202-2/+2
* | | | | Merge branch 'sverk/hipe-line-table-bug/OTP-13282' into maintSverker Eriksson2016-02-081-0/+1
|\ \ \ \ \
| * | | | | erts: Fix bug concerning line information for hipe modulesSverker Eriksson2016-01-281-0/+1
* | | | | | Merge branch 'sverk/proc-exiting-timer-race/OTP-13245' into maintSverker Eriksson2016-02-081-0/+2
|\ \ \ \ \ \
| * | | | | | erts: Fix race between receive timeout and exit signalSverker Eriksson2016-01-181-0/+2
| |/ / / / /
* | | | | | Merge branch 'binarin/epmd-race' into maintZandra2016-02-042-7/+52
|\ \ \ \ \ \
| * | | | | | Prevent down nodes going undetected in epmdAlexey Lebedeff2015-12-152-7/+52
* | | | | | | Merge branch 'lukas/erts/enomem_no_abort/OTP-13292' into maintLukas Larsson2016-02-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | erts: When erts_alloc fails, the emulator no longer abortsLukas Larsson2016-01-271-1/+1
* | | | | | | | Merge branch 'rickard/monotonic-time-improvements/OTP-13222' into maintRickard Green2016-02-024-9/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Use nano second time unit in tracingRickard Green2016-02-024-9/+12
* | | | | | | | | Merge branch 'margnus1/bs_unit_fix' into maintZandra2016-02-027-8/+53
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hipe: Fix signed compares of unsigned sizesMagnus Lång2015-12-021-2/+2
| * | | | | | | | | beam: Fix overflow bug in i_bs_add_jIdMagnus Lång2015-12-022-3/+17
| * | | | | | | | | Add missing corner-case to bs_construct_SUITEMagnus Lång2015-11-271-4/+18
| * | | | | | | | | hipe: test unit size match in bs_appendMagnus Lång2015-11-275-1/+18
* | | | | | | | | | Merge branch 'rickard/rq-len/OTP-13201' into maintRickard Green2016-02-021-0/+4
|\ \ \ \ \ \ \ \ \ \