Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-12 | Merge branch 'hans/public_key/replace_deprecated_random_funcs/OTP-14608' ↵ | Hans Nilsson | |
into maint | |||
2017-09-12 | public_key: Deprecated random function replaced | Hans Nilsson | |
2017-09-12 | public_key: clearify random set bounderys in comments | Hans Nilsson | |
2017-09-12 | Update the version to 2.8.0 | Bozhidar Batsov | |
2017-09-12 | Merge branch 'maint' | Lukas Larsson | |
2017-09-12 | Merge branch 'lukas/ct/ts_abort_on_compilation_fail' into maint | Lukas Larsson | |
* lukas/ct/ts_abort_on_compilation_fail: erts: Fix leaking of fds in iovec_SUITE ts: Don't test apps that are not available asn1: Fix test suite deprecated functions ct: ts:run now abort the test run on compilation failure | |||
2017-09-12 | Merge branch 'maint' | Dan Gudmundsson | |
* maint: Emacs: Update erlang-xref-find-definitions-module for Emacs 26 Emacs: Guess type of tag definition in Emacs 24 | |||
2017-09-12 | Merge pull request #1559 from johanclaesson/tags2_maint | Dan Gudmundsson | |
2017-09-12 | erts: Fix leaking of fds in iovec_SUITE | Lukas Larsson | |
2017-09-12 | ts: Don't test apps that are not available | Lukas Larsson | |
2017-09-12 | asn1: Fix test suite deprecated functions | Lukas Larsson | |
2017-09-11 | Fix diameter_packet.avps decode of Grouped AVP errors in Failed-AVP | Anders Svensson | |
The decode didn't respect the format as a list of diameter_avp records, so information about faulty component AVPs was lost. | |||
2017-09-11 | Merge branch 'anders/diameter/DOIC/OTP-14588' into ↵ | Anders Svensson | |
anders/diameter/grouped_decode/OTP-14607 * anders/diameter/DOIC/OTP-14588: Fix avp_dictionaries decode with {decode_format, none} | |||
2017-09-11 | Use 't' instead of 'I' bit syntax operands | Björn Gustavsson | |
The number of live registers, unit and flags, and the number of slots all fit comortably in 16 bits. This change will give more opportunities for packing. | |||
2017-09-11 | Optimize operand type for match context in i_bs_get_integer | Björn Gustavsson | |
The match context is always in an X register. Change the 's' operand to 'x'. While we are it, also change the operands for Live and FlagsAndUnit to 't' (they will both fit comfortably in 16 bits). | |||
2017-09-11 | Change operand type from 's' to 'S' for a few instructions | Björn Gustavsson | |
'S' is slightly more efficient. Using 'S' may also enable more packing. | |||
2017-09-11 | Use the correct name of the parameter | Björn Gustavsson | |
2017-09-11 | Introduce a new trace_jump/1 instruction for tracing | Björn Gustavsson | |
As a preparation for introducing relative jumps, introduce "trace_jump W" that can be used for tracing. This instruction will continue to have an absolute address for the jump target. (Note: This instruction is never created during loading; it is only created in stubs when tracing is active.) | |||
2017-09-11 | Avoid using $Src more than once | Björn Gustavsson | |
The C compiler will probably optimize this, but just to be sure... | |||
2017-09-11 | Merge branch 'maint' | Lukas Larsson | |
Conflicts: erts/emulator/sys/unix/sys.c | |||
2017-09-11 | Merge branch 'lukas/erts/fix_warnings' into maint | Lukas Larsson | |
* lukas/erts/fix_warnings: Fix some clang warnings Fix unused-functions warnings | |||
2017-09-11 | Fix some clang warnings | Lukas Larsson | |
2017-09-11 | Fix unused-functions warnings | Lukas Larsson | |
2017-09-11 | Merge branch 'lukas/erts/non-smp-removal-cleanup/OTP-14518' | Lukas Larsson | |
* lukas/erts/non-smp-removal-cleanup/OTP-14518: Make estone work with older releases erts: Allow read in ttsl driver to return EAGAIN syntax_tools: Fix makefile dep erts: non-smp removal cleanup in erlexec | |||
2017-09-11 | Make estone work with older releases | Lukas Larsson | |
2017-09-11 | erts: Allow read in ttsl driver to return EAGAIN | Lukas Larsson | |
2017-09-11 | syntax_tools: Fix makefile dep | Lukas Larsson | |
2017-09-11 | erts: non-smp removal cleanup in erlexec | Lukas Larsson | |
2017-09-11 | Merge branch 'lukas/erts/pgo/OTP-14604' | Lukas Larsson | |
* lukas/erts/pgo/OTP-14604: Add support for building a pgo beam_emu | |||
2017-09-11 | ssl: Do not break abstraction | Ingela Anderton Andin | |
ssl_pkix_db should not hard code names. On the other hand the names are nicer with as <Prefix>_dist than <Prefix>dist. | |||
2017-09-11 | beam_debug: Add support for printing 'S' operands | Björn Gustavsson | |
The 'S' operand type was added in 5bf73db9fd77. | |||
2017-09-11 | Check the right side of a transformation better | Björn Gustavsson | |
The right side of a transformation must be either a single call to a transformation function OR a list of instructions. Mixing them like this is not supported: some_instruction A B C => gen_something(A) | other B C Unfortunately, beam_makeops would silenty ignore anything after the function call, basically handling it in the same way as: some_instruction A B C => gen_something(A) Add a sanity check to reject such mixed right-hand sides. | |||
2017-09-11 | Merge branch 'maint' | Hans Nilsson | |
2017-09-11 | Merge branch 'hans/ssh/modify_algs/OTP-14568' into maint | Hans Nilsson | |
2017-09-11 | ssh: Doc modified after comments | Hans Nilsson | |
2017-09-11 | ssh: fix dialyzer error | Hans Nilsson | |
2017-09-11 | ssh: Document the option modify_algorithms and a User's Guide chapter | Hans Nilsson | |
2017-09-11 | ssh: test cases for modify_algorithms | Hans Nilsson | |
2017-09-11 | ssh: ssh:chk_algos_opts/1 | Hans Nilsson | |
This function is intended primarily for users who want to experiment with the options preferred_algorithms and modify_algorithms. | |||
2017-09-11 | ssh: Added option 'modify_algorithms' with prepend, append and rm | Hans Nilsson | |
If a user wants to enable one non-default algorithm or remove a default one, the option preferred_algorithms is too complicated since it replaces the whole set of algorithms. | |||
2017-09-11 | Merge pull request #1563 from bitnitdit/Mnesia_chap2.xmlsrc-typo | Dan Gudmundsson | |
Fix typo in Mnesia_chap2.xmlsrc | |||
2017-09-11 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-09-11 | Merge branch 'ingela/ssl/openssl-cuddle' into maint | Ingela Anderton Andin | |
* ingela/ssl/openssl-cuddle: ssl: OpenSSL-1.0.0 is really broken | |||
2017-09-11 | ssl: OpenSSL-1.0.0 is really broken | Ingela Anderton Andin | |
Add exception for DTLS (not only TLS) against this broken version. Make sure configuration is clean for default test group. | |||
2017-09-11 | Fix avp_dictionaries decode with {decode_format, none} | Anders Svensson | |
Decode is only a no-op when the AVP is Grouped, and then only on the Grouped AVP itself, not its components. | |||
2017-09-11 | Merge branch 'maint' | John Högberg | |
2017-09-11 | Merge branch 'john/erts/hoist-min-max-macros' into maint | John Högberg | |
2017-09-09 | Merge branch 'maint' | Anders Svensson | |
2017-09-09 | Merge branch 'anders/diameter/config_consistency/OTP-14555' into maint | Anders Svensson | |
* anders/diameter/config_consistency/OTP-14555: Fix type spec Fix strict_arities blunder | |||
2017-09-09 | Merge branch 'anders/diameter/performance/OTP-14521' into maint | Anders Svensson | |
* anders/diameter/performance/OTP-14521: Simplify implementation in diameter_reg (take 2) |