Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | erts: Remove usage of QUANTIFY signal | Lukas Larsson | |
2014-12-19 | erts: Add support for thread names | Lukas Larsson | |
2014-12-19 | ets: Increase data available in crash dumps and ets:info | Lukas Larsson | |
OTP-12376 | |||
2014-12-04 | erts: Start compilation of beam_emu earlier | Lukas Larsson | |
2014-12-03 | Merge branch 'maint' | Rickard Green | |
* maint: Fix function "defined but not used" warning | |||
2014-12-03 | Fix function "defined but not used" warning | Rickard Green | |
2014-12-03 | Merge branch 'maint' | Sverker Eriksson | |
2014-12-03 | erts: Fix some spelling in internal docs | Sverker Eriksson | |
2014-12-02 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Fix finite warning for clang | |||
2014-12-02 | Merge branch 'lukas/erts/isfinite-fix/OTP-12268' into maint | Lukas Larsson | |
* lukas/erts/isfinite-fix/OTP-12268: erts: Fix finite warning for clang | |||
2014-12-02 | erts: Fix finite warning for clang | Lukas Larsson | |
clang aka llvm claims to be __GNUC__ and thus we have to explicitly check that it is not used. | |||
2014-12-02 | Merge branch 'maint' | Lukas Larsson | |
* maint: Sort keys before generating | |||
2014-12-02 | Merge branch 'lukas/erts/bif_info_rebuild/OTP-12344' into maint | Lukas Larsson | |
* lukas/erts/bif_info_rebuild/OTP-12344: Sort keys before generating | |||
2014-12-01 | Merge branch 'maint' | Marcus Arendt | |
2014-12-01 | Merge branch 'vinoski/rm-foo-dtrace' into maint | Marcus Arendt | |
* vinoski/rm-foo-dtrace: Clean up temporary dtrace file during config | |||
2014-11-26 | Merge branch 'maint' | Sverker Eriksson | |
2014-11-26 | Merge branch 'sverk/port_get_data-race/OTP-12208' into maint | Sverker Eriksson | |
* sverk/port_get_data-race/OTP-12208: erts: Fix port data memory allocation bug | |||
2014-11-26 | Clean up temporary dtrace file during config | Steve Vinoski | |
When configuring erts to support dynamic trace via dtrace, be sure to clean up the temporary file "erts/foo-dtrace.h" used to help check for dtrace support. Otherwise, it shows up as an untracked file in git. | |||
2014-11-26 | Sort keys before generating | Lukas Larsson | |
This has to be done in order to consistently generate the same file so that we do not get rebuilds all the time. | |||
2014-11-25 | Merge branch 'maint' | Rickard Green | |
* maint: Do not let non-empty run-queue prevent activation of scheduler | |||
2014-11-25 | Merge branch 'rickard/maint-17/activate-runq/OTP-12287' into maint | Rickard Green | |
* rickard/maint-17/activate-runq/OTP-12287: Do not let non-empty run-queue prevent activation of scheduler | |||
2014-11-25 | Merge branch 'maint' | Rickard Green | |
* maint: Implement support for double word atomics using libatomic_ops Improve usage of libatomic_ops for word size atomics Optimize atomic ops with release barrier for 32-bit PowerPC | |||
2014-11-25 | Merge branch 'rickard/ppc32-atomic-opt/OTP-12250' into maint | Rickard Green | |
* rickard/ppc32-atomic-opt/OTP-12250: Optimize atomic ops with release barrier for 32-bit PowerPC | |||
2014-11-25 | Merge branch 'rickard/libatomic_ops_improvements/OTP-12302' into maint | Rickard Green | |
* rickard/libatomic_ops_improvements/OTP-12302: Implement support for double word atomics using libatomic_ops Improve usage of libatomic_ops for word size atomics | |||
2014-11-25 | Merge branch 'maint' | Sverker Eriksson | |
2014-11-25 | Merge branch 'sverk/cpool-search-improvement' into maint | Sverker Eriksson | |
OTP-12323 * sverk/cpool-search-improvement: erts: Add internal docs for super carrier and new cpool search. erts: Fix bug causing mbc to be deleted from cpool before it was inserted erts: Fix bug causing mbc removed from cpool to be used at pool entrance erts: Add pooled_list and traitor_list | |||
2014-11-25 | Merge branch 'maint' | Sverker Eriksson | |
2014-11-25 | erts: Fix port data memory allocation bug | Sverker Eriksson | |
for non-immediate port data >= sizeof(Eterm)*2 words. | |||
2014-11-25 | Merge branch 'sverk/with-ssl-rpath/OTP-12316' into maint | Sverker Eriksson | |
* sverk/with-ssl-rpath/OTP-12316: erts,crypto: Add configure option --with-ssl-rpath | |||
2014-11-25 | Merge branch 'maint' | Lukas Larsson | |
* maint: epmd: Unify systemd autoconf macros usage epmd: Added systemd notify support to EPMD | |||
2014-11-25 | Merge branch 'lem/epmd_sd_notify/OTP-12321' into maint | Lukas Larsson | |
* lem/epmd_sd_notify/OTP-12321: epmd: Unify systemd autoconf macros usage epmd: Added systemd notify support to EPMD | |||
2014-11-24 | epmd: Unify systemd autoconf macros usage | Peter Lemenkov | |
Don't use both HAVE_SYSTEMD_DAEMON and HAVE_SYSTEMD_SD_DAEMON - use only the former one and remove the latter one entirely. Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-11-24 | epmd: Added systemd notify support to EPMD | Peter Lemenkov | |
Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-11-24 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Use finite instead of isfinite with gcc | |||
2014-11-24 | Merge branch 'lukas/erts/isfinite-fix/OTP-12268' into maint | Lukas Larsson | |
* lukas/erts/isfinite-fix/OTP-12268: erts: Use finite instead of isfinite with gcc | |||
2014-11-24 | erts: Use finite instead of isfinite with gcc | Lukas Larsson | |
Turns out that isfinite emits a function call and not an instruction in gcc, this makes estone float arith about 50-75% slower. finite emits the instruction so we use that instead. | |||
2014-11-20 | erts,crypto: Add configure option --with-ssl-rpath | Sverker Eriksson | |
2014-11-18 | Merge branch 'maint' | Siri Hansen | |
2014-11-18 | Merge branch 'siri/no-unicode-atoms/OTP-12172' into maint | Siri Hansen | |
* siri/no-unicode-atoms/OTP-12172: Remove comments about unicode atoms in OTP 18 | |||
2014-11-12 | Merge branch 'maint' | Bruce Yinhe | |
2014-11-12 | Merge branch 's1n4/zlib_doc_typo' into maint | Bruce Yinhe | |
* s1n4/zlib_doc_typo: Fix a typo in the zlib documentation | |||
2014-11-11 | Remove comments about unicode atoms in OTP 18 | Siri Hansen | |
There was once a plan to implement support for unicode atoms in OTP 18. This plan has been stopped until further notice, and the information about this is now removed from the documentation. | |||
2014-11-10 | Implement support for double word atomics using libatomic_ops | Rickard Green | |
2014-11-10 | Improve usage of libatomic_ops for word size atomics | Rickard Green | |
Use AO_fetch_compare_and_swap*() when present | |||
2014-11-10 | Fix a typo in the zlib documentation | Sina Samavati | |
2014-11-10 | Merge branch 'maint' | Bruce Yinhe | |
2014-11-10 | Merge branch 'vinoski/dirty-nif-return-gc' into maint | Bruce Yinhe | |
OTP-12300 * vinoski/dirty-nif-return-gc: Fix gc-related problem with dirty NIFs | |||
2014-11-07 | Merge branch 'maint' | Bruce Yinhe | |
2014-11-07 | Merge branch 'lemenkov/expose_nif_version' into maint | Bruce Yinhe | |
OTP-12298 * lemenkov/expose_nif_version: Expose NIF version | |||
2014-11-06 | erts: Add internal docs for super carrier and new cpool search. | Sverker Eriksson | |