summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'bmk/snmp/compiler/allow_refinement_of_opaque/OTP-12066' into ↵maint-r16b02Micael Karlberg2014-07-234-4/+78
|\ | | | | | | | | | | maint-r16b02 OTP-12066
| * [snmp/compiler] Assign "proper" (= carbonara) versionMicael Karlberg2014-07-212-3/+3
| |
| * [snmp/compiler] Refinement of type Opaque was not allowedMicael Karlberg2014-07-214-4/+78
| | | | | | | | | | | | MIB constructs such as "SYNTAX Opaque (SIZE(0..65535))" was previously not allowed, this has now been fixed. See the standard ALARM-MIB for eaxmple.
* | Update release notesErlang/OTP2013-11-041-0/+30
| |
* | Merge branch 'anders/diameter/patch_release/OTP-11459' into maint-r16Erlang/OTP2013-11-045-24/+55
|\ \ | | | | | | | | | | | | | | | | | | * anders/diameter/patch_release/OTP-11459: Update appup, vsn -> 1.4.4 Fix handling of 5014, DIAMETER_INVALID_AVP_LENGTH Fix broken DWA
| * | Update appup, vsn -> 1.4.4Anders Svensson2013-11-032-3/+9
| | |
| * | Merge branch 'anders/diameter/5014_failure/OTP-11395' into ↵Anders Svensson2013-11-032-14/+27
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | anders/diameter/patch_release/OTP-11459 * anders/diameter/5014_failure/OTP-11395: Fix handling of 5014, DIAMETER_INVALID_AVP_LENGTH
| | * | Fix handling of 5014, DIAMETER_INVALID_AVP_LENGTHAnders Svensson2013-11-032-14/+27
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | The error was detected as 5004 (DIAMETER_INVALID_AVP_VALUE) for stringish Diameter types, in which case an AVP length that pointed past the end of a message resulted in encode failure of the suggested Failed-AVP. Should have been fixed in commit 4ce2d3a6.
| * | Merge branch 'anders/diameter/broken_dwa/OTP-11367' into ↵Anders Svensson2013-11-031-7/+19
| |\ \ | | |/ | |/| | | | | | | | | | | | | anders/diameter/patch_release/OTP-11459 * anders/diameter/broken_dwa/OTP-11367: Fix broken DWA
| | * Fix broken DWAAnders Svensson2013-10-071-7/+19
| |/ | | | | | | | | Commit e762d7d1 broke outgoing DWA by setting new Hop-by-Hop and End-to-End identifiers instead of those of the incoming DWR.
* | Prepare releaseErlang/OTP2013-09-272-1/+25
| |
* | Merge branch 'rickard/aligned-sys_alloc-carriers_maint/OTP-11318' into maint-r16Erlang/OTP2013-09-2711-82/+188
|\ \ | | | | | | | | | | | | * rickard/aligned-sys_alloc-carriers_maint/OTP-11318: Implement platform specific aligned sys_alloc and use when supported
| * \ Merge branch 'rickard/aligned-sys_alloc-carriers/OTP-11318' into ↵Rickard Green2013-09-2511-82/+188
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | rickard/aligned-sys_alloc-carriers_maint/OTP-11318 Conflicts: erts/emulator/beam/erl_alloc.c erts/emulator/beam/erl_alloc_util.c erts/emulator/beam/erl_alloc_util.h
| | * Implement platform specific aligned sys_alloc and use when supportedRickard Green2013-09-2511-71/+181
| | | | | | | | | | | | | | | | | | | | | | | | erts_sys_aligned_alloc() is currently implemented using posix_memalign if it exist, or using _aligned_malloc on Windows. If erts_sys_aligned_alloc() exist allocators will create sys_alloc carriers similar to how this was done pre-R16.
* | | Merge branch 'maint-r16' into maintFredrik Gustafsson2013-09-180-0/+0
|\ \ \ | |/ / |/| |
| * | Merge branch 'maint-r15' into maint-r16Fredrik Gustafsson2013-09-180-0/+0
| |\ \
| | * | Update release noteserl_1252Erlang/OTP2013-09-161-0/+38
| | | |
| | * | Merge branch 'fredrik/sfwi-r15b03/OTP-11164' into maint-r15Erlang/OTP2013-09-166-4/+120
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fredrik/sfwi-r15b03/OTP-11164: erts: reorganization of functions to r15b03 standards erts: bumped version number erts: Add the +sfwi system flag
| | | * | erts: reorganization of functions to r15b03 standardsFredrik Gustafsson2013-09-161-1/+1
| | | | |
| | | * | erts: bumped version numberFredrik Gustafsson2013-09-161-1/+1
| | | | |
| | | * | erts: Add the +sfwi system flagRickard Green2013-09-165-3/+119
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +sfwi Interval Set scheduler forced wakeup interval. All run queues will be scanned each Interval milliseconds. While there are sleeping schedulers in the system, one scheduler will be woken for each non-empty run queue found. An Interval of zero disables this feature, which also is the default. This feature has been introduced as a temporary workaround for lengthy executing native code, and native code that do not bump reductions properly in OTP. When these bugs have be fixed the +sfwi flag will be removed. Conflicts: erts/doc/src/erl.xml erts/etc/common/erlexec.c
* | | | Prepare releaseOTP_R16B02Erlang/OTP2013-09-1662-37/+1323
| | | |
* | | | Update system readme for R16B02Magnus Lidén2013-09-131-2/+2
| | | |
* | | | Update preloaded modulesMagnus Lidén2013-09-1310-0/+0
| | | |
* | | | Update primary bootstrap app- and appup filesMagnus Lidén2013-09-136-6/+6
| | | |
* | | | Update primary bootstrapMagnus Lidén2013-09-1313-0/+0
| | | |
* | | | Merge branch 'anders/diameter/R16B02_release/OTP-11322' into maintAnders Svensson2013-09-132-32/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | * anders/diameter/R16B02_release/OTP-11322: vsn -> 1.4.3 Update appup for diameter-1.4.3 in R16B02
| * | | | vsn -> 1.4.3Anders Svensson2013-09-121-1/+1
| | | | |
| * | | | Update appup for diameter-1.4.3 in R16B02Anders Svensson2013-09-121-31/+7
| | | | |
* | | | | Merge branch 'egil/fix-megaco-appup' into maintBjörn-Egil Dahlberg2013-09-131-0/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * egil/fix-megaco-appup: megaco: Update appup file
| * | | | | megaco: Update appup fileBjörn-Egil Dahlberg2013-09-121-0/+4
|/ / / / /
* | | | | Merge branch 'hb/erts/refman_corrections/OTP-11321' into maintHans Bolinder2013-09-121-5/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * hb/erts/refman_corrections/OTP-11321: Correct documentation of predefined types
| * | | | | Correct documentation of predefined typesHans Bolinder2013-09-121-5/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | The documentation of predefined types has been corrected Thanks to Kostis Sagonas.
* | | | | crypto: Add ticket for 5d8a13bb6a180e0aSverker Eriksson2013-09-120-0/+0
| | | | | | | | | | | | | | | | | | | | OTP-11320
* | | | | Merge branch 'peppe/common_test/init_stop_problem' into maintPeter Andersson2013-09-121-1/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * peppe/common_test/init_stop_problem: Make builtin hook respond to init:stop OTP-11175
| * | | | | Make builtin hook respond to init:stopPeter Andersson2013-09-111-1/+12
|/ / / / /
* | | | | Merge branch 'peppe/common_test/misc_r16b02_docs' into maintPeter Andersson2013-09-114-15/+84
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * peppe/common_test/misc_r16b02_docs: Add misc documentation OTP-11272 OTP-11263 OTP-11244 OTP-11238 OTP-11176
| * | | | | Add misc documentationPeter Andersson2013-09-114-15/+84
| | | | | |
* | | | | | Merge branch 'vinoski/sv/fix-sched-stats-disable/OTP-11317' into maintFredrik Gustafsson2013-09-111-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vinoski/sv/fix-sched-stats-disable/OTP-11317: fix system_flag(scheduling_statistics,disable)
| * | | | | | fix system_flag(scheduling_statistics,disable)Steve Vinoski2013-09-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clear the "enabled" flag for scheduling statistics when disable is specified.
* | | | | | | Merge branch 'jcomellas/jc-integer-to-binary2/OTP-11311' into maintFredrik Gustafsson2013-09-113-7/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jcomellas/jc-integer-to-binary2/OTP-11311: Update preloaded Fix incorrect values returned by integer_to_binary/2
| * | | | | | | Update preloadedFredrik Gustafsson2013-09-101-0/+0
| | | | | | | |
| * | | | | | | Fix incorrect values returned by integer_to_binary/2Juan Jose Comellas2013-09-092-7/+30
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When integer_to_binary/2 receives 0 or a negative number as an argument with a base that is different from 10, it will return incorrect values (<<>> in the case of 0) or it will crash (with negative numbers). This commit fixes these problems and adds tests to cover these cases.
* | | | | | | Merge branch 'fenollp/parsetools/fix_unicode_leex/OTP-11313' into maintFredrik Gustafsson2013-09-112-6/+24
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fenollp/parsetools/fix_unicode_leex/OTP-11313: parsetools: added testcase for unicode Missed a few similar calls Fix leex module`s inability to build unicode-aware lexers.
| * | | | | | parsetools: added testcase for unicodeFredrik Gustafsson2013-09-101-3/+21
| | | | | | |
| * | | | | | Missed a few similar callsPierre Fenoll2013-09-101-2/+2
| | | | | | |
| * | | | | | Fix leex module`s inability to build unicode-aware lexers.Pierre Fenoll2013-09-101-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you have declared your .xrl file as utf-8 encoded and that some of your definitions contain unicode characters, either leex wouldn`t be able to lex them or compilation of the .xrl file would crash.
* | | | | | Merge branch 'ia/prep-release/ssl' into maintIngela Anderton Andin2013-09-102-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ia/prep-release/ssl: ssl: Prepare for release
| * | | | | | ssl: Prepare for releaseIngela Anderton Andin2013-09-102-1/+3
|/ / / / / /
* | | | | | Merge branch 'ia/ssl/dtls-refactor/OTP-11292' into maintIngela Anderton Andin2013-09-1024-2425/+3743
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ia/ssl/dtls-refactor/OTP-11292: ssl: Refactor TLS/DTLS record handling ssl: Dialyzer fixes ssl: Solve rebase issues ssl: DTLS record handling ssl: Add DTLS record primitives ssl: Refactor to provide common handshake functions for TLS/DTLS ssl: Add DTLS handshake primitivs.