aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2017-03-28Merge branch 'lukas/erts/fix_enif_inspect_binary_emasculate/OTP-14304'Lukas Larsson
2017-03-28erts: Print more complex terms in crash reasonLukas Larsson
2017-03-27Merge branch 'sverker/make-config-dep'Sverker Eriksson
2017-03-27Make hipe_bifs:alloc_data/3 pad addr to alignmentMagnus Lång
2017-03-24Fix double hit bug of select/3 with bound keySverker Eriksson
2017-03-24Fix dirty scheduler type testsRickard Green
2017-03-24Add node_container_SUITE specRickard Green
2017-03-24compiler: Add is_tagged_tuple instructionBjörn-Egil Dahlberg
2017-03-23Merge branch 'egil/erts/fix-no-thread-signal-service'Björn-Egil Dahlberg
2017-03-23Remove redundant variable initializationsGuilherme Andrade
2017-03-22Use ETS table id references on select_replaceGuilherme Andrade
2017-03-22erts: Optimize ets:select_replace to not use heapSverker Eriksson
2017-03-22erts: Fix benign bug in match spec machineSverker Eriksson
2017-03-22Cleanup some unnecessary variable initializationSverker Eriksson
2017-03-22Add more complete key-safety checkSverker Eriksson
2017-03-22Fix typo that broke debug buildsGuilherme Andrade
2017-03-22Reject unsafe matchspecs on ets:select_replace/2Guilherme Andrade
2017-03-22Use magic refs on revamped ETS codeGuilherme Andrade
2017-03-22Deduplicate select* code on ETS hash tablesGuilherme Andrade
2017-03-22Disable ets:select_replace/2 for bagsGuilherme Andrade
2017-03-22ETS: Allow for matchspec-based replacementGuilherme Andrade
2017-03-22This patch fixes the issue in which erlang fails to startDeepak Goel
2017-03-22Merge branch 'sverker/ets-table-identifiers/OTP-14094'Sverker Eriksson
2017-03-22erts: Improve reduction count during table cleanupSverker Eriksson
2017-03-22erts: Cleanup table status bitsSverker Eriksson
2017-03-22erts: Remove now redundant 'id' from DbTableCommonRickard Green
2017-03-22erts: Remove meta_main_tabSverker Eriksson
2017-03-22erts: Pass tid argument down to trapping functionsSverker Eriksson
2017-03-22erts: Print table id as ref in crashdump and break menuSverker Eriksson
2017-03-22erts: Replace meta_pid_to{_fixed}_tab with linked listsSverker Eriksson
2017-03-22erts: Correct erl_rbtree comments about yieldingSverker Eriksson
2017-03-22erts: Add ERTS_RBT_YIELD_STAT_INIT to erl_rbtreeSverker Eriksson
2017-03-22Fix node_container_SUITERickard Green
2017-03-22list_to_ref/1Rickard Green
2017-03-22erts: Don't allocate memory during signal handlingBjörn-Egil Dahlberg
2017-03-21erts: Make sigterm signal safe for non-smp beamBjörn-Egil Dahlberg
2017-03-20erts: Make generated files depend on MakefileSverker Eriksson
2017-03-20Fix type of MAKE_HASHRickard Green
2017-03-20erts: Fix erl_async include files for no-threadsBjörn-Egil Dahlberg
2017-03-17Fix scheduler_SUITE:update_cpu_info test-caseRickard Green
2017-03-17erts: Change HIPE allocations from sys_allocSverker Eriksson
2017-03-16Improve no-pie solution from bug report ERL-294Karol Ostrovsky
2017-03-16Merge pull request #1375 from lrascao/fix/sbct_docLukas Larsson
2017-03-15Merge branch 'egil/sigterm-fixup'Björn-Egil Dahlberg
2017-03-14Merge branch 'maint'Rickard Green
2017-03-14Prepare releaseErlang/OTP
2017-03-14Merge branch 'hasse/fix_erl_anno_use'Hans Bolinder
2017-03-14Fix sbct documentationLuis Rascao
2017-03-14erts: Remove fun_r13_SUITESverker Eriksson
2017-03-14erts: Fix signal pipeBjörn-Egil Dahlberg