Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-20 | Merge branch 'sverk/dec_term-bin-overhead/OTP-12554' | Sverker Eriksson | |
* sverk/dec_term-bin-overhead/OTP-12554: erts: Add missing binary offheap overhead in binary_to_term | |||
2015-03-20 | Merge branch 'ia/ssl/cuddle-openssl' | Ingela Anderton Andin | |
* ia/ssl/cuddle-openssl: Add workaround for problems with s_client defaults | |||
2015-03-20 | Merge branch 'maint' | Anders Svensson | |
2015-03-20 | Merge branch 'anders/diameter/pool/OTP-12428' into maint | Anders Svensson | |
* anders/diameter/pool/OTP-12428: Add pool_size test to config suite | |||
2015-03-20 | Add pool_size test to config suite | Anders Svensson | |
Overlooked in commit 4b691d8d. | |||
2015-03-19 | Merge branch 'bjorn/asn1/eliminate-warning' | Björn Gustavsson | |
* bjorn/asn1/eliminate-warning: PER, UPER: Eliminate compiler warning for SeqPrim.asn1 | |||
2015-03-19 | erts: Fix bug in binary_to_term with more than one big map | Sverker Eriksson | |
2015-03-19 | Merge branch 'egil/maps/hamt/OTP-12585' | Björn-Egil Dahlberg | |
* egil/maps/hamt/OTP-12585: (113 commits) erts: Fix bug in ESTACK and WSTACK kernel: Add spec for erts_debug:map_info/1 mnesia: Update mnesia tests to reflect new ETS hash erts: Ensure maps uses _rel functions in halfword erts: Do not treat errors as fatal in erl_printf_term erts: Update preloaded erts_internal.beam erts: Add map decomposition wrappers erts: Ensure halfword has correct temp-heap for maps hipe: Handle separate hashmap tag correctly erts: Fix map bug in dec_term for 32-bit debug VM stdlib: Update qlc tests to reflect new ETS hash stdlib: Remove obsolete hashmap references in io_lib erts: Enhance maps ordering tests hipe: Fix maps sort order testcase erts: Remove unused variable in crashdump creation erts: Fix typo in copy_struct for halfword emulator erts: Restrict GCC intrinsics by compiler version erts: Fix windows bug in hashmap_info erts: Fix typo in make_hash2 for 32-bit arch Fix beam_load assert ... Conflicts: erts/emulator/beam/bif.tab | |||
2015-03-19 | erts: Fix bug in ESTACK and WSTACK | Sverker Eriksson | |
The [ew]default field would get uninitialised when the stack was saved and later restored. Detected by valgrind. | |||
2015-03-19 | kernel: Add spec for erts_debug:map_info/1 | Björn-Egil Dahlberg | |
2015-03-19 | mnesia: Update mnesia tests to reflect new ETS hash | Björn-Egil Dahlberg | |
2015-03-19 | erts: Ensure maps uses _rel functions in halfword | Björn-Egil Dahlberg | |
2015-03-19 | erts: Do not treat errors as fatal in erl_printf_term | Björn-Egil Dahlberg | |
2015-03-19 | erts: Update preloaded erts_internal.beam | Björn-Egil Dahlberg | |
2015-03-19 | erts: Add map decomposition wrappers | Björn-Egil Dahlberg | |
* erts_internal:map_type/1 * erts_internal:map_hashmap_children/1 | |||
2015-03-19 | erts: Ensure halfword has correct temp-heap for maps | Björn-Egil Dahlberg | |
2015-03-19 | hipe: Handle separate hashmap tag correctly | Sverker Eriksson | |
This is a temporary fix, it's probably a better solution to combine into one header tag for both map types. | |||
2015-03-19 | erts: Fix map bug in dec_term for 32-bit debug VM | Sverker Eriksson | |
Adding ERTS_SWORD_MAX to a pointer does not work as a way to disable a bound check. Remove the hp_end from ErtsHeapFactory as it isn't really used anyway. | |||
2015-03-19 | stdlib: Update qlc tests to reflect new ETS hash | Björn-Egil Dahlberg | |
2015-03-19 | stdlib: Remove obsolete hashmap references in io_lib | Björn-Egil Dahlberg | |
2015-03-19 | Merge branch 'essen/zlib-export-types' | Zandra Hird | |
* essen/zlib-export-types: Export useful types from zlib module OTP-12584 | |||
2015-03-19 | Merge branch 'maint' | Zandra Hird | |
2015-03-19 | Merge branch 'johanclaesson/maint' into maint | Zandra Hird | |
* johanclaesson/maint: Fix tags completion in erlang.el for GNU Emacs 23+ OTP-12583 | |||
2015-03-19 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2015-03-19 | Merge branch 'kovyl2404/maint/cpu_sup_big_loadavg/OTP-12581' into maint | Björn-Egil Dahlberg | |
* kovyl2404/maint/cpu_sup_big_loadavg/OTP-12581: Handle big loadavg values correctly | |||
2015-03-19 | Merge branch 'essen/ssl-alpn' | Zandra Hird | |
* essen/ssl-alpn: ssl: Add TLS-ALPN support OTP-12580 | |||
2015-03-19 | Add workaround for problems with s_client defaults | Ingela Anderton Andin | |
2015-03-18 | Merge branch 'maint' | Björn-Egil Dahlberg | |
2015-03-18 | Merge branch 'egil/dialyzer/fix-find_terminals/OTP-12577' into maint | Björn-Egil Dahlberg | |
* egil/dialyzer/fix-find_terminals/OTP-12577: dialyzer: Add missing clause for map in find_terminals | |||
2015-03-18 | Merge branch 'egil/fix-beam_load-assert' | Björn-Egil Dahlberg | |
* egil/fix-beam_load-assert: erts: Fix beam_load assert | |||
2015-03-18 | Handle big loadavg values correctly | Viacheslav V. Kovalev | |
Do not crash with badmatch when integer part of loadavg has more than 2 digits. | |||
2015-03-18 | Merge branch 'maint' | Zandra Hird | |
2015-03-18 | Merge branch 'qrilka/patch-3' into maint | Zandra Hird | |
* qrilka/patch-3: Minor comment fix | |||
2015-03-18 | Merge branch 'maint' | Zandra Hird | |
2015-03-18 | Merge branch 'nlmills/cleanup' into maint | Zandra Hird | |
* nlmills/cleanup: Remove unused time macros from efile_drv | |||
2015-03-18 | Merge branch 'maint' | Zandra Hird | |
2015-03-18 | Merge branch 'jeffweiss/fix_eldap_doc_infinity_typo' into maint | Zandra Hird | |
* jeffweiss/fix_eldap_doc_infinity_typo: fix `infinity` typo in eldap docs | |||
2015-03-18 | Merge branch 'maint' | Zandra Hird | |
2015-03-18 | Merge branch 'wmalik/minor-fixes' into maint | Zandra Hird | |
* wmalik/minor-fixes: Fix proc_lib doc Remove commented out code Fix make_hash description | |||
2015-03-18 | Merge branch 'maint' | Peter Andersson | |
2015-03-18 | Merge branch 'peppe/common_test/end_per_group_event' into maint | Peter Andersson | |
* peppe/common_test/end_per_group_event: Always report ok to event handlers after successful cfg or tc func OTP-12279 | |||
2015-03-18 | Always report ok to event handlers after successful cfg or tc func | Peter Andersson | |
Also make sure test_server never reports failures that can be mistaken for positive results. | |||
2015-03-18 | Merge branch 'maint' | Peter Andersson | |
2015-03-18 | Merge branch 'peppe/common_test/change_pre_post_io_test_timing' into maint | Peter Andersson | |
* peppe/common_test/change_pre_post_io_test_timing: Modify test timing by enabling time multiplier and scaling OTP-12574 | |||
2015-03-18 | Modify test timing by enabling time multiplier and scaling | Peter Andersson | |
2015-03-18 | Merge branch 'maint' | Peter Andersson | |
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/enable_time_scaling' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/enable_time_scaling: Enable timetrap scaling for all tests | |||
2015-03-18 | Merge branch 'maint' | Peter Andersson | |
2015-03-18 | Merge remote-tracking branch 'origin/peppe/fix_xcomp' into maint | Peter Andersson | |
* origin/peppe/fix_xcomp: Modify the xcomp file for ARM and enable more flags Fix problem with variables not getting assigned during installation OTP-11441 | |||
2015-03-18 | Merge branch 'maint' | Peter Andersson | |