Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-01 | Eliminate use of doc and suite clauses | Björn-Egil Dahlberg | |
Those clause are obsolete and never used by common_test. | |||
2016-04-01 | Replace ?t:sleep/1 with ct:sleep/1 | Björn-Egil Dahlberg | |
2016-04-01 | Replace use of test_server:format/2 with io:format/2 | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of test_server:fail/0,1 | Björn-Egil Dahlberg | |
2016-04-01 | Eliminate use of ?config() macro | Björn-Egil Dahlberg | |
2016-04-01 | Modernize use of timetraps | Björn-Egil Dahlberg | |
2016-04-01 | Remove ?line macros | Björn-Egil Dahlberg | |
2016-04-01 | Merge branch 'sa/specs-for-callbacks' | Hans Bolinder | |
* sa/specs-for-callbacks: Add documentation about -specs for callbacks | |||
2016-04-01 | Add documentation about -specs for callbacks | Stavros Aronis | |
2016-04-01 | Merge branch 'bjorn/kernel/doc' | Björn Gustavsson | |
* bjorn/kernel/doc: code: Remove 'bad_path' error code from set_path/1 Update Kernel documentation | |||
2016-04-01 | Merge branch 'rickard/proc-free-fix/OTP-13446' | Rickard Green | |
* rickard/proc-free-fix/OTP-13446: Fix bad refc management of process struct Conflicts: erts/emulator/beam/erl_process.c | |||
2016-03-31 | Fix bad refc management of process struct | Rickard Green | |
2016-03-31 | code: Remove 'bad_path' error code from set_path/1 | Björn Gustavsson | |
code:set_path/1 no longer returns {error,bad_path} (an exception will be thrown instead). | |||
2016-03-31 | Update Kernel documentation | Björn Gustavsson | |
Language cleaned up by technical writers from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. | |||
2016-03-31 | Merge branch 'sstrigler/ct_logs_add_blank' | Siri Hansen | |
* sstrigler/ct_logs_add_blank: Add blank before dots | |||
2016-03-31 | Merge branch 'bjorn/optimize-start-up/OTP-13368' | Björn Gustavsson | |
* bjorn/optimize-start-up/OTP-13368: reltool_server_SUITE: Correct diffing of start scripts | |||
2016-03-31 | reltool_server_SUITE: Correct diffing of start scripts | Björn Gustavsson | |
In c3c6182, systools was updated to add more modules to be pre-loaded along with error_handler. That is a pure optimization. Because of the extra modules, test cases that compared the start scripts generated by SASL with the ones generated by Reltool would fail. We must implement a more elaborate way to diff the scripts. | |||
2016-03-30 | Merge branch 'hans/ssh/ssh_dbg_module' | Hans Nilsson | |
2016-03-30 | Merge branch 'hans/ssh/ssh_info_additions' | Hans Nilsson | |
2016-03-30 | erts: Fix "hanging" VM caused by exiting tty_sl driver | Sverker Eriksson | |
Bug introduced on master in a31eab5469b7740d. | |||
2016-03-29 | Merge branch 'lukas/erts/etp-bigendian-pid-fix' | Lukas Larsson | |
* lukas/erts/etp-bigendian-pid-fix: erts: Fix etp pid print on big endian | |||
2016-03-29 | Merge branch 'lukas/kernel/sendfile_fallback_chunksize_adj/OTP-13444' | Lukas Larsson | |
* lukas/kernel/sendfile_fallback_chunksize_adj/OTP-13444: kernel: Reduce sendfile fallback chunk size | |||
2016-03-29 | ssh: app-file updated with the experimental ssh_dbg module | Hans Nilsson | |
2016-03-29 | ssh: Experimental debug interface module | Hans Nilsson | |
2016-03-29 | ssh: experimental ssh_info extended | Hans Nilsson | |
2016-03-29 | Merge branch 'lukas/erts/enif_trace_functions/OTP-13442' | Lukas Larsson | |
* lukas/erts/enif_trace_functions/OTP-13442: erts: Fix bug in enif_send erts: Fix windows nif port tests erts: Fix bug in enif_term_to_binary erts: Remove printout when dec_term fails in DEBUG erts: Polish erl_nif docs erts: Improve enif_binary_to_term erts: Add enif_port_command erts: Add enif_term_to_binary and enif_binary_to_term erts: Add enif_is_process/port_alive erts: Add enif_cpu/now_time and enif_make_unique_integer | |||
2016-03-29 | erts: Fix bug in enif_send | Sverker Eriksson | |
Let cache_env() set env->heap_frag to same as MBUF(p) as it is in any other case. | |||
2016-03-29 | erts: Fix windows nif port tests | Lukas Larsson | |
2016-03-29 | erts: Fix bug in enif_term_to_binary | Sverker Eriksson | |
Wait until after dec_term and factory_close to do cache_env(), otherwise we will cache the wrong state. | |||
2016-03-29 | erts: Remove printout when dec_term fails in DEBUG | Sverker Eriksson | |
2016-03-29 | erts: Polish erl_nif docs | Sverker Eriksson | |
2016-03-29 | erts: Improve enif_binary_to_term | Sverker Eriksson | |
* Accept a raw data buffer instead of ErlNifBinary * Accept option ERL_NIF_BIN2TERM_SAFE * Return number of read bytes | |||
2016-03-29 | erts: Add enif_port_command | Lukas Larsson | |
2016-03-29 | erts: Add enif_term_to_binary and enif_binary_to_term | Lukas Larsson | |
2016-03-29 | erts: Add enif_is_process/port_alive | Lukas Larsson | |
2016-03-29 | erts: Add enif_cpu/now_time and enif_make_unique_integer | Lukas Larsson | |
2016-03-29 | Merge branch 'rickard/improve-psd/OTP-13428' | Rickard Green | |
* rickard/improve-psd/OTP-13428: Improve process/port specific data management | |||
2016-03-29 | Merge branch 'rickard/delayed-gc-fix' | Rickard Green | |
* rickard/delayed-gc-fix: Allow delayed gc while scheduled out | |||
2016-03-29 | Merge branch 'rickard/port-sig-dropped-fix/OTP-13424' | Rickard Green | |
* rickard/port-sig-dropped-fix/OTP-13424: Fix implementation of dropped signal to port | |||
2016-03-29 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
2016-03-29 | Merge branch 'lukas/erts/inline_tagvaldef/OTP-13440' | Lukas Larsson | |
* lukas/erts/inline_tagvaldef/OTP-13440: erts: inline tag_val_def | |||
2016-03-29 | erts: inline tag_val_def | Lukas Larsson | |
The tag_val_def function was called and multiple switch statements had to be traversed in term.c, and then a big switch in the calling code to branch on the term types. By inlining the switches are merged by the compiler and a lot fewer branches have to be taken. Benchmarks show that this increases performance of enc_term by as much as 10%. | |||
2016-03-29 | Merge branch 'lukas/erts/fix_pthread_setname_osx/OTP-13439' | Lukas Larsson | |
* lukas/erts/fix_pthread_setname_osx/OTP-13439: erts: Fix pthread_setname_np warning on osx | |||
2016-03-29 | Merge branch 'lukas/erts/low_write_freq_darwin/OTP-12345' | Lukas Larsson | |
* lukas/erts/low_write_freq_darwin/OTP-12345: erts: Fix LOW_WRITE section for non llvm os x compilation | |||
2016-03-24 | Improve process/port specific data management | Rickard Green | |
2016-03-24 | Merge branch 'siri/cuddle-master' | Siri Hansen | |
* siri/cuddle-master: Update sasl/test/test_lib.hrl with recent versions of kernel and stdlib | |||
2016-03-24 | Update primary bootstrap | Björn Gustavsson | |
2016-03-24 | Merge branch 'bjorn/compiler/forms/ERL-113/OTP-13430' | Björn Gustavsson | |
* bjorn/compiler/forms/ERL-113/OTP-13430: Fix compile:forms/1,2 crash when not in an existing directory | |||
2016-03-24 | Fix compile:forms/1,2 crash when not in an existing directory | Björn Gustavsson | |
compile:forms/1,2 will crash when the current working directory has been deleted. Fix that problem, and while we are at it, also stop including {source,""} in module_info() when no source code file is given. Reported-at: http://bugs.erlang.org/browse/ERL-113 Reported-by: Adam Lindberg | |||
2016-03-24 | erts: Fix etp pid print on big endian | Lukas Larsson | |