aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam
AgeCommit message (Expand)Author
2016-02-24erts: Make erlang:halt() accept bignums as StatusSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2015-12-11Merge branch 'sverk/setnode-rename-bug/OTP-13076' into maintSverker Eriksson
2015-12-11erts: Fix correct node name for DTRACESverker Eriksson
2015-12-11erts: Fix faulty cleanup when receiving broken dist msgSverker Eriksson
2015-12-07erts: Tweak hashmap heap size estimationSverker Eriksson
2015-12-07erts: Fix bug for remote control message containing fat mapsSverker Eriksson
2015-12-03erts: Fix bug in heap_factory_undo for FACTORY_HEAP_FRAGS modeSverker Eriksson
2015-11-30Merge branch 'sverk/rare-gc-map-overflow/OTP-13146' into maintSverker Eriksson
2015-11-30Merge branch 'rickard/erts-print/OTP-13150' into maintRickard Green
2015-11-30Remove ERTS_PRINT_INVALID from erts_print()Rickard Green
2015-11-27erts: Fix rare case of faulty heap fragment deallocationSverker Eriksson
2015-11-27Merge branch 'sverk/cpool_fetch-dc_list-fix' into maintSverker Eriksson
2015-11-26Merge branch 'sverk/setnode-rename-bug/OTP-13076' into maintSverker Eriksson
2015-11-26erts: Improve alloc_SUITE:migration testSverker Eriksson
2015-11-26erts: Refactor alloc_SUITE to use NIFs instead of driversSverker Eriksson
2015-11-26erts: Add enif_getenvSverker Eriksson
2015-11-23Merge branch 'egil/18/fix-maps-binary_to_term/OTP-13125' into maintBjörn-Egil Dahlberg
2015-11-20erts: Fix maps decode in erlang:binary_to_term/1Björn-Egil Dahlberg
2015-11-10erts: Make key argument constant for erl_drv_{get|put}envSverker Eriksson
2015-11-10erts: Add alloc_SUITE:migrationSverker Eriksson
2015-11-10erts: Add TEST allocatorSverker Eriksson
2015-11-10erts: Fix bug in setnode/2Sverker Eriksson
2015-11-02Merge branch 'lukas/erts/win32_bool_fix/OTP-13079' into maintLukas Larsson
2015-11-02erts: Remove ERTS_PSD_DIST_ENTRYSverker Eriksson
2015-11-02erts: Remove faulty ASSERT in erts_proc_*_refcSverker Eriksson
2015-10-27Merge branch 'lrascao/fix/build_fail_on_enabled_dist_debug' into maintHenrik Nord
2015-10-26erts: Add {line_delimiter, byte()} option to inet:setopts/2Serge Aleynikov
2015-10-05Fix build fail when enabling distribution debug messagesLuis Rascao
2015-10-01erts: Fix confusion of callbacks destroying_mbc() vs remove_mbc()Sverker Eriksson
2015-10-01erts: Fix resurrection of carriers from dc_listSverker Eriksson
2015-09-28erts: Remove assertion that ptab is emptyLukas Larsson
2015-09-17Merge branch 'goertzenator/enif_make_pid-unused_param' into maintHenrik Nord
2015-09-17Merge branch 'mikpe/erts-binary_to_integer-fix' into maintHenrik Nord
2015-09-09Merge branch 'rickard/disable-saved-compile-time/OTP-12971' into maintRickard Green
2015-09-09Merge branch 'rickard/event-tmo/OTP-12954' into maintRickard Green
2015-09-09Add configure switch --disable-saved-compile-timeRickard Green
2015-09-02Merge branch 'maint' into sverk/trace-process_dump-matchstateSverker Eriksson
2015-09-01erts: Fix bug when tracing with 'process_dump'Sverker Eriksson
2015-08-31Merge branch 'sverk/hipe-maps-merge-wrapper' into maintSverker Eriksson
2015-08-28erts: Fix hipe bug for maps:merge/2Sverker Eriksson
2015-08-27Fix ethread events with timeoutRickard Green
2015-08-25erts: bool is a reserved word, use boolean insteadLukas Larsson
2015-08-18Merge branch 'lukas/erts/process_priority_unlock/OTP-12943' into maintLukas Larsson
2015-08-13erts: Make sure to unlock status lock when setting process prioLukas Larsson
2015-08-11fix unused parameter warning in enif_make_pidDaniel Goertzen
2015-08-10Merge branch 'lukas/erts/system_process_core/OTP-12934' into maintLukas Larsson
2015-08-10Merge branch 'sverk/smp-trace-port-exit-bug/OTP-12901' into maintLukas Larsson
2015-08-10Teach smp VM how to deal with crash of a linked trace portSverker Eriksson
2015-08-05Merge branch 'bjorn/erts/beam_debug' into maintBjörn Gustavsson