Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-23 | Merge branch 'sverker/enif_select-testing' | Sverker Eriksson | |
* sverker/enif_select-testing: erts: Fix nif_SUITE:monitor_frenzy for threadless erts: Improve message flush in nif_SUITE erts: Test monitor resource destructor from thread | |||
2017-05-23 | erts: Fix nif_SUITE:monitor_frenzy for threadless | Sverker Eriksson | |
2017-05-23 | erts: Improve message flush in nif_SUITE | Sverker Eriksson | |
Pass number of expected messages in order to wait longer for messages (for slow machines) while not wasting test time waiting for nothing. | |||
2017-05-23 | erts: Test monitor resource destructor from thread | Sverker Eriksson | |
which is scheduled on non-smp VM. | |||
2017-05-19 | Merge branch 'rickard/ds-runqs' | Rickard Green | |
OTP-14152 * rickard/ds-runqs: Make statistics/1 aware of dirty run-queues and tasks | |||
2017-05-19 | Make statistics/1 aware of dirty run-queues and tasks | Rickard Green | |
2017-05-17 | code_SUITE: Remove unused functions | Björn Gustavsson | |
2017-05-17 | Eliminate warning for variable 'Config' being unused | Björn Gustavsson | |
2017-05-08 | Merge branch 'sverker/is_module_native-trace-bug/OTP-14390' | Sverker Eriksson | |
* sverker/is_module_native-trace-bug/OTP-14390: erts: Fix code:is_module_native for local trace erts: Move and rename erts_is_native_break() | |||
2017-05-05 | Extend hipe_SUITE to test exceptions and try/catch | Björn Gustavsson | |
2017-05-04 | erts: Fix code:is_module_native for local trace | Sverker Eriksson | |
Local trace on first function in module made code:is_module_native/1 return true. Use new erts_is_function_native() to make a proper check. | |||
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-04-28 | Merge PR1413 from g-andrade/feature/phash2_nif | Sverker Eriksson | |
Support hashing terms from NIF code | |||
2017-04-25 | Merge branch 'lukas/erts/list_to_port/OTP-14348' | Lukas Larsson | |
* lukas/erts/list_to_port/OTP-14348: erts: Add erlang:list_to_port/1 debug bif erts: Auto-import port_to_list for consistency erts: Polish off erlang:list_to_ref/1 | |||
2017-04-25 | erts: Add erlang:list_to_port/1 debug bif | Lukas Larsson | |
2017-04-25 | Merge branch 'lukas/erts/deprecate-non-smp/OTP-14272' | Lukas Larsson | |
* lukas/erts/deprecate-non-smp/OTP-14272: erts: Fix testcases for smp +S 1:1 erts: Deprecate the non-smp emulators | |||
2017-04-24 | erts: Discontinue salted use of enif_hash/phash2 | Guilherme Andrade | |
2017-04-24 | Handle chardata in string:to_float and string:to_list | Dan Gudmundsson | |
2017-04-22 | erts: Allow for easier future enif_hash expansion | Guilherme Andrade | |
Allow for expanding support to 64-bit hashes without breaking the interface. | |||
2017-04-22 | erts: Add test cases for salted enif_hash calls | Guilherme Andrade | |
2017-04-22 | erts: Support custom salt in enif_hash | Guilherme Andrade | |
2017-04-21 | erts: Fix testcases for smp +S 1:1 | Lukas Larsson | |
2017-04-21 | erts: Deprecate the non-smp emulators | Lukas Larsson | |
2017-04-20 | erts: Refactor enif_phash2 into enif_hash | Guilherme Andrade | |
A more generic hashing function which can also hash terms based on `make_internal_hash'. | |||
2017-04-20 | erts: Fix random floats in enif_phash2 tests | Guilherme Andrade | |
2017-04-20 | erts: Remove enif_phash2_ranged | Guilherme Andrade | |
2017-04-20 | Remove test case for testing compatibility with R9B | Björn Gustavsson | |
It is no longer possible to commuicate with R9B nodes. | |||
2017-04-20 | Do atom roundtripping with an R16B node | Björn Gustavsson | |
It is no longer possible to communicate with R15B nodes. | |||
2017-04-19 | erts: Add enif_phash2 and enif_phash2_ranged | Guilherme Andrade | |
These allow one to hash VM terms from NIF code. | |||
2017-04-12 | Merge branch sverker/remove-latin1-atom-encoding/OTP-14337 | Sverker Eriksson | |
* sverker/remove-latin1-atom-encoding: kernel: Fix erl_distribution_wb_SUITE:whitebox kernel: Remove pg2_SUITE:compat erts: Remove fun_r13_SUITE stdlib: Remove test cases for R12 io protocol kernel: Make DFLAG_UTF8_ATOMS mandatory kernel: Rewrite distribution flag verification tools: Update assumptions in lcnt about external atom format stdlib: Tweak beam_lib_SUITE whitebox assumptions orber: Remove hard dependency to external atom format kernel: Try mend disk_log whitebox tests erts: Mark latin1 atom encoding as deprecated jinterface: Do not generate atoms on old latin1 external format erl_interface: Do not generate atoms on old latin1 ext format erts: Do not generate atoms on old latin1 external format erts: Fix faulty ASSERT for failed dec_term | |||
2017-04-11 | Merge branch 'rickard/node_container_SUITE.spec' | Rickard Green | |
* rickard/node_container_SUITE.spec: Add node_container_SUITE spec | |||
2017-04-11 | Merge branch 'rickard/test-fix' | Rickard Green | |
* rickard/test-fix: Fix scheduler_SUITE:update_cpu_info test-case | |||
2017-04-11 | Merge branch 'rickard/pcre-8.40' | Rickard Green | |
OTP-14331 * rickard/pcre-8.40: Update documentation Update README.pcre_update.md Stack guard for PCRE Adjust for incompatibility between PCRE 8.40 and perl 5.22.1 Generate re replacement and split tests with perl vsn 5.22.1 Fix re_SUITE:pcre_compile_workspace_overflow/1 Skip line with lockout of modifiers in PCRE tests Update tests for PCRE version 8.40 Update PCRE to version 8.40 Conflicts: erts/emulator/beam/beam_debug.c | |||
2017-04-07 | Stack guard for PCRE | Rickard Green | |
2017-03-24 | Add node_container_SUITE spec | Rickard Green | |
2017-03-17 | Fix scheduler_SUITE:update_cpu_info test-case | Rickard Green | |
2017-03-14 | erts: Remove fun_r13_SUITE | Sverker Eriksson | |
2017-03-13 | erts: Fix os_signal_SUITE test | Björn-Egil Dahlberg | |
2017-03-10 | Update copyright year | Rickard Green | |
2017-02-27 | Merge branch 'maint' | Rickard Green | |
* maint: Ensure prim_eval:'receive' wont clobber def_arg_reg[0] Conflicts: erts/preloaded/ebin/prim_eval.beam | |||
2017-02-27 | Merge branch 'rickard/prim_eval_receive' into maint | Rickard Green | |
OTP-14241 * rickard/prim_eval_receive: Ensure prim_eval:'receive' wont clobber def_arg_reg[0] | |||
2017-02-27 | Merge branch 'egil/pretty-print-maps-smaller/OTP-14239' | Björn-Egil Dahlberg | |
* egil/pretty-print-maps-smaller/OTP-14239: stdlib: Use erts_internal:maps_to_list/2 in io_lib_pretty Update preloaded erts_internal.beam erts: Test erts_internal:maps_to_list/2 erts: Introduce erts_internal:maps_to_list/2 | |||
2017-02-23 | erts: Test erts_internal:maps_to_list/2 | Björn-Egil Dahlberg | |
2017-02-22 | Fix nif_SUITE:select for old linux | Sverker Eriksson | |
with pipe capacity equal to PIPE_BUF meaning pipe must be empty to be writable. | |||
2017-02-20 | Fix ErlNifMonitor handling | Sverker Eriksson | |
2017-02-20 | erts: Skip nif_SUITE:select on windows | Sverker Eriksson | |
for now... | |||
2017-02-20 | Fix whitebox monitor tests | Sverker Eriksson | |
2017-02-20 | Expand nif_SUITE:monitor_frenzy to verify dtor calls | Sverker Eriksson | |
2017-02-20 | Expand nif_SUITE:monitor_frenzy with binary_to_term | Sverker Eriksson | |
to provoke resource revival race. | |||
2017-02-20 | Merge branch 'master' into sverker/enif_select | Sverker Eriksson | |
Conflicts: erts/emulator/beam/erl_binary.h erts/emulator/beam/erl_monitors.c erts/emulator/beam/erl_nif.c erts/emulator/beam/global.h erts/emulator/test/nif_SUITE_data/nif_SUITE.c |