aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_init.c
AgeCommit message (Expand)Author
2012-08-20Merge branch 'maint'Patrik Nyblom
2012-08-14Make get/putenv and erlexec understand UnicodePatrik Nyblom
2012-06-04Merge branch 'maint'Lukas Larsson
2012-05-10Remove stale code for hybrid heap and incremental GCBjörn Gustavsson
2012-04-27Merge branch 'maint'Sverker Eriksson
2012-04-27Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green
2012-04-27Teach etp-commands to understand new emulator internal data structuresRickard Green
2012-04-25Merge branch 'rickard/driver_system_info/OTP-10059' into maint-r15Erlang/OTP
2012-04-25Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15Erlang/OTP
2012-04-23Merge branch 'rickard/sched-wakeup-other/OTP-10033' into rickard/sched-wakeup...Rickard Green
2012-04-23Add switch controlling scheduler busy waitRickard Green
2012-04-23Implement proposal for new scheduler wakeup strategyRickard Green
2012-04-18Clear number of async threads if no thread supportRickard Green
2012-04-16Optimize process table accessRickard Green
2012-03-22Merge branch 'maint'Raimo Niskanen
2012-03-21erts: Remove forgotten and unused function erl_exit0Raimo Niskanen
2012-03-21erts: Implement erl_haltRaimo Niskanen
2012-02-23erts: Refactor code loading with renamingSverker Eriksson
2012-02-21erts: Activate staged code in a thread safe waySverker Eriksson
2012-02-21erts: Cleanup code loadingSverker Eriksson
2012-02-21erts: Rename "loader" code_ix as "staging" code_ixSverker Eriksson
2012-02-21erts: Rename erts_load_module to erts_preload_moduleSverker Eriksson
2012-02-21erts: Multiple export tab's using code_ixSverker Eriksson
2012-02-21erts: First stab at code_ix interface and beam_catches using itSverker Eriksson
2011-12-01Merge branch 'rickard/rm-common-runq/OTP-9727'Rickard Green
2011-12-01Remove common run-queue in SMP caseRickard Green
2011-11-18Merge branch 'rickard/sched-compact-load/OTP-9695'Rickard Green
2011-11-15Add switch that can disable scheduler compaction of loadRickard Green
2011-11-14BEAM loader: Clean up handling of error reasonsBjörn Gustavsson
2011-11-14Remove the useless -l optionBjörn Gustavsson
2011-11-13Merge branch 'rickard/multi-exit-bug/OTP-9705'Rickard Green
2011-11-13Merge branch 'rickard/generic-thr-queue/OTP-9632'Rickard Green
2011-11-13Merge branch 'rickard/thr-progress-block/OTP-9631'Rickard Green
2011-11-13Merge branch 'rickard/alloc-opt/OTP-7775'Rickard Green
2011-11-13Make sure only one thread exits the runtime systemRickard Green
2011-11-13Use generic lock-free queue for async threadsRickard Green
2011-11-13Implement generic lock-free queueRickard Green
2011-11-13Replace system block with thread progress blockRickard Green
2011-11-13Optimize memory allocationRickard Green
2011-10-14Merge branch 'rickard/atomics-api/OTP-9014' and OTP_R14B04Rickard Green
2011-09-29Update copyright yearsBjörn-Egil Dahlberg
2011-09-16Merge branch 'dev' into majorBjörn-Egil Dahlberg
2011-08-18erl: Add +L to suppress loading of line number informationBjörn Gustavsson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-26Change start order so that service_event gets initialized before it's usedPatrik Nyblom
2010-12-20Refactor timer interfaceBjörn-Egil Dahlberg
2010-12-16Use 32-bit atomics for misc scheduling specific informationRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-29Teach filename to accept raw data and add filename enc option to emuPatrik Nyblom
2010-11-29Add bifs to translate between erlang filenames and native encodingPatrik Nyblom