aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db.c
AgeCommit message (Expand)Author
2015-03-12Create new BIF ets:update_counter/4Anthony Ramine
2014-12-19Merge branch 'lukas/erts/crashdump_improvements/OTP-12377'Lukas Larsson
2014-12-19ets: Increase data available in crash dumps and ets:infoLukas Larsson
2014-05-30Implement ets:take/2Anthony Ramine
2014-04-29Fix race between ETS table deletion and unfixationSverker Eriksson
2014-02-19erts: Fix race bug in ets:all/0Sverker Eriksson
2013-09-30erts: Refactor the ASSERT macroSverker Eriksson
2013-09-24add system_info(ets_limit)Steve Vinoski
2013-04-03Be less eager requesting wakeup for cleanup jobsRickard Green
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson
2013-01-16UTF-8 support for distributionRickard Green
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-11-16Merge branch 'maint'Rickard Green
2012-11-06Fix erlang:memory(ets)Rickard Green
2012-08-03Merge branch 'rickard/tab-unref-thr-prgr/OTP-10167'Rickard Green
2012-08-02Use thread progress instead of scheduling misc aux work were possibleRickard Green
2012-04-27Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green
2012-04-16Optimize process table accessRickard Green
2012-02-21erts: Refactor new helper function erts_init_trap_exportSverker Eriksson
2012-02-19Misc memory barrier fixesRickard Green
2011-12-02Get cerl and distribution working in Win64Patrik Nyblom
2011-11-16Remove remaining gcc 4.6 assigned-but-not-used warnings from ertsPatrik Nyblom
2011-11-13Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-11-13Use generic lock-free queue for misc aux workRickard Green
2011-11-09Merge branch 'sverk/bif-args/OTP-9662'Sverker Eriksson
2011-11-07erts: Remove debug variables in erl_dbBjörn-Egil Dahlberg
2011-10-26Use the proper macros in all BIFsBjörn Gustavsson
2011-10-14Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green
2011-09-16Merge branch 'dev' into majorBjörn-Egil Dahlberg
2011-09-12Cleanup ETS bif's in hipe:erl_bif_types.erl (for dialyzer)Patrik Nyblom
2011-07-12Merge branch 'dev' into majorSverker Eriksson
2011-07-07Fix bug in ets:delete for write_concurrency that could lead to deadlockSverker Eriksson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-03-16erts_printf %be to print integers of size EtermSverker Eriksson
2011-03-03Add erts_alloc_permanent_cache_aligned to supress valgrindSverker Eriksson
2011-02-03HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson
2011-02-03HALFWORD ETS 32-bit arch fixes and other cleanupsSverker Eriksson
2011-02-03HALFWORD ETS Real matching on relative termsSverker Eriksson
2011-02-03HALFWORD first stab at high mem allocSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-12-17Merge branch 'rickard/ets-no-write-refc/OTP-9000' into devRickard Green
2010-12-17Merge branch 'rickard/ets-tab-delete/OTP-8999' into devRickard Green
2010-12-16Stop using reference counter when write accessing ETS-tablesRickard Green
2010-12-16Safe deallocation of ETS-table structuresRickard Green
2010-12-16Fix rwlock resource leak when hitting system limitRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-22ETS 'compressed' option.Sverker Eriksson