| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
* hans/ssh/sftp_stop_channel_hang/OTP-16507:
ssh: Add timeout to sftp channel kill sequence
|
| |
| |
| |
| | |
to avoid hanging.
|
|\ \
| | |
| | |
| | |
| | | |
* rickard/+SDio-range/OTP-16481:
Fix valid range for +SDio
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* rickard/dirty-low-prio-bug/ERL-1157/OTP-16446:
Fix low priority dirty execution
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* sverker/list_to_ref-fix/OTP-16438:
erts: Fix bug in erlang:list_to_ref/1 for external refs
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* hans/ssh/send_iolist/OTP-16373:
ssh: Change ssh_connection:send to take iodata()
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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)
|
| | | | |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* hans/ssh/fix_list_to_atom_20/OTP-16375:
ssh: Replace list_to_atom by list_to_existing_atom
|
| |/ / / |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* rickard/msb-fix-20/OTP-16379:
Fix multi-scheduling block
|
| | |/
| |/| |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* hans/ssh/release_proptest_20/OTP-16288:
ssh: Property test data dir
ssh: Update test/Makefile with missing test dir
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
maint-20
* hans/common_test/ct_proptest_log_improvement/OTP-16287:
common_test: Improve ct_property_test logging
|
| | |/ /
| |/| | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* rickard/proc-exit-lit-area-20-patch/OTP-16193:
Fix release of literal areas
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | | |
rickard/proc-exit-lit-area-20-patch/OTP-16193
* rickard/proc-exit-lit-area-20/OTP-16193:
Fix release of literal areas
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* hans/ssh/fix_cli-20-21/OTP-14849:
ssh: Fix cli problems at line end
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | | |
OTP-15947
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add some test cases that exercise the new (cbproxy) feature.
OTP-15947
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* hans/crypto/EVP_cf8_cf128_20/OTP-16133:
crypto: EVPify aes_*_cfb8 and aes_*_cfb128
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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
|