aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/break.c
AgeCommit message (Expand)Author
2013-12-07Merge branch 'rickard/garbage_collect/OTP-11388'Rickard Green
2013-11-18Execution of system tasks in context of another processRickard Green
2013-10-30Fix truncated pointers in erl_crash.dumpBjörn Gustavsson
2013-10-18erts: Fix segfaulting crashdump writingBjörn-Egil Dahlberg
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-05-21Bump crash dump versionLukas Larsson
2013-05-13Print process memory usage info in crash dumpLukas Larsson
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-06Merge branch 'maint'Ingela Anderton Andin
2012-12-03Use ptab functionality also for portsRickard Green
2012-12-03Prepare for use of ptab functionality also for portsRickard Green
2012-12-03Generalize process table implementationRickard Green
2012-11-30erts: Change default of erl_crash.dumpBjörn-Egil Dahlberg
2012-10-24Merge branch 'maint'Björn-Egil Dahlberg
2012-10-16erts: Change ERL_CRASH_DUMP_SECONDS behaviourBjörn-Egil Dahlberg
2012-08-20Merge branch 'maint'Patrik Nyblom
2012-08-14Make get/putenv and erlexec understand UnicodePatrik Nyblom
2012-04-27Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green
2012-04-27Optimize process state changesRickard Green
2012-04-16Optimize process table accessRickard Green
2012-02-21erts: Multiple module tables using code_ixSverker Eriksson
2012-02-21erts: Refactor Module structSverker Eriksson
2012-02-19Misc memory barrier fixesRickard Green
2011-12-02Make whole of OTP build and release on Win64Patrik Nyblom
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-10-26Use the proper macros in all BIFsBjörn Gustavsson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-03-16erts_printf %be to print integers of size EtermSverker Eriksson
2010-12-20Refactor timer interfaceBjörn-Egil Dahlberg
2010-12-15Use new atomic types in emulatorRickard Green
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-06-03OTP-8555 Send message from NIFSverker Eriksson
2010-04-30emulator: Remove stray OSE/Delta supportBjörn Gustavsson
2010-04-08system_info(procs): Fix the value for "OldHeap unused"Satoshi Kinoshita
2010-03-22Merge branch 'pan/otp_8332_halfword' into devErlang/OTP
2010-03-10Add the BeamInstr data type for loaded BEAM codePatrik Nyblom
2010-03-10Store pointers to heap data in 32-bit wordsPatrik Nyblom
2009-12-09OTP-8304 Incompatible changes in the experimental NIF feature. Changed theSverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP