aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_init.c
AgeCommit message (Expand)Author
2013-02-18Add +pc {latin1|unicode} switch and io:printable_range/0Patrik Nyblom
2013-02-11Make prim_file skip invalid filenames in unicode modePatrik Nyblom
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2013-01-23Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson
2013-01-23Merge branch 'egil/fix-win-float-exponent/OTP-10751'Björn-Egil Dahlberg
2013-01-23Merge branch 'rickard/async-default/OTP-10736'Rickard Green
2013-01-23Merge branch 'rickard/sched-wakeup-other/OTP-10661'Rickard Green
2013-01-23Merge branch 'rickard/+stbt/OTP-10668'Rickard Green
2013-01-22erts: Force windows to use two-digit exponentBjörn-Egil Dahlberg
2013-01-21Use async threads by defaultRickard Green
2013-01-16UTF-8 support for distributionRickard Green
2013-01-08Add +stbt erl command line switchRickard Green
2013-01-02Change proposed scheduler wakeup strategy to be the defaultRickard Green
2012-12-20Fix emulator +fna optionPatrik Nyblom
2012-12-07Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green
2012-12-07Implement true asynchronous signaling between processes and portsRickard Green
2012-12-03Improve configuration of process and port tablesRickard Green
2012-12-03Remove R9 compatibility featuresRickard Green
2012-12-03Generalize process table implementationRickard Green
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