summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_init.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for eager check I/O schedulingRickard Green2014-09-251-0/+15
* Silence gcc warnings in non-smp buildLukas Larsson2013-09-021-0/+4
* add erl option to set schedulers by percentagesSteve Vinoski2013-08-291-48/+121
* Make emulator arguments available via the system_info BIFRickard Green2013-07-091-0/+2
* Merge branch 'rickard/+sfwi/OTP-11164' into maintRickard Green2013-06-121-0/+16
|\
| * erts: Add the +sfwi system flagRickard Green2013-06-111-0/+16
* | Make term_to_binary yield (trap).happi2013-06-041-0/+1
|/
* Merge branch 'lukas/erts/gc_stat_contention/OTP-10271' into maintLukas Larsson2013-05-311-1/+1
|\
| * Replace gc stat lock with sched spec dataLukas Larsson2013-05-311-1/+1
* | Introduce a better id allocation algorithm for PTabsRickard Green2013-05-171-20/+39
|/
* Fix `+sws' and `+swt' system flagsRickard Green2013-04-031-2/+2
* Be less eager requesting wakeup for cleanup jobsRickard Green2013-04-031-0/+12
* Undo removal of ERL_MAX_PORTS os variableLukas Larsson2013-02-251-0/+6
* Add +pc {latin1|unicode} switch and io:printable_range/0Patrik Nyblom2013-02-181-6/+23
* Make prim_file skip invalid filenames in unicode modePatrik Nyblom2013-02-111-4/+49
* Update copyright yearsBjörn-Egil Dahlberg2013-01-251-1/+1
* Merge branch 'sverk/r16/utf8-atoms'Sverker Eriksson2013-01-231-2/+2
|\
| * UTF-8 support for distributionRickard Green2013-01-161-2/+2
* | Merge branch 'egil/fix-win-float-exponent/OTP-10751'Björn-Egil Dahlberg2013-01-231-0/+8
|\ \
| * | erts: Force windows to use two-digit exponentBjörn-Egil Dahlberg2013-01-221-0/+8
* | | Merge branch 'rickard/async-default/OTP-10736'Rickard Green2013-01-231-2/+4
|\ \ \
| * | | Use async threads by defaultRickard Green2013-01-211-2/+4
| |/ /
* | | Merge branch 'rickard/sched-wakeup-other/OTP-10661'Rickard Green2013-01-231-1/+1
|\ \ \
| * | | Change proposed scheduler wakeup strategy to be the defaultRickard Green2013-01-021-1/+1
| |/ /
* | | Merge branch 'rickard/+stbt/OTP-10668'Rickard Green2013-01-231-2/+12
|\ \ \ | |/ / |/| |
| * | Add +stbt erl command line switchRickard Green2013-01-081-2/+12
* | | Fix emulator +fna optionPatrik Nyblom2012-12-201-0/+1
* | | Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green2012-12-071-41/+101
|\ \ \ | |_|/ |/| |
| * | Implement true asynchronous signaling between processes and portsRickard Green2012-12-071-3/+40
| * | Improve configuration of process and port tablesRickard Green2012-12-031-14/+49
| * | Remove R9 compatibility featuresRickard Green2012-12-031-25/+11
| * | Generalize process table implementationRickard Green2012-12-031-10/+12
* | | Merge branch 'maint'Patrik Nyblom2012-08-201-3/+3
|\ \ \ | | |/ | |/|
| * | Make get/putenv and erlexec understand UnicodePatrik Nyblom2012-08-141-3/+3
* | | Merge branch 'maint'Lukas Larsson2012-06-041-98/+0
|\ \ \ | |/ /
| * | Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-101-98/+0
* | | Merge branch 'maint'Sverker Eriksson2012-04-271-2/+30
|\ \ \ | |/ /
| * | Merge branch 'rickard/driver_system_info/OTP-10059' into maint-r15Erlang/OTP2012-04-251-0/+4
| |\ \
| | * | Clear number of async threads if no thread supportRickard Green2012-04-181-0/+4
| * | | Merge branch 'rickard/sched-busy-wait/OTP-10044' into maint-r15Erlang/OTP2012-04-251-0/+12
| |\ \ \
| | * | | Add switch controlling scheduler busy waitRickard Green2012-04-231-0/+12
| | |/ /
| * | | Merge branch 'rickard/sched-wakeup-other/OTP-10033' into rickard/sched-wakeup...Rickard Green2012-04-231-2/+14
| |\ \ \ | | |/ / | |/| |
| | * | Implement proposal for new scheduler wakeup strategyRickard Green2012-04-231-2/+14
* | | | Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green2012-04-271-4/+60
|\ \ \ \ | | |_|/ | |/| |
| * | | Teach etp-commands to understand new emulator internal data structuresRickard Green2012-04-271-0/+55
| * | | Optimize process table accessRickard Green2012-04-161-4/+5
| |/ /
* | | Merge branch 'maint'Raimo Niskanen2012-03-221-62/+29
|\ \ \ | |/ /
| * | erts: Remove forgotten and unused function erl_exit0Raimo Niskanen2012-03-211-47/+0
| * | erts: Implement erl_haltRaimo Niskanen2012-03-211-17/+31
* | | erts: Refactor code loading with renamingSverker Eriksson2012-02-231-1/+1