summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated OTP versionOTP-20.3.8.26maint-20Erlang/OTP2020-02-272-1/+2
|
* Prepare releaseErlang/OTP2020-02-275-6/+86
|
* Merge branch 'hans/ssh/sftp_stop_channel_hang/OTP-16507' into maint-20Erlang/OTP2020-02-271-0/+2
|\ | | | | | | | | * hans/ssh/sftp_stop_channel_hang/OTP-16507: ssh: Add timeout to sftp channel kill sequence
| * ssh: Add timeout to sftp channel kill sequenceHans Nilsson2020-02-261-0/+2
| | | | | | | | to avoid hanging.
* | Merge branch 'rickard/+SDio-range/OTP-16481' into maint-20Erlang/OTP2020-02-272-3/+3
|\ \ | | | | | | | | | | | | * rickard/+SDio-range/OTP-16481: Fix valid range for +SDio
| * | Fix valid range for +SDioRickard Green2020-02-182-3/+3
| | |
* | | Merge branch 'rickard/kill2killed-fix/ERL-1165/OTP-16465' into maint-20Erlang/OTP2020-02-275-5/+75
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * rickard/kill2killed-fix/ERL-1165/OTP-16465: Fix erroneous mapping of kill exit reason to killed Activate test Test case verifying exit signal kill to killed mapping
| * | | Fix erroneous mapping of kill exit reason to killedRickard Green2020-02-114-3/+9
| | | |
| * | | Activate testRickard Green2020-02-111-1/+2
| | | |
| * | | Test case verifying exit signal kill to killed mappingRickard Green2020-02-111-1/+64
| |/ /
* | | Merge branch 'rickard/dirty-low-prio-bug/ERL-1157/OTP-16446' into maint-20Erlang/OTP2020-02-272-2/+94
|\ \ \ | | | | | | | | | | | | | | | | * rickard/dirty-low-prio-bug/ERL-1157/OTP-16446: Fix low priority dirty execution
| * | | Fix low priority dirty executionRickard Green2020-02-042-2/+94
| |/ /
* | | Merge branch 'rickard/endless-resched-bug/ERL-1152/OTP-16436' into maint-20Erlang/OTP2020-02-272-4/+19
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rickard/endless-resched-bug/ERL-1152/OTP-16436: Prevent endless reschedule of sys-task due to high prio dirty-job # Conflicts: # erts/emulator/test/process_SUITE.erl
| * | | Prevent endless reschedule of sys-task due to high prio dirty-jobRickard Green2020-01-312-4/+19
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Higher prio dirty-job in combination with lower prio sys-task could cause an endless rescheduling of the sys-task without making any progress. This since we refuse to execute on a dirty scheduler if we got sys-tasks as well as refuse to execute lower prio sys-tasks if we got other higher prio work to do. Solved by executing lower prio sys-task even though we got higher prio dirty-jobs. This since it is non-trivial to reschedule already scheduled sys-tasks for handling while executing dirty and we do not now how long time it takes until we return from dirty work.
* | | Merge branch 'sverker/list_to_ref-fix/OTP-16438' into maint-20Erlang/OTP2020-02-272-2/+59
|\ \ \ | |_|/ |/| | | | | | | | * sverker/list_to_ref-fix/OTP-16438: erts: Fix bug in erlang:list_to_ref/1 for external refs
| * | erts: Fix bug in erlang:list_to_ref/1 for external refsSverker Eriksson2020-01-292-2/+59
| | |
* | | Updated OTP versionOTP-20.3.8.25Erlang/OTP2020-01-162-1/+2
| | |
* | | Prepare releaseErlang/OTP2020-01-168-8/+70
| | |
* | | Merge branch 'hans/ssh/send_iolist/OTP-16373' into maint-20Erlang/OTP2020-01-162-23/+8
|\ \ \ | | | | | | | | | | | | | | | | * hans/ssh/send_iolist/OTP-16373: ssh: Change ssh_connection:send to take iodata()
| * | | ssh: Change ssh_connection:send to take iodata()Hans Nilsson2019-12-202-23/+8
| |/ /
* | | Merge branch 'hans/ssh/fix_timing_20/OTP-16376' into maint-20Erlang/OTP2020-01-164-3/+39
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/fix_timing_20/OTP-16376: ssh: Update crypto dependency ssh: Use constant time comparision in some places crypto: Add an equal-time comparision function. (NIF candidate)
| * | | ssh: Update crypto dependencyHans Nilsson2020-01-091-1/+1
| | | |
| * | | ssh: Use constant time comparision in some placesHans Nilsson2020-01-082-2/+2
| | | |
| * | | crypto: Add an equal-time comparision function. (NIF candidate)Hans Nilsson2020-01-081-0/+36
| | | |
* | | | Merge branch 'hans/ssh/fix_list_to_atom_20/OTP-16375' into maint-20Erlang/OTP2020-01-161-5/+23
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * hans/ssh/fix_list_to_atom_20/OTP-16375: ssh: Replace list_to_atom by list_to_existing_atom
| * | | | ssh: Replace list_to_atom by list_to_existing_atomHans Nilsson2020-01-081-5/+23
| |/ / /
* | | | Merge branch 'rickard/msb-fix-20/OTP-16379' into maint-20Erlang/OTP2020-01-161-14/+24
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * rickard/msb-fix-20/OTP-16379: Fix multi-scheduling block
| * | | Fix multi-scheduling blockRickard Green2020-01-091-14/+24
| | |/ | |/|
* | | Updated OTP versionOTP-20.3.8.24Erlang/OTP2019-11-152-1/+2
| | |
* | | Prepare releaseErlang/OTP2019-11-157-9/+60
| | |
* | | Merge branch 'hans/ssh/release_proptest_20/OTP-16288' into maint-20Erlang/OTP2019-11-157-1/+52
|\ \ \ | | | | | | | | | | | | | | | | | | | | * hans/ssh/release_proptest_20/OTP-16288: ssh: Property test data dir ssh: Update test/Makefile with missing test dir
| * | | ssh: Property test data dirHans Nilsson2019-11-146-0/+51
| | | |
| * | | ssh: Update test/Makefile with missing test dirHans Nilsson2019-11-121-1/+1
| | | |
* | | | Merge branch 'hans/common_test/ct_proptest_log_improvement/OTP-16287' into ↵Erlang/OTP2019-11-151-19/+48
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maint-20 * hans/common_test/ct_proptest_log_improvement/OTP-16287: common_test: Improve ct_property_test logging
| * | | | common_test: Improve ct_property_test loggingHans Nilsson2019-11-111-19/+48
| | |/ / | |/| |
* | | | Merge branch 'rickard/proc-exit-lit-area-20-patch/OTP-16193' into maint-20Erlang/OTP2019-11-1513-89/+688
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * rickard/proc-exit-lit-area-20-patch/OTP-16193: Fix release of literal areas
| * \ \ \ Merge branch 'rickard/proc-exit-lit-area-20/OTP-16193' into ↵Rickard Green2019-11-0613-89/+688
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | rickard/proc-exit-lit-area-20-patch/OTP-16193 * rickard/proc-exit-lit-area-20/OTP-16193: Fix release of literal areas
| | * | | Fix release of literal areasRickard Green2019-10-2913-88/+688
| | |/ / | | | | | | | | | | | | | | | | | | | | Literal areas could get prematurely removed and accessed from the exit reason of a terminated process, or accessed from the heap of a process executing dirty while terminating.
* | | | Merge branch 'hans/ssh/fix_cli-20-21/OTP-14849' into maint-20Erlang/OTP2019-11-151-2/+6
|\ \ \ \ | |/ / / |/| | | | | | | | | | | * hans/ssh/fix_cli-20-21/OTP-14849: ssh: Fix cli problems at line end
| * | | ssh: Fix cli problems at line endHans Nilsson2019-10-161-2/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Was a bug when one 1) wrote a few chars, 2) moved back and inserted more chars until the last chars should flow into the next line The cursor then jumped one line above what one expects
* | | Updated OTP versionOTP-20.3.8.23Erlang/OTP2019-10-042-1/+2
| | |
* | | Prepare releaseErlang/OTP2019-10-049-9/+101
| | |
* | | Merge branch 'bmk/snmp/manager/20190910/callback_proxy/OTP-15947' into maint-20Erlang/OTP2019-10-047-173/+713
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bmk/snmp/manager/20190910/callback_proxy/OTP-15947: [snmp|manager|test] Adjusted the inform_swarm test case runtime [snmp|manager|doc] Document the new (cbproxy) option [snmp|manager|test] Add test cases using the new (cbproxy) feature [snmp|manager] Server callback proxy process config
| * | | [snmp|manager|test] Adjusted the inform_swarm test case runtimeMicael Karlberg2019-10-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The runtime for the inform_swarm test cases was a bit excessive. It as adjusted so that it should now take approx. 3 minutes (depending on the machine...) OTP-15947
| * | | [snmp|manager|doc] Document the new (cbproxy) optionMicael Karlberg2019-09-122-3/+45
| | | | | | | | | | | | | | | | OTP-15947
| * | | [snmp|manager|test] Add test cases using the new (cbproxy) featureMicael Karlberg2019-09-122-83/+290
| | | | | | | | | | | | | | | | | | | | | | | | Add some test cases that exercise the new (cbproxy) feature. OTP-15947
| * | | [snmp|manager] Server callback proxy process configMicael Karlberg2019-09-123-87/+378
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Callback Proxy for the SNMP manager server. Each callback was previously done in an newly created temporary process (it did the call and then exited). This has now been made configurable with the new (server) option cbproxy. It has the values: temporary (default) and permanent. OTP-15947
* | | Merge branch 'hans/crypto/EVP_cf8_cf128_20/OTP-16133' into maint-20Erlang/OTP2019-10-042-86/+6
|\ \ \ | | | | | | | | | | | | | | | | * hans/crypto/EVP_cf8_cf128_20/OTP-16133: crypto: EVPify aes_*_cfb8 and aes_*_cfb128
| * | | crypto: EVPify aes_*_cfb8 and aes_*_cfb128Hans Nilsson2019-10-022-86/+6
| | | |
* | | | Merge branch 'zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348' into ↵Erlang/OTP2019-10-043-25/+64
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maint-20 * zadean/syntax_tools/add_missing_unwrap/OTP-16012/PR-2348: Update test suite Also unwrap map_type_* name and value Add unwrap calls to map_field_* in erl_syntax # Conflicts: # lib/syntax_tools/test/syntax_tools_SUITE.erl