Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-26 | Merge branch 'egil/erts/remove-broken-hash/OTP-13827' | Björn-Egil Dahlberg | |
* egil/erts/remove-broken-hash/OTP-13827: Update test cases for erlang:hash/2 removal mnesia: Remove mnesia_frag_old_hash hash module stdlib: Produce correct warning for erlang:hash/2 erts: Remove erlang:hash/2 from documentation erts: Remove broken hash from Erlang | |||
2017-01-25 | Merge branch 'rickard/ds-20-fix' | Rickard Green | |
* rickard/ds-20-fix: Fix unused warning Change exception for enif_schedule_nif() with dirty flags Remove double check of NifExport when checking process code | |||
2017-01-25 | Merge branch 'maint' | Rickard Green | |
* maint: Workaround for buggy android implementation of PTHREAD_STACK_MIN | |||
2017-01-25 | Merge branch 'rickard/android-missing-page-size-workaround' into maint | Rickard Green | |
OTP-14165 * rickard/android-missing-page-size-workaround: Workaround for buggy android implementation of PTHREAD_STACK_MIN | |||
2017-01-25 | Update test cases for erlang:hash/2 removal | Björn-Egil Dahlberg | |
2017-01-25 | erts: Remove erlang:hash/2 from documentation | Björn-Egil Dahlberg | |
2017-01-25 | erts: Remove broken hash from Erlang | Björn-Egil Dahlberg | |
erlang:hash/2 has been deprecated for a while, time to remove it. | |||
2017-01-25 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-25 | Merge branch 'egil/erts/fix-crashdump-suspend/OTP-14164' into maint | Björn-Egil Dahlberg | |
* egil/erts/fix-crashdump-suspend/OTP-14164: erts: Fix thread suspend in crashdump | |||
2017-01-23 | Merge branch 'sverker/zlib-inflateGetDictionary-mcintosh' | Sverker Eriksson | |
* sverker/zlib-inflateGetDictionary-mcintosh: erts: Fix zlib crash on mac for inflateGetDictionary | |||
2017-01-23 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-23 | Merge branch 'sverker/cuddle-port_trace_SUITE' into maint | Sverker Eriksson | |
* sverker/cuddle-port_trace_SUITE: erts: Fix port_trace_SUITE to join threads | |||
2017-01-23 | Merge branch 'sverker/ASSERT_IN_ENV' | Sverker Eriksson | |
* sverker/ASSERT_IN_ENV: erts: Add macro ERTS_PROC_LOCKS_HIGHER_THAN erts: Cleanup and extra assertions in nif_SUITE.c erts: Cleanup enif_make_reverse_list erts: Add assertions for correct ErlNifEnv erts: Make erts_dbg_within_proc available # Conflicts: # erts/emulator/beam/erl_gc.h | |||
2017-01-20 | erts: Fix thread suspend in crashdump | Björn-Egil Dahlberg | |
* move signal handler setup | |||
2017-01-20 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2017-01-20 | Merge branch 'egil/cuddle-more-tests' into maint | Björn-Egil Dahlberg | |
* egil/cuddle-more-tests: runtime_tools: Fix utf-8 encoding in LTTng.xml Handle unicode in path in test | |||
2017-01-19 | Fix unused warning | Rickard Green | |
2017-01-19 | Introduce erts_proc_lookup_inc_refc() | Rickard Green | |
2017-01-18 | Change exception for enif_schedule_nif() with dirty flags | Rickard Green | |
2017-01-18 | Remove double check of NifExport when checking process code | Rickard Green | |
2017-01-17 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-17 | Merge branch 'sverker/trace_gc-bug/OTP-14154' into maint | Sverker Eriksson | |
* sverker/trace_gc-bug: erts: Fix GC tracing to use temp heap erts: Assert sufficient space need after GC | |||
2017-01-17 | Handle unicode in path in test | Björn-Egil Dahlberg | |
2017-01-17 | Merge branch 'maint' | Rickard Green | |
* maint: Remove debug printout and unnecessary GC | |||
2017-01-17 | erts: Fix zlib crash on mac for inflateGetDictionary | Sverker Eriksson | |
Work around broken build system by checking actual zlib version in runtime. | |||
2017-01-17 | Remove debug printout and unnecessary GC | Rickard Green | |
2017-01-17 | Merge branch 'rickard/ds-features-20' | Rickard Green | |
OTP-14152 * rickard/ds-features-20: Remove experimental disclaimer on dirty schedulers Scheduler wall time support for dirty schedulers Always return info from system_info(dirty_[cpu|io]_schedulers*) Improve etp-commands Switch between scheduler types when multi-scheduling is blocked Perform potentially long GC on dirty schedulers if available Return and exception trace for nif-export scheduled BIFs Optimize handling of BIF errors Support for dirty BIFs Reduction counting on non-tail return | |||
2017-01-17 | Merge branch 'maint' | Rickard Green | |
* maint: Do not automatically define HARDDEBUG when DEBUG is defined | |||
2017-01-17 | Merge branch 'rickard/no-harddebug' into maint | Rickard Green | |
* rickard/no-harddebug: Do not automatically define HARDDEBUG when DEBUG is defined | |||
2017-01-17 | Merge branch 'maint' | Rickard Green | |
* maint: Fix memory leak of temporary heap | |||
2017-01-17 | Merge branch 'rickard/abandoned-heap-bugs' into maint | Rickard Green | |
OTP-14135 * rickard/abandoned-heap-bugs: Fix memory leak of temporary heap | |||
2017-01-17 | Remove experimental disclaimer on dirty schedulers | Rickard Green | |
2017-01-17 | Scheduler wall time support for dirty schedulers | Rickard Green | |
2017-01-17 | Always return info from system_info(dirty_[cpu|io]_schedulers*) | Rickard Green | |
2017-01-16 | Merge branch 'maint' | Sverker Eriksson | |
2017-01-16 | Merge branch 'maint-19' into maint | Sverker Eriksson | |
2017-01-16 | erts: Fix port_trace_SUITE to join threads | Sverker Eriksson | |
when port is closed before driver may be unloaded. | |||
2017-01-13 | Improve etp-commands | Rickard Green | |
2017-01-13 | Switch between scheduler types when multi-scheduling is blocked | Rickard Green | |
2017-01-13 | Do not automatically define HARDDEBUG when DEBUG is defined | Rickard Green | |
2017-01-13 | Fix memory leak of temporary heap | Rickard Green | |
This bug was introduced in previous commit, and has never been released in an official OTP version. | |||
2017-01-13 | Merge branch 'hasse/stdlib/check_type_constraints/OTP-14070/PR-1214' | Hans Bolinder | |
* hasse/stdlib/check_type_constraints/OTP-14070/PR-1214: stdilb: Check for bad type constraints in function types | |||
2017-01-12 | erts: Add macro ERTS_PROC_LOCKS_HIGHER_THAN | Sverker Eriksson | |
to safeguard against bugs due to future proc lock changes. The two places now using ERTS_PROC_LOCKS_HIGHER_THAN were kind of bugs as BTM and TRACE locks were missing. But there was probably no way to get there with BTM or TRACE locked. | |||
2017-01-12 | erts: Cleanup and extra assertions in nif_SUITE.c | Sverker Eriksson | |
2017-01-12 | erts: Cleanup enif_make_reverse_list | Sverker Eriksson | |
2017-01-12 | erts: Add assertions for correct ErlNifEnv | Sverker Eriksson | |
when constructing container terms. | |||
2017-01-12 | Perform potentially long GC on dirty schedulers if available | Rickard Green | |
2017-01-12 | Return and exception trace for nif-export scheduled BIFs | Rickard Green | |
The support is somewhat primitive, since it is determined at call time if trace on return or exception should be sent. | |||
2017-01-12 | Optimize handling of BIF errors | Rickard Green | |
2017-01-12 | Support for dirty BIFs | Rickard Green | |