Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-24 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-24 | Merge branch 'sverker/system_info-procs-bug/ERL-979/OTP-15909' into maint | Sverker Eriksson | |
* sverker/system_info-procs-bug/ERL-979/OTP-15909: Fix fatal bug in erts_proc_sig_signal_size | |||
2019-06-24 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-24 | Fix VALGRIND_MISC_FLAGS defaults to use ERL_TOP | Sverker Eriksson | |
for suppression file. | |||
2019-06-24 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Fix handling of certificate decoding problems | |||
2019-06-24 | Merge branch 'peterdmv/ssl/fix-cert-error-handling/OTP-15900' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-cert-error-handling/OTP-15900: ssl: Fix handling of certificate decoding problems | |||
2019-06-24 | Merge branch 'maint' | Péter Dimitrov | |
* maint: ssl: Backport fix for signature_algorithms_cert | |||
2019-06-24 | Merge branch 'peterdmv/ssl/fix-sign-algs-cert/OTP-15913' into maint | Péter Dimitrov | |
* peterdmv/ssl/fix-sign-algs-cert/OTP-15913: ssl: Backport fix for signature_algorithms_cert | |||
2019-06-24 | Merge branch 'maint' | Micael Karlberg | |
2019-06-24 | Merge branch 'bmk/snmp/20190524/ipv6_issues/OTP-15764' into maint | Micael Karlberg | |
2019-06-24 | The map() type is an alias; not a predefined type | Kostis Sagonas | |
This pull request corrects an historical accident. At some point in time, the set of Erlang terms was extended to include maps, and at that time the `map()' type was also introduced to the language as an easy, albeit quite coarse, way to declare map terms. At some later point in time, the type language was extended with the ability to declare _type associations_ in maps and also with a notation to declare mandatory (:=) and optional (=>) type associations. At that point in time, it should have been realized that the `map()' type is nothing more than an alias (for `#{any() => any()}') instead of being a _predefined_ type. (The situation is analogous to e.g. the `binary()' type being just an alias for `<<_:_*8>>'.) This pull request corrects the documentation (the reference manual). | |||
2019-06-24 | Merge branch 'maint' | Micael Karlberg | |
2019-06-24 | Merge branch 'bmk/snmp/20190614/snmpnet_on_openindiana' into maint | Micael Karlberg | |
2019-06-24 | Merge branch 'maint' | Björn Gustavsson | |
* maint: Handle addition of bignum + variable in unoptimized code | |||
2019-06-24 | Merge branch 'bjorn/erts/unoptimized-plus' into maint | Björn Gustavsson | |
* bjorn/erts/unoptimized-plus: Handle addition of bignum + variable in unoptimized code | |||
2019-06-24 | Eliminate dialyzer warnings | Björn Gustavsson | |
Eliminate the Dialyzer warnings shown when the limits in lib/cerl/erl_types.erl were raised as follows: -define(TUPLE_TAG_LIMIT, 10). -define(TUPLE_ARITY_LIMIT, 10). -define(SET_LIMIT, 64). | |||
2019-06-24 | Merge branch 'maint' | Lukas Larsson | |
2019-06-24 | Merge branch 'lukas/os_mon/disk_sup_ignore_sqashfs/OTP-15778' into maint | Lukas Larsson | |
* lukas/os_mon/disk_sup_ignore_sqashfs/OTP-15778: os_mon: Make disk_sup ignore squashfs | |||
2019-06-24 | [esock|test] Add test case for IP add|drop membership | Micael Karlberg | |
Add a simple test case that tests that its possible to perform socket:setopt(Socket, ip, [add|drop]_membership, MReq). OTP-15908 | |||
2019-06-20 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-20 | Add default VALGRIND_MISC_FLAGS if not set | Sverker Eriksson | |
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-19 | Merge branch 'sverker/erts/several-config-opt-windows/ERL-912/OTP-15918' ↵ | Sverker Eriksson | |
into maint | |||
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-19 | Merge branch 'sverker/erl_interface/test-print-bitstrings/OTP-15917' into maint | Sverker Eriksson | |
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-19 | Merge branch 'sverker/hipe-x86-flush-icache' into maint | Sverker Eriksson | |
2019-06-19 | erts: Call __builtin___clear_cache for hipe x86 code | Sverker Eriksson | |
Seems the right thing to do as the compiled code is not necessarily executed by a single CPU thread. Only warning if old gcc and will work as good/bad as it did before. | |||
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-19 | Merge branch 'sverker/fix-hipe-arm-old-gcc-error' into maint | Sverker Eriksson | |
2019-06-19 | Merge branch 'maint' | Sverker Eriksson | |
2019-06-19 | Merge branch 'sverker/gcov-docker' into maint | Sverker Eriksson | |
2019-06-19 | erts: Add gcov-gen-html script | Sverker Eriksson | |
to generate nice html from logs of gcov compiled emulator. | |||
2019-06-19 | Fix fatal bug in erts_proc_sig_signal_size | Sverker Eriksson | |
called by erlang:process_info(memory) erlang:system_info(procs) crash dump break menu Will crash VM if process has a pending monitor DOWN signal in its queue. | |||
2019-06-19 | ssl: Fix handling of certificate decoding problems | Péter Dimitrov | |
2019-06-19 | os_mon: Make disk_sup ignore squashfs | Lukas Larsson | |
Ideally we should ignore all read only filesystems, but this will have to do for now. We do this as we don't want disk_sup to report that a filesystem is almost full if it is read-only. | |||
2019-06-19 | erts: Don't copy binary data from dist data | Lukas Larsson | |
It is already a refc, so no need to create a new one. | |||
2019-06-19 | erts: Move copy of payload to receiving process | Lukas Larsson | |
2019-06-19 | Merge pull request #2110 from NattyNarwhal/aix-fixes/OTP-15866 | Lukas Larsson | |
Wake AIX up from coma | |||
2019-06-19 | ssl: Backport fix for signature_algorithms_cert | Péter Dimitrov | |
This commit fixes interoperability problems with openssl when the TLS 1.3 server is using the option signature_algs_cert. In such cases the signature_algorithms_cert extension was encoded as a signature_algorithms extension and openssl s_client returned an Illegal Parameter Alert due to its filtering of extension duplicates. | |||
2019-06-19 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Fix FIPS flags for MACs crypto: Fix FIPS flags for digests crypto: Fix FIPS flags for digests in HMAC crypto: Rename cipher fips macro | |||
2019-06-19 | Merge branch 'hans/crypto/FIPS_macs/OTP-13872' into maint | Hans Nilsson | |
* hans/crypto/FIPS_macs/OTP-13872: crypto: Fix FIPS flags for MACs crypto: Fix FIPS flags for digests in HMAC | |||
2019-06-19 | Merge branch 'hans/crypto/FIPS_digests/OTP-15911' into maint | Hans Nilsson | |
* hans/crypto/FIPS_digests/OTP-15911: crypto: Fix FIPS flags for digests crypto: Rename cipher fips macro | |||
2019-06-19 | crypto: Fix FIPS flags for MACs | Hans Nilsson | |
2019-06-19 | crypto: Fix FIPS flags for digests | Hans Nilsson | |
2019-06-19 | crypto: Fix FIPS flags for digests in HMAC | Hans Nilsson | |
2019-06-19 | crypto: Rename cipher fips macro | Hans Nilsson | |
FORBIDDEN_IN_FIPS -> CIPHER_FORBIDDEN_IN_FIPS | |||
2019-06-19 | Merge branch 'maint' | Hans Nilsson | |
* maint: crypto: Fix bad link | |||
2019-06-19 | Merge branch 'hans/crypto/cuddle_docs' into maint | Hans Nilsson | |
* hans/crypto/cuddle_docs: crypto: Fix bad link | |||
2019-06-19 | crypto: Fix bad link | Hans Nilsson | |