aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
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
2017-03-13erts: Fix os_signal_SUITE testBjörn-Egil Dahlberg
2017-03-10Update preloaded modulesRickard Green
2017-03-10Update copyright yearRickard Green
2017-03-09Merge branch 'siri/typer/remove-application/OTP-14251'Siri Hansen
2017-03-08erts: Mark latin1 atom encoding as deprecatedSverker Eriksson
2017-03-08erts: Do not generate atoms on old latin1 external formatSverker Eriksson
2017-03-08erts: Fix faulty ASSERT for failed dec_termSverker Eriksson
2017-03-08Remove typer applicationSiri Hansen
2017-03-08Update preloadedHans Bolinder
2017-03-08erts: Fix handling of locations and annotationsHans Bolinder
2017-03-08erts: Correct the documentation of abstract end-of-fileHans Bolinder