aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator
AgeCommit message (Expand)Author
2014-01-28initial support for dirty schedulers and dirty NIFsSteve Vinoski
2014-01-27Merge branch 'rickard/load_balance/OTP-11385'Rickard Green
2014-01-27Fix usage of non-empty run-queue flagRickard Green
2014-01-27Merge branch 'lukas/erts/sendfile_passive_mode_fix/OTP-11614'Lukas Larsson
2014-01-27erts: fix bug when using passive mode and sendfileLukas Larsson
2014-01-24Merge branch 'rickard/load_balance/OTP-11385'Rickard Green
2014-01-24Disable scheduler utilization balancing if +scl true is passedRickard Green
2014-01-24Merge branch 'rickard/load_balance/OTP-11385'Rickard Green
2014-01-23Merge branch 'rickard/default_acul/OTP-11604'Rickard Green
2014-01-23Add support for scheduler utilization balancingRickard Green
2014-01-23Merge branch 'vinoski/system-flag-warn-msg'Henrik Nord
2014-01-22Merge branch 'bjorn/erts/zlib-1.2.8'Björn Gustavsson
2014-01-20Merge branch 'sverk/term2bin-simplify'Sverker Eriksson
2014-01-20Fix testcase driver_SUITE:consume_timesliceRickard Green
2014-01-20Merge branch 'sverk/bin2term-int-size-estimation-bug'Sverker Eriksson
2014-01-20Merge branch 'bjorn/fix-line-number-in-bs-exception/OTP-11572'Björn Gustavsson
2014-01-20Merge branch 'egil/fix-bs_get_integer/OTP-11581'Björn-Egil Dahlberg
2014-01-17erts: Refactor ESTACK & WSTACK to use a struct easy to "export"Sverker Eriksson
2014-01-16compiler: Correct line number in exception from binary constructionBjörn Gustavsson
2014-01-15fix system_flag deprecation warningsSteve Vinoski
2014-01-15erts: Fix benign ESTACK/WSTACK typoSverker Eriksson
2014-01-15erts: Fix compiler warnings for NO_JUMP_TABLESverker Eriksson
2014-01-14Don't make gzio.c dependent on the zutil.h header fileBjörn Gustavsson
2014-01-14Update zlib to 1.2.8Björn Gustavsson
2014-01-13Merge branch 'rickard/otp-17-vsn-fix'Rickard Green
2014-01-13Merge branch 'lukas/erts/fix_sp_usage_printout/OTP-11559'Lukas Larsson
2014-01-10Merge branch 'lukas/erts/fd0_pipe_bug/OTP-11558'Lukas Larsson
2014-01-10erts: Make sure fds 0,1 and 2 are openLukas Larsson
2014-01-10erts: Run binary_SUITE:trapping even for 32bitSverker Eriksson
2014-01-10erts: Extend binary_SUITE:ttb_trap to also cover binary_to_termSverker Eriksson
2014-01-10erts: Remove the extra_root feature from the process structureSverker Eriksson
2014-01-10erts: Simplify term_to_binary by removing saved ESTACK from root setSverker Eriksson
2014-01-10erts: Replace tab with space for proper alignmentLukas Larsson
2014-01-09Fix issues with new versioningRickard Green
2014-01-09erts/zlib: Remove unused file example.cBjörn Gustavsson
2014-01-08erts: Fix useless comparisons in binary_SUITE:external_sizeSverker Eriksson
2014-01-08erts: Reduce heap usage for binary_SUITE:deepSverker Eriksson
2014-01-08erts: Remove overestimation of heap space in binary_to_termSverker Eriksson
2014-01-08erts: Add internal docs for code loading and tracingSverker Eriksson
2014-01-08Merge branch 'rickard/idoc'Rickard Green
2014-01-08Add misc internal documentationRickard Green
2014-01-07erts: Fix bs_get_integer instructionBjörn-Egil Dahlberg
2013-12-20Merge branch 'sverk/re-valgrind-fix'Sverker Eriksson
2013-12-20Merge branch 'sverk/unicode-driver-paths'Sverker Eriksson
2013-12-17Merge tag 'OTP_R16B03_yielding_binary_to_term'Sverker Eriksson
2013-12-16erts: Support loading of drivers with unicode pathsSverker Eriksson
2013-12-16erts: Add 'extra' argument to erts_convert_filename_to_encodingSverker Eriksson
2013-12-13erts: Refactor remove erts_sys_dll_open2Sverker Eriksson
2013-12-13erts: Fix compiler warningSverker Eriksson
2013-12-13Merge branch 'nox/eep37/OTP-11537'Björn Gustavsson