Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-25 | erts: Add erlang:list_to_port/1 debug bif | Lukas Larsson | |
2017-04-25 | erts: Auto-import port_to_list for consistency | Lukas Larsson | |
Follow the same pattern as pid_to_list | |||
2017-04-21 | erts: Polish off erlang:list_to_ref/1 | Lukas Larsson | |
2017-04-20 | Merge pull request #1415 from garazdawi/lukas/travis/run-dialyzer-script | Lukas Larsson | |
Move travis dialyzer logic to script file | |||
2017-04-20 | Merge branch 'lukas/erts/20_minor_fixes' | Lukas Larsson | |
* lukas/erts/20_minor_fixes: erts: Rebuild etc executables if config.h changes erts: Fix new gcc warning in check io kernel: Add mem check to prim_file:large_write tc erts: Fix two compiler warnings on OS X erts: Fix erts_debug:df function info output erts: Get rid of some unused function warnings on os x | |||
2017-04-20 | Merge branch 'lukas/erts/erlexec_docker_cpuset-cpus/OTP-14352' | Lukas Larsson | |
* lukas/erts/erlexec_docker_cpuset-cpus/OTP-14352: erts: Fix erlexec to handle mismatch in sysconf and proc fs | |||
2017-04-20 | erts: Fix erlexec to handle mismatch in sysconf and proc fs | Lukas Larsson | |
This behaviour has been seen when using docker together with --cpuset-cpus. | |||
2017-04-20 | erts: Rebuild etc executables if config.h changes | Lukas Larsson | |
2017-04-20 | erts: Fix new gcc warning in check io | Lukas Larsson | |
2017-04-20 | kernel: Add mem check to prim_file:large_write tc | Lukas Larsson | |
2017-04-20 | Move travis dialyzer logic to script file | Lukas Larsson | |
2017-04-19 | Merge pull request #1409 from margnus1/hipe-m32-build2 | Sverker Eriksson | |
HiPE: Fix --enable-native-libs --enable-m32-build | |||
2017-04-19 | Merge branch 'sverker/remove-latin1-atom-encoding' | Sverker Eriksson | |
AGAIN * sverker/remove-latin1-atom-encoding: tools: Fix more assumptions in lcnt about external format | |||
2017-04-19 | Merge branch 'bjorn/stdlib/erl_tar/OTP-14278' | Björn Gustavsson | |
* bjorn/stdlib/erl_tar/OTP-14278: erl_tar: Handle leading slashes and directory traversal attacks Don't create absolute path names in tar files | |||
2017-04-18 | tools: Fix more assumptions in lcnt about external format | Sverker Eriksson | |
Also tried to prepare for large creation. | |||
2017-04-18 | Merge pull request #1412 from manuel-rubio/manuel-rubio/add-re-version | Rickard Green | |
Add re:version/0 OTP-14347 | |||
2017-04-18 | HiPE: Fix --enable-native-libs --enable-m32-build | Magnus Lång | |
This fixes a mistake in 6d8c39229 where a few "enable_hipe=no" that makes the build fail when building with both --enable-native-libs and --enable-m32-build slipped through. | |||
2017-04-18 | Merge branch 'hans/ssh/dialyzer_fixes' | Hans Nilsson | |
2017-04-18 | ssh: fix dialyzer errors | Hans Nilsson | |
2017-04-18 | Merge branch 'hasse/stdlib/linter_check_dialyzer/OTP-14323' | Hans Bolinder | |
* hasse/stdlib/linter_check_dialyzer/OTP-14323: stdlib: Add checks of the dialyzer attribute to the linter | |||
2017-04-17 | test for re:version/0 | Manuel Rubio | |
2017-04-17 | add re:version/0 documentation and update the copyright of the file to 2017 | Manuel Rubio | |
2017-04-13 | Merge branch 'hans/ssh/crypt_rand_uniform' | Hans Nilsson | |
2017-04-13 | Merge branch 'hans/ssh/use_postpone' | Hans Nilsson | |
2017-04-13 | Merge branch 'hans/ssh/rename_to_init' | Hans Nilsson | |
2017-04-13 | ssh: re-write to use callback init/1 | Hans Nilsson | |
2017-04-13 | erl_tar: Handle leading slashes and directory traversal attacks | Björn Gustavsson | |
2017-04-13 | stdlib: Add checks of the dialyzer attribute to the linter | Hans Bolinder | |
The same checks are also performed by the Dialyzer. | |||
2017-04-13 | Merge branch 'ingela/dtls/progress' | Ingela Anderton Andin | |
* ingela/dtls/progress: dtls: Correct cookie map name dtls: Fix active once emulation for DTLS | |||
2017-04-13 | dtls: Correct cookie map name | Ingela Anderton Andin | |
2017-04-13 | dtls: Fix active once emulation for DTLS | Ingela Anderton Andin | |
2017-04-13 | Merge branch 'siri/make/include-path/ERL-395/OTP-14339' | Siri Hansen | |
* siri/make/include-path/ERL-395/OTP-14339: [tools/make] Add current directory to include path | |||
2017-04-12 | ssh: replace deprecated crypto:rand_uniform | Hans Nilsson | |
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-12 | ssh: change next_event to postpone | Hans Nilsson | |
2017-04-12 | Merge branch 'ingela/openssl-version' | Ingela Anderton Andin | |
* ingela/openssl-version: crypto: Update documentation to reflect new version policy erts: Update configure check for OpenSSL | |||
2017-04-12 | Don't create absolute path names in tar files | Björn Gustavsson | |
We should not assume that erl_tar will allow unpacking tar files with absolute path names for archive members. | |||
2017-04-12 | [tools/make] Add current directory to include path | Siri Hansen | |
This is to ensure that files are recompiled if a .hrl file in the current directory is changed. | |||
2017-04-12 | Merge branch 'bjorn/compiler/unicode-atoms/OTP-14285' | Björn Gustavsson | |
* bjorn/compiler/unicode-atoms/OTP-14285: Correct compile_SUITE:core_roundtrip/1 Atoms in Core Erlang must be encoded in UTF-8 | |||
2017-04-12 | Merge branch 'hans/ssh/message_queue_data_off_heap' | Hans Nilsson | |
2017-04-12 | ssh: added message_queue_data,off_heap to spawn | Hans Nilsson | |
Seems to solve some test case problems when heavily loaded | |||
2017-04-12 | Correct compile_SUITE:core_roundtrip/1 | Björn Gustavsson | |
The test is supposed to compare the Core Erlang code that has been printed and parsed back. It did compare and print any differences, but it did not fail when there were differences. Also fix problems with variable names and maps not comparing equal when the inliner has been used. | |||
2017-04-12 | Atoms in Core Erlang must be encoded in UTF-8 | Björn Gustavsson | |
core_scan will now support and require atoms encoded in UTF-8. | |||
2017-04-12 | Merge branch 'hans/crypto/cuddle_tests' | Hans Nilsson | |
2017-04-12 | crypto: Increase prime to pass with FIPS-enabled cryptolib | Hans Nilsson | |
Fix for problem introduced with OTP-14140 | |||
2017-04-12 | Merge branch 'rickard/ds-fixes' | Rickard Green | |
* rickard/ds-fixes: Fix dirty GC implementation Fix multi-scheduling with only one normal scheduler Fix +SDPcpu | |||
2017-04-12 | Merge branch 'siri/ct/scale-on-valgrind' | Siri Hansen | |
* siri/ct/scale-on-valgrind: [ct] Scale timetraps when running valgrind | |||
2017-04-12 | [ct] Scale timetraps when running valgrind | Siri Hansen | |
2017-04-12 | Merge branch 'ingela/ssl/ECC-combos/OTP-14334' | Ingela Anderton Andin | |
* ingela/ssl/ECC-combos/OTP-14334: ssl: Generate correct certificate chains for the ECC tests public_key: Public RSA key is present in private key | |||
2017-04-12 | ssl: Generate correct certificate chains for the ECC tests | Ingela Anderton Andin | |
The certificate chain handling had become quite entangled and was not correct. |