summaryrefslogtreecommitdiff
path: root/erts/emulator/beam
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | add enif_schedule_nif() to NIF APISteve Vinoski2014-08-288-160/+473
* | | | | Merge branch 'egil/proc_lib-optimizations/OTP-12060' into maintBjörn-Egil Dahlberg2014-08-212-0/+23
|\ \ \ \ \
| * | | | | erts: Introduce erlang:fun_info_mfa/1Björn-Egil Dahlberg2014-07-112-0/+23
| | |_|/ / | |/| | |
* | | | | Merge branch 'nox/reedr-logging/OTP-12115' into maintLukas Larsson2014-08-213-2/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add thread index to allocator enomem dump sloganRick Reed2014-03-091-2/+2
| * | | | Add run queue index to process dump infoRick Reed2014-03-091-0/+1
| * | | | Demote rare debug slogan of message discarding to debug buildRick Reed2014-03-091-0/+4
* | | | | Merge branch 'lukas/erts/fix_neg_of_int64_min/OTP-12097' into maintLukas Larsson2014-08-144-17/+25
|\ \ \ \ \
| * | | | | erts: Fix neg int overflow when sint is min sizeLukas Larsson2014-08-084-17/+25
* | | | | | Merge branch 'nox/clang-ubsan/OTP-12097' into maintLukas Larsson2014-08-142-3/+5
|\ \ \ \ \ \
| * | | | | | Properly handle SINT_MIN in small_to_big()Anthony Ramine2014-07-021-2/+4
| * | | | | | Use offsetof() in io.cAnthony Ramine2014-07-021-1/+1
* | | | | | | Merge branch 'rickard/nosuspend-bug/OTP-12082' into maintRickard Green2014-08-111-4/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix abort of nosuspend-tasks in erts_port_task_schedule()Rickard Green2014-08-051-4/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | erts: Print error reason when malloc failsLukas Larsson2014-08-064-10/+28
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'egil/lcnt-histogram/OTP-12059' into maintBjörn-Egil Dahlberg2014-07-154-90/+129
|\ \ \ \ \ \
| * | | | | | erts: Add histogram to lcntBjörn-Egil Dahlberg2014-07-094-90/+129
| |/ / / / /
* | | | | | erts: Fix size overflow bugs in memory allocationSverker Eriksson2014-06-273-13/+29
|/ / / / /
* | | | | Merge branch 'nox/fix-perms' into maintHenrik Nord2014-06-112-0/+0
|\ \ \ \ \
| * | | | | Fix permissions of some files in the repositoryAnthony Ramine2014-05-252-0/+0
* | | | | | Merge branch 'rickard/binary_to_term_error/OTP-11931' into maintRickard Green2014-06-062-30/+52
|\ \ \ \ \ \
| * | | | | | Replace erlang:binary_to_term() Erlang wrappersRickard Green2014-06-052-30/+52
* | | | | | | Merge branch 'rickard/yielding-binary-list-conversions/OTP-11888' into maintRickard Green2014-06-067-342/+1375
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make binary BIFs converting from lists yield on large inputRickard Green2014-05-226-338/+1231
| * | | | | | Make binary BIFs converting to lists yield on large inputRickard Green2014-05-223-6/+146
* | | | | | | Merge branch 'rickard/disable-gc-fix/OTP-11887' into maintRickard Green2014-06-064-103/+128
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Do not GC other processes in non-smp runtimeRickard Green2014-05-221-37/+0
| * | | | | | Fix conversion of empty string in erts_convert_native_to_filename()Rickard Green2014-05-221-0/+2
| * | | | | | Add support for failing in BIF that has trappedRickard Green2014-05-131-0/+73
| * | | | | | HiPE wrappers for BIFs disabling GCSverker Eriksson2014-05-132-66/+53
* | | | | | | Merge branch 'etsukata/system_info_tolerant_timeofday/OTP-11970' into maintLukas Larsson2014-06-051-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Add erlang:system_info(tolerant_timeofday)Eiichi Tsukata2014-04-281-0/+5
* | | | | | | | Merge branch 'lukas/erts/fix_trace_on_registered_procs/OTP-11968' into maintLukas Larsson2014-06-051-1/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | erts: tracing on send now works for registered processesLukas Larsson2014-06-051-1/+6
| |/ / / / / /
* | | | | | | Merge branch 'fenek/fix/vstudio_macro' into maintMarcus Arendt2014-06-041-1/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Add Visual Studio macros to erl_driver.h and ei.hPiotr Nosek2014-05-081-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'egil/fix-erts_debug-size/OTP-11923' into maintBjörn-Egil Dahlberg2014-05-122-0/+17
|\ \ \ \ \ \
| * | | | | | erts: Add erts_internal:map_to_tuple_keys/1Björn-Egil Dahlberg2014-04-302-0/+17
| |/ / / / /
* | | | | | Merge branch 'sverk/ets-delete-unfix-race/OTP-11892' into maintSverker Eriksson2014-05-061-29/+33
|\ \ \ \ \ \
| * | | | | | Fix race between ETS table deletion and unfixationSverker Eriksson2014-04-291-29/+33
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'lukas/erts/suspend_assert/OTP-11906' into maintLukas Larsson2014-05-051-1/+1
|\ \ \ \ \ \
| * | | | | | erts: Fix faulty process suspend assertLukas Larsson2014-05-051-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'lukas/erts/etp-lc-macros/OTP-11904' into maintLukas Larsson2014-05-052-2/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | erts: Add etp-lc-dump and etp-ppc-stacktrace macroLukas Larsson2014-03-282-2/+9
* | | | | | erts: Fix system_monitor(large_heap) for non-smp VMSverker Eriksson2014-04-081-2/+2
| |/ / / / |/| | | |
* | | | | Merge branch 'sverk/suspend-running-race'Sverker Eriksson2014-03-311-9/+6
|\ \ \ \ \
| * | | | | erts: Fix bug of scheduling a suspended processSverker Eriksson2014-03-271-9/+6
* | | | | | prevent NIF purge during dirty NIF executionSteve Vinoski2014-03-281-2/+8
* | | | | | fix dirty NIF invalid memory readSteve Vinoski2014-03-282-17/+27
* | | | | | erts: Adjust is_external_header() for new map tagSverker Eriksson2014-03-271-1/+2