Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-09 | Update preloaded modules | Marcus Arendt | |
2014-12-09 | erts: Allow cpu_timestamp tracing for Linux | Lukas Larsson | |
2014-12-08 | Fix inet:getopts involving #sctp_paddrinfo{} | Simon Cornish | |
Handle peer addresses that are unconfirmed (i.e. in state SCTP_UNCONFIRMED). Handle unknown states instead of using ASSERT | |||
2014-12-08 | Merge branch 'maint' | Rickard Green | |
* maint: Add .appup file | |||
2014-12-08 | Add .appup file | Rickard Green | |
2014-12-05 | Merge branch 'egil/ets/use-internal-stack/OTP-12356' | Björn-Egil Dahlberg | |
* egil/ets/use-internal-stack/OTP-12356: erts: Use internal stack for ets db_has_variable | |||
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 | fix eacces spelling | Mikael Pettersson | |
2014-12-02 | erts: Add compile time assert ERTS_CT_ASSERT | Sverker Eriksson | |
and usage | |||
2014-12-02 | Replaced "Endianess" with "Endianness" everywhere | David Haguenauer | |
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 | erts: Use internal stack for ets db_has_variable | Björn-Egil Dahlberg | |
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-13 | erts: Optimize ets:lookup and ets:take for bags | Sverker Eriksson | |
by reducing number of iterations through objects with matching key | |||
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 |