Age | Commit message (Expand) | Author |
2014-09-12 | erts: Remove enif_have_dirty_schedulers() | Sverker Eriksson |
2014-09-10 | erts: Correct dirty scheduler NIF API for Windows | Sverker Eriksson |
2014-09-05 | Merge branch 'vinoski/enif-schedule-nif' into maint | Rickard Green |
2014-09-05 | Fix leak of NIF exports | Rickard Green |
2014-09-05 | Use separate allocation type for NIF export | Rickard Green |
2014-09-04 | Merge branch 'sverk/term_to_binary-realloc-size/OTP-12141' into maint | Sverker Eriksson |
2014-09-04 | Merge branch 'sverk/MIN_SMALL-to-integer' into maint | Sverker Eriksson |
2014-09-04 | erts: Correct conversion of MIN_SMALL numeral to fixnum | Sverker Eriksson |
2014-09-04 | Merge branch 'sverk/nif-inspect-copy-bug/OTP-9828' into maint | Sverker Eriksson |
2014-09-03 | erts: Fix bug with enif_make_copy reallocating writable binary | Sverker Eriksson |
2014-09-03 | erts: Fix bug in term_to_binary that reallocates binary with wrong size | Sverker Eriksson |
2014-08-29 | Merge branch 'rickard/runnable-trace-ooo-bug/OTP-12105' into maint | Rickard Green |
2014-08-29 | Merge branch 'rickard/port-emigrate-bug/maint/OTP-12084' into maint | Rickard Green |
2014-08-28 | add enif_schedule_nif() to NIF API | Steve Vinoski |
2014-08-22 | Ensure "runnable port" trace messages are not sent out of order | Rickard Green |
2014-08-22 | Ensure "runnable proc" trace messages are not sent out of order | Rickard Green |
2014-08-21 | Merge branch 'egil/proc_lib-optimizations/OTP-12060' into maint | Björn-Egil Dahlberg |
2014-08-21 | Merge branch 'nox/reedr-logging/OTP-12115' into maint | Lukas Larsson |
2014-08-18 | Merge branch 'rickard/port-emigrate-bug/OTP-12084' into rickard/port-emigrate... | Rickard Green |
2014-08-14 | Verify run-queue asserts | Rickard Green |
2014-08-14 | Merge branch 'lukas/erts/fix_neg_of_int64_min/OTP-12097' into maint | Lukas Larsson |
2014-08-14 | Merge branch 'nox/clang-ubsan/OTP-12097' into maint | Lukas Larsson |
2014-08-11 | Merge branch 'rickard/nosuspend-bug/OTP-12082' into maint | Rickard Green |
2014-08-08 | erts: Fix neg int overflow when sint is min size | Lukas Larsson |
2014-08-07 | Fix emigrate bug in erts_port_task_schedule() | Rickard Green |
2014-08-06 | erts: Print error reason when malloc fails | Lukas Larsson |
2014-08-05 | Fix abort of nosuspend-tasks in erts_port_task_schedule() | Rickard Green |
2014-07-15 | Merge branch 'egil/lcnt-histogram/OTP-12059' into maint | Björn-Egil Dahlberg |
2014-07-11 | erts: Introduce erlang:fun_info_mfa/1 | Björn-Egil Dahlberg |
2014-07-09 | erts: Add histogram to lcnt | Björn-Egil Dahlberg |
2014-07-02 | Properly handle SINT_MIN in small_to_big() | Anthony Ramine |
2014-07-02 | Use offsetof() in io.c | Anthony Ramine |
2014-06-27 | erts: Fix size overflow bugs in memory allocation | Sverker Eriksson |
2014-06-11 | Merge branch 'nox/fix-perms' into maint | Henrik Nord |
2014-06-06 | Merge branch 'rickard/binary_to_term_error/OTP-11931' into maint | Rickard Green |
2014-06-06 | Merge branch 'rickard/yielding-binary-list-conversions/OTP-11888' into maint | Rickard Green |
2014-06-06 | Merge branch 'rickard/disable-gc-fix/OTP-11887' into maint | Rickard Green |
2014-06-05 | Replace erlang:binary_to_term() Erlang wrappers | Rickard Green |
2014-06-05 | Merge branch 'etsukata/system_info_tolerant_timeofday/OTP-11970' into maint | Lukas Larsson |
2014-06-05 | Merge branch 'lukas/erts/fix_trace_on_registered_procs/OTP-11968' into maint | Lukas Larsson |
2014-06-05 | erts: tracing on send now works for registered processes | Lukas Larsson |
2014-06-04 | Merge branch 'fenek/fix/vstudio_macro' into maint | Marcus Arendt |
2014-05-25 | Fix permissions of some files in the repository | Anthony Ramine |
2014-05-22 | Make binary BIFs converting from lists yield on large input | Rickard Green |
2014-05-22 | Do not GC other processes in non-smp runtime | Rickard Green |
2014-05-22 | Make binary BIFs converting to lists yield on large input | Rickard Green |
2014-05-22 | Fix conversion of empty string in erts_convert_native_to_filename() | Rickard Green |
2014-05-13 | Add support for failing in BIF that has trapped | Rickard Green |
2014-05-13 | HiPE wrappers for BIFs disabling GC | Sverker Eriksson |
2014-05-12 | Merge branch 'egil/fix-erts_debug-size/OTP-11923' into maint | Björn-Egil Dahlberg |