Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-24 | erts: Reinstate copy_object over-allocation optimization | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword copy_object_rel | Björn-Egil Dahlberg | |
Near duplication of copy_object but with base ptr that is no longer used. | |||
2015-06-24 | erts: Remove halfword object manipulation | Björn-Egil Dahlberg | |
* Remove macros size_object_rel, copy_struct_rel and copy_shallow_rel | |||
2015-06-24 | erts: Remove halfword heap relative comparisions | Björn-Egil Dahlberg | |
* Removed cmp_rel, cmp_rel_term and eq_rel | |||
2015-06-24 | erts: Remove halfword pointer compression | Björn-Egil Dahlberg | |
* Removed COMPRESS_POINTER and EXPAND_POINTER | |||
2015-06-24 | erts: Remove halfword basic relative heap operations | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword from configure | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword in lib_src | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword in erl_nif.h | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove halfword in erl_driver.h | Björn-Egil Dahlberg | |
2015-06-24 | erts: Remove HALFWORD_HEAP definition | Björn-Egil Dahlberg | |
2015-06-23 | Prepare release | Erlang/OTP | |
2015-06-22 | erts: Fix race in poller thread wake up | Sverker Eriksson | |
2015-06-22 | Fix node/dist refc count | Rickard Green | |
2015-06-22 | erts: Expand test map_SUITE:t_bif_merge_and_check | Sverker Eriksson | |
with merge of randomized maps. | |||
2015-06-22 | Merge branch 'vinoski/driver-doc-fix/OTP-12855' | Rickard Green | |
* vinoski/driver-doc-fix/OTP-12855: Fix documentation of ERL_DRV_ERROR_ERRNO | |||
2015-06-22 | Fix documentation of ERL_DRV_ERROR_ERRNO | Steve Vinoski | |
2015-06-22 | Merge branch 'bruce/change-license' | Bruce Yinhe | |
OTP-12845 * bruce/change-license: fix errors caused by changed line numbers Change license text to APLv2 | |||
2015-06-22 | Merge branch 'sverk/nosmp-init-timer-wheel' | Sverker Eriksson | |
* sverk/nosmp-init-timer-wheel: erts: Fix timer wheel initialization bug for non smp | |||
2015-06-20 | erts: Fix erl_poll on darwin | Björn-Egil Dahlberg | |
2015-06-18 | erts: Fix timer wheel initialization bug for non smp | Sverker Eriksson | |
Init esdp->timer_wheel as NULL to please setup_aux_work_timer(). | |||
2015-06-18 | Minor doc fixes | Rickard Green | |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-06-17 | Merge branch 'egil/fix-erts_debug-disasm-select_tuple_arity' | Björn-Egil Dahlberg | |
* egil/fix-erts_debug-disasm-select_tuple_arity: erts: Fix erts_debug:df/1 in debug | |||
2015-06-17 | Merge branch 'sverk/poll-grow' | Sverker Eriksson | |
* sverk/poll-grow: erts: Refactor growth of fd tables | |||
2015-06-17 | erts: Refactor growth of fd tables | Sverker Eriksson | |
to have one common implementation for both _kp and _nkp. | |||
2015-06-17 | Merge branch 'egil/cuddle-tests' | Björn-Egil Dahlberg | |
* egil/cuddle-tests: kernel: Remove ?line macros in inet_SUITE:t_gethostbyaddr/1 erts: Tweak statistics_SUITE:scheduler_wall_time/1 | |||
2015-06-17 | Merge branch 'egil/refactor-close' | Björn-Egil Dahlberg | |
* egil/refactor-close: erts: Add brackets to statement | |||
2015-06-17 | erts: Add brackets to statement | Björn-Egil Dahlberg | |
2015-06-17 | Merge branch 'egil/change-event-default/OTP-12849' | Björn-Egil Dahlberg | |
* egil/change-event-default/OTP-12849: erts: Do not preallocate too large event pool | |||
2015-06-17 | Merge branch 'egil/license-compliance/OTP-12848' | Björn-Egil Dahlberg | |
* egil/license-compliance/OTP-12848: Revert "lcnt: Let runq locks reflect actual call location" Revert "Demote rare debug slogan of message discarding to debug build" Revert "Add missing error string to syslog logging in epmd" Revert "Add run queue index to process dump info" Revert "Add thread index to allocator enomem dump slogan" Revert "Add number of entries to mnesia copy debug message" | |||
2015-06-17 | Merge branch 'rickard/io-bytes/OTP-12842' | Rickard Green | |
* rickard/io-bytes/OTP-12842: Save IO bytes in scheduler specific data | |||
2015-06-17 | Merge branch 'egil/lcnt-refactor/OTP-12846' | Björn-Egil Dahlberg | |
* egil/lcnt-refactor/OTP-12846: erts: Refactor LCNT | |||
2015-06-17 | erts: Fix erts_debug:df/1 in debug | Björn-Egil Dahlberg | |
Sentinels in select_tuple_arity instructions are not proper tuple arities and thus cannot be checked in debug. Print them as small integers instead. | |||
2015-06-17 | Merge branch 'nybek/fix_so_linger_zero__simple' | Raimo Niskanen | |
* nybek/fix_so_linger_zero__simple: Update prim_inet.beam Fix socket option {linger, {true, 0}} to abort TCP connections Apply 'show_econnreset' socket option to send errors as well Add 'show_econnreset' TCP socket option | |||
2015-06-17 | Save IO bytes in scheduler specific data | Rickard Green | |
2015-06-16 | Revert "lcnt: Let runq locks reflect actual call location" | Björn-Egil Dahlberg | |
This reverts commit efefd4bfda3156c6c19a61d7aa3d2f50a026d0e5. Conflicts: erts/emulator/beam/erl_process.h | |||
2015-06-16 | Revert "Demote rare debug slogan of message discarding to debug build" | Björn-Egil Dahlberg | |
This reverts commit 38bd20f4f58e8025bd3ffc718cb7e40a4bde6396. | |||
2015-06-16 | Revert "Add missing error string to syslog logging in epmd" | Björn-Egil Dahlberg | |
This reverts commit e2c11e89563f0c11794c91193b29bce00ca9c740. | |||
2015-06-16 | Revert "Add run queue index to process dump info" | Björn-Egil Dahlberg | |
This reverts commit 345af4a0c8d68b9369c3556fa6d911854c123d3f. | |||
2015-06-16 | Revert "Add thread index to allocator enomem dump slogan" | Björn-Egil Dahlberg | |
This reverts commit 5d5f9c1857029d7e8e1de141e29d20dd3de929be. | |||
2015-06-16 | erts: Do not preallocate too large event pool | Björn-Egil Dahlberg | |
A pool size of 4000 is too excessive for the common case. Change ERTS_TS_EV_ALLOC_DEFAULT_POOL_SIZE to 2048 Change ERTS_TS_EV_ALLOC_POOL_SIZE to 32 | |||
2015-06-16 | erts: Refactor LCNT | Björn-Egil Dahlberg | |
2015-06-16 | Merge branch 'rickard/glb-inline' | Rickard Green | |
* rickard/glb-inline: Unbreak global inlining | |||
2015-06-16 | Merge branch 'tomas-abrahamsson/patch-1' | Henrik Nord | |
* tomas-abrahamsson/patch-1: Add forgotten argument to example in erl_nif doc | |||
2015-06-15 | Unbreak global inlining | Rickard Green | |
2015-06-15 | Merge branch 'rickard/+zebwt/OTP-12830' | Rickard Green | |
* rickard/+zebwt/OTP-12830: ETS busy wait option | |||
2015-06-15 | ETS busy wait option | Rickard Green | |
Conflicts: erts/emulator/beam/erl_init.c erts/etc/common/erlexec.c | |||
2015-06-15 | Merge branch 'hamt_bin2term' | Sverker Eriksson | |
* hamt_bin2term: erts: Add erts_factory_trim_and_close erts: Optimize driver_deliver_term erts: Remove hashmap probabilistic heap overestimation Conflicts: erts/emulator/beam/beam_load.c | |||
2015-06-15 | erts: Add erts_factory_trim_and_close | Sverker Eriksson | |