Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-27 | Merge branch 'sverk/maximmai-pr640-autoconf/OTP-12646' | Sverker Eriksson | |
* sverk/maximmai-pr640-autoconf/OTP-12646: Update config.guess and config.sub to latest versions | |||
2015-04-27 | Merge branch 'derek121/gen_server_doc_grammar' | Zandra Hird | |
* derek121/gen_server_doc_grammar: Fix grammar in docs for multi_call/* | |||
2015-04-27 | Merge branch 'vinoski/dirty-sched-wakeup' | Zandra Hird | |
OTP-12685 | |||
2015-04-27 | test_server: Fix install_hook | Björn-Egil Dahlberg | |
We cannot use erlang:unique_integer([positive]) here since this code in run on older test releases as well. | |||
2015-04-27 | erts: Specialize minus and plus instruction | Björn-Egil Dahlberg | |
Seen on SSL application where substraction with x registers were prevalent: * i_minus specialization on x registers * i_plus specialization on x registers | |||
2015-04-27 | erts: Add move2 specialization for common move patterns | Björn-Egil Dahlberg | |
Common pattern seen in SSL: move y x | move r x -> move2 move r x | move y x -> move2 Common pattern seen in SSL and Compiler: move x r | move x x -> move2 | |||
2015-04-27 | Merge branch 'bjorn/use-monotonic-time' | Björn Gustavsson | |
* bjorn/use-monotonic-time: supervisor: Correct restart handling test_server: Use erlang:monotonic_time/0 compile: Teach 'time' option to show three significant decimals timer: Use monotonic_time/0 in tc/1,2,3 | |||
2015-04-27 | snmp: Remove deprecated warning for erlang:now in snmp_verbority | Erland Schönbeck | |
2015-04-27 | Merge branch 'hb/dialyzer/new_options/OTP-12682' | Hans Bolinder | |
* hb/dialyzer/new_options/OTP-12682: dialyzer: Add new option 'unknown' dialyzer: Add new option 'no_missing_calls' | |||
2015-04-27 | dialyzer: Add new option 'unknown' | Hans Bolinder | |
Replace the undocumented option 'no_unknown' with the documented option 'unknown'. | |||
2015-04-27 | dialyzer: Add new option 'no_missing_calls' | Hans Bolinder | |
2015-04-27 | Merge branch 'hb/stdlib/update_gb_sets_type' | Hans Bolinder | |
* hb/stdlib/update_gb_sets_type: stdlib: Substitute set() for gb_sets:set() in gb_sets | |||
2015-04-27 | stdlib: Substitute set() for gb_sets:set() in gb_sets | Hans Bolinder | |
2015-04-24 | Merge branch 'egil/eprof-totality/OTP-12681' | Björn-Egil Dahlberg | |
* egil/eprof-totality/OTP-12681: tools: Add printout of total number of calls and time in eprof | |||
2015-04-24 | Merge branch 'egil/core-on-heart-tmo/OTP-12613' | Björn-Egil Dahlberg | |
* egil/core-on-heart-tmo/OTP-12613: kernel: Document heart environment HEART_KILL_SIGNAL erts: Enable different abort signal from heart | |||
2015-04-24 | Merge branch 'egil/opt-float-cmp' | Björn-Egil Dahlberg | |
* egil/opt-float-cmp: erts: Brute force float comparisons as well | |||
2015-04-24 | snmp: Change to random use crypto. Remove use of erlang:now | Erland Schönbeck | |
2015-04-24 | Merge branch 'hans/ssh/improve_docs' | Hans Nilsson | |
2015-04-24 | Merge branch 'ia/ssh/improve_docs' | Ingela Anderton Andin | |
* ia/ssh/improve_docs: ssh: Move code example to Users Guide ssh: Keep dependency info in only one place ssh: Add links ssh: Align to alphabetic order ssh: Change wording to become accurate ssh: Remove extra whitespace ssh: Corrected information about error and event logging ssh: Remove legacy statement ssh: Technically correct description Editorial updates | |||
2015-04-24 | erts: Specialize rem instruction for common case | Björn-Egil Dahlberg | |
* i_rem specialization on x registers | |||
2015-04-24 | erts: Specialize band instruction for common case | Björn-Egil Dahlberg | |
* i_band specialization on x registers and constants | |||
2015-04-23 | erts: Batch loads and stores for move_window | Björn-Egil Dahlberg | |
May lessen load/store latency. | |||
2015-04-23 | Fix ssh_sftp wait_for_version_negotiation timeout | Simon Cornish | |
This patch fixes a bug that causes an SFTP connection to always fail when {timeout, Timeout} option is used with ssh_sftp:start_channel. The bug is that the version negotiation timer is not cancelled upon reception of SSH_FXP_VERSION. | |||
2015-04-23 | Declare webtool and test_server as obsolete | Peter Andersson | |
2015-04-23 | Use port 0 with {fd,Fd}, use snmpm_fd in manager | Raimo Niskanen | |
2015-04-23 | erts: Fix loader increment from minus instruction | Björn-Egil Dahlberg | |
A type error caused the optimization to never kick in. | |||
2015-04-23 | ssh: Timeout unit and default added to some missing places | Hans Nilsson | |
2015-04-23 | erts: Add move window instruction | Björn-Egil Dahlberg | |
Move an entire region of x registers to the stack. This reduces the dispatch pressure of move instructions. Also introduce a move2 specialization for some common move patterns: move r y | move x y -> move2 : As above, moving regions to the stack move x r | move x y -> move2 : A seemingly common pattern | |||
2015-04-23 | erts: Add instruction move3 for xy and xx | Björn-Egil Dahlberg | |
2015-04-23 | erts: Specialize compare instructions | Björn-Egil Dahlberg | |
* i_is_lt for r, x registers and constants * i_is_ge for x registers and constants * i_is_exact_eq for r and x registers | |||
2015-04-23 | kernel: Add instruction_count helper to erts_debug | Björn-Egil Dahlberg | |
2015-04-23 | ssh: Formatting adjustments | Hans Nilsson | |
Some examples had encountered the space eater. | |||
2015-04-23 | Set TCP option {nodelay,true} as default for telnet connections | Peter Andersson | |
2015-04-23 | ssh: Add line about supported kex algorithm(s) | Hans Nilsson | |
2015-04-23 | ssh: Removed missplaced empty paranthesis | Hans Nilsson | |
2015-04-23 | beam_validator: Remove support for removed BIF fault/1,2 | Björn Gustavsson | |
The fault/1,2 BIF was removed a long time ago. | |||
2015-04-23 | beam_validator: Correct merging of states | Björn Gustavsson | |
When merging two states, the following fields should be merged between the states: #st.x, #st.y, #st.numy, #st.ct. Everything else should be set to the default values in a new state. | |||
2015-04-23 | beam_validator: Correct merging of y registers | Björn Gustavsson | |
When merging y registers, only the y registers that are found in both states should be retained. | |||
2015-04-23 | Increase speed of keep_alive (NOP) polls | Peter Andersson | |
2015-04-23 | Merge branch 'maint' | Zandra Hird | |
Conflicts: OTP_VERSION | |||
2015-04-22 | ssh: Move code example to Users Guide | Ingela Anderton Andin | |
2015-04-22 | ssh: Keep dependency info in only one place | Ingela Anderton Andin | |
2015-04-22 | ssh: Add links | Ingela Anderton Andin | |
2015-04-22 | ssh: Align to alphabetic order | Ingela Anderton Andin | |
2015-04-22 | ssh: Change wording to become accurate | Ingela Anderton Andin | |
2015-04-22 | ssh: Remove extra whitespace | Ingela Anderton Andin | |
2015-04-22 | ssh: Corrected information about error and event logging | Ingela Anderton Andin | |
Also added some links | |||
2015-04-22 | ssh: Remove legacy statement | Ingela Anderton Andin | |
2015-04-22 | ssh: Technically correct description | Ingela Anderton Andin | |
2015-04-22 | Editorial updates | tmanevik | |
SSH application |