Age | Commit message (Expand) | Author |
2015-01-23 | erts: Check driver version before assigning callback | Björn-Egil Dahlberg |
2015-01-23 | erts: Don't lookup invalid port for crashdump handling | Björn-Egil Dahlberg |
2015-01-23 | erts: Use emergency close to close epmd | Björn-Egil Dahlberg |
2015-01-13 | erts: Extend driver interface with emergency_close | Björn-Egil Dahlberg |
2014-11-26 | Merge branch 'sverk/port_get_data-race/OTP-12208' into maint | Sverker Eriksson |
2014-11-25 | Merge branch 'rickard/maint-17/activate-runq/OTP-12287' into maint | Rickard Green |
2014-11-25 | Merge branch 'sverk/cpool-search-improvement' into maint | Sverker Eriksson |
2014-11-25 | erts: Fix port data memory allocation bug | Sverker Eriksson |
2014-11-10 | Merge branch 'vinoski/dirty-nif-return-gc' into maint | Bruce Yinhe |
2014-11-07 | Merge branch 'lemenkov/expose_nif_version' into maint | Bruce Yinhe |
2014-11-06 | Merge branch 'vinoski/fix-smp-disable-with-ds/OTP-12295' into maint | Marcus Arendt |
2014-11-05 | Merge branch 'lukas/erts/fix_undefined_behaviour/OTP-12290' into maint | Lukas Larsson |
2014-11-04 | Merge branch 'rickard/activate-runq/OTP-12287' into rickard/maint-17/activate... | Rickard Green |
2014-11-04 | Do not let non-empty run-queue prevent activation of scheduler | Rickard Green |
2014-11-04 | Fix gc-related problem with dirty NIFs | Steve Vinoski |
2014-11-03 | Merge branch 'sverk/beam-ranges-bug/OTP-12273' into maint | Sverker Eriksson |
2014-11-02 | Expose NIF version | Peter Lemenkov |
2014-10-29 | erts: Fix bug in beam_ranges | Sverker Eriksson |
2014-10-28 | Merge branch 'sverk/cpool_fetch-dc_list-bug/OTP-12249' into maint | Sverker Eriksson |
2014-10-28 | Merge branch 'sv/isfinite/OTP-12268' into maint | Lukas Larsson |
2014-10-28 | Use isfinite() instead of finite() when available | Anthony Ramine |
2014-10-28 | Merge branch 'vinoski/erl-nif-init' into maint | Bruce Yinhe |
2014-10-26 | Fix "-smp disable" for emulator with dirty schedulers | Steve Vinoski |
2014-10-23 | Merge branch 'rickard/maint-17/eager-check-io/OTP-12117' into maint | Rickard Green |
2014-10-20 | erts: Fix bug causing mbc to be deleted from cpool before it was inserted | Sverker Eriksson |
2014-10-06 | erts: Fix bug causing mbc removed from cpool to be used at pool entrance | Sverker Eriksson |
2014-10-03 | erts: Add pooled_list and traitor_list | Sverker Eriksson |
2014-10-03 | erts: Fix bug when delayed deallocated carrier is reused by cpool_fetch | Sverker Eriksson |
2014-10-02 | erts: Mend port_set_data with non-immed data for halfword VM | Sverker Eriksson |
2014-10-02 | Fix missing field initializer in ERL_NIF_INIT macro | Steve Vinoski |
2014-09-30 | erts: Fix race between port_set_data, port_get_data and port termination | Sverker Eriksson |
2014-09-30 | erts: Fix erlang:port_set_data/2 for non immediate data | Sverker Eriksson |
2014-09-25 | No eager check I/O on OSE | Rickard Green |
2014-09-25 | Merge branch 'rickard/eager-check-io/OTP-12117' into rickard/maint-17/eager-c... | Rickard Green |
2014-09-25 | Introduce support for eager check I/O scheduling | Rickard Green |
2014-09-22 | erts: Fix ub in list_to_integer and bignum div | Lukas Larsson |
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 |