aboutsummaryrefslogtreecommitdiffstats
path: root/erts
AgeCommit message (Expand)Author
2015-03-12Initial Persistent HAMT - Map frameworkBjörn-Egil Dahlberg
2015-03-12Merge branch 'nox/maps-match_specs-fixes/OTP-12270'Björn-Egil Dahlberg
2015-03-12Merge branch 'maint'Henrik Nord
2015-03-12Merge branch 'mikpe/hipe-mfait-rwlock' into maintHenrik Nord
2015-03-12Merge branch 'mikpe/avoid-oversize-bignums' into maintHenrik Nord
2015-03-12Merge branch 'egil/beam/select_val/OTP-12555'Björn-Egil Dahlberg
2015-03-12Merge branch 'egil/process_dictionary-initial-size/OTP-12535'Björn-Egil Dahlberg
2015-03-12erts: Strengthen maps match spec compilation testsBjörn-Egil Dahlberg
2015-03-11Properly collect variables in match specs with mapsAnthony Ramine
2015-03-11Fix compilation of match specs with mapsAnthony Ramine
2015-03-09Merge branch 'maint'Erland Schönbeck
2015-03-09Merge branch 'seriyps/zlib-inflate-bound'Henrik Nord
2015-03-09Merge branch 'erland/ssh/time/OTP-12444' into maintErland Schönbeck
2015-03-06Merge branch 'maint'Zandra Hird
2015-03-06Merge branch 'leoliu/master' into maintZandra Hird
2015-03-05Merge branch 'maint'Björn-Egil Dahlberg
2015-03-05Merge branch 'egil/fix-break-printout/OTP-12537' into maintBjörn-Egil Dahlberg
2015-03-04erts: Document option 'hpds'Björn-Egil Dahlberg
2015-03-04erts: Enable command line argument for initial pd sizeBjörn-Egil Dahlberg
2015-02-27Two minor fixesLeo Liu
2015-02-26hipe: change mfa_info_table lock to rwmutexMikael Pettersson
2015-02-25Use new time API and be back-compatible in sshErland Schönbeck
2015-02-20erts: Fix erroneous printout in crashdumpBjörn-Egil Dahlberg
2015-02-19remove perfctr supportMikael Pettersson
2015-02-18otp_SUITE: Ignore diameter undefined function errorsErland Schönbeck
2015-02-14don't leave a heap hole in erts_bs_get_integer_2Mikael Pettersson
2015-02-12Add zlib limited output buffer size functionalityСергей Прохоров
2015-02-05Merge branch 'bjorn/compiler/dup-bug-fix/OTP-12453'Björn Gustavsson
2015-02-04don't create oversize bignums in binary matchingMikael Pettersson
2015-02-04fix faulty mergeHenrik Nord
2015-02-03Merge branch 'maint'Zandra Hird
2015-02-03Merge branch 'maint-17' into maintZandra Hird
2015-02-03trace_bif_SUITE: Ensure that a call to time/0 is not removedBjörn Gustavsson
2015-01-30Prepare releaseErlang/OTP
2015-01-30Merge branch 'egil/fix-getifaddrs-realloc/OTP-12445' into maint-17Erlang/OTP
2015-01-30Merge branch 'egil/fix-child_setup-close/OTP-12446' into maint-17Erlang/OTP
2015-01-29erts: Fix getifaddrs realloc ptr mismatchBjörn-Egil Dahlberg
2015-01-27erts: Use closefrom() if available when closing fdsBjörn-Egil Dahlberg
2015-01-27erts: Don't close all fds twice in child_setupBjörn-Egil Dahlberg
2015-01-26hipe: improve error handling at code allocation failureMikael Pettersson
2015-01-26hipe: remove two obsolete BIFsMikael Pettersson
2015-01-26hipe: remove HIPE_ALLOC_CODE macroMikael Pettersson
2015-01-23erts: Check driver version before assigning callbackBjörn-Egil Dahlberg
2015-01-23erts: Don't lookup invalid port for crashdump handlingBjörn-Egil Dahlberg
2015-01-23erts: Reserve a file descriptor for the crashdump fileBjörn-Egil Dahlberg
2015-01-23erts: Use emergency close to close epmdBjörn-Egil Dahlberg
2015-01-16Merge branch 'oliv3/math_log2/OTP-12411'Marcus Arendt
2015-01-15Merge branch 'maint'Bruce Yinhe
2015-01-15Merge branch 'mikpe/hipe-arm-interworking' into maintBruce Yinhe
2015-01-14Add math:log2/1Olivier Girondel