summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rickard/memory_consuming_tuple_tests' into maintRickard Green2014-09-051-20/+75
|\
| * Only run upper boundry tuple test with lots of memoryRickard Green2014-09-051-20/+75
* | Merge branch 'vinoski/enif-schedule-nif' into maintRickard Green2014-09-054-6/+26
|\ \
| * | Fix leak of NIF exportsRickard Green2014-09-051-0/+5
| * | Use separate allocation type for NIF exportRickard Green2014-09-053-6/+21
* | | Merge branch 'sverk/term_to_binary-realloc-size/OTP-12141' into maintSverker Eriksson2014-09-041-0/+2
|\ \ \
| * | | erts: Fix bug in term_to_binary that reallocates binary with wrong sizeSverker Eriksson2014-09-031-0/+2
* | | | Merge branch 'sverk/MIN_SMALL-to-integer' into maintSverker Eriksson2014-09-043-28/+28
|\ \ \ \
| * | | | erts: Correct conversion of MIN_SMALL numeral to fixnumSverker Eriksson2014-09-043-28/+28
* | | | | Merge branch 'sverk/nif-inspect-copy-bug/OTP-9828' into maintSverker Eriksson2014-09-043-0/+50
|\ \ \ \ \
| * | | | | erts: Fix bug with enif_make_copy reallocating writable binarySverker Eriksson2014-09-033-0/+50
| | |/ / / | |/| | |
* | | | | Merge branch 'egil/fix-llvm-cc-warnings/OTP-12138' into maintBjörn-Egil Dahlberg2014-09-042-9/+14
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | erts: Fix tentative-definition-incomplete-typeBjörn-Egil Dahlberg2014-06-241-9/+10
| * | | | erts: Don't redefine '_XOPEN_SOURCE'Björn-Egil Dahlberg2014-06-241-0/+4
* | | | | Merge branch 'rickard/runnable-trace-ooo-bug/OTP-12105' into maintRickard Green2014-08-298-62/+190
|\ \ \ \ \
| * | | | | Fix busy_port_SUITE:io_to_busy test-caseRickard Green2014-08-221-2/+4
| * | | | | Ensure "runnable port" trace messages are not sent out of orderRickard Green2014-08-224-31/+86
| * | | | | Ensure "runnable proc" trace messages are not sent out of orderRickard Green2014-08-224-30/+101
* | | | | | Merge branch 'rickard/port-emigrate-bug/maint/OTP-12084' into maintRickard Green2014-08-291-2/+15
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'rickard/port-emigrate-bug/OTP-12084' into rickard/port-emigrate...Rickard Green2014-08-181-2/+15
| |\ \ \ \ \
| | * | | | | Verify run-queue assertsRickard Green2014-08-141-2/+14
| | * | | | | Fix emigrate bug in erts_port_task_schedule()Rickard Green2014-08-071-3/+17
* | | | | | | Merge branch 'vinoski/enif-schedule-nif' into maintRickard Green2014-08-2811-261/+626
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | add enif_schedule_nif() to NIF APISteve Vinoski2014-08-2811-261/+626
* | | | | | | Merge branch 'tuncer/misspelled-another' into maintMarcus Arendt2014-08-282-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix misspellings of 'another'Tuncer Ayaz2014-08-252-2/+2
* | | | | | | | Fix ERTS_POLL_DEBUG_PRINT usageMichael Truog2014-08-221-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'egil/proc_lib-optimizations/OTP-12060' into maintBjörn-Egil Dahlberg2014-08-215-3/+54
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | erts: Update preloaded erlang.beamBjörn-Egil Dahlberg2014-07-141-0/+0
| * | | | | | erts: Test erlang:fun_info_mfa/1Björn-Egil Dahlberg2014-07-111-2/+21
| * | | | | | erts: Introduce erlang:fun_info_mfa/1Björn-Egil Dahlberg2014-07-113-1/+33
* | | | | | | Merge branch 'nox/reedr-logging/OTP-12115' into maintLukas Larsson2014-08-215-16/+30
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add thread index to allocator enomem dump sloganRick Reed2014-03-092-15/+17
| * | | | | | Add run queue index to process dump infoRick Reed2014-03-092-0/+4
| * | | | | | Add missing error string to syslog logging in epmdRick Reed2014-03-091-1/+5
| * | | | | | Demote rare debug slogan of message discarding to debug buildRick Reed2014-03-091-0/+4
* | | | | | | Fix +swct docRickard Green2014-08-141-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge branch 'lukas/erts/fix_neg_of_int64_min/OTP-12097' into maintLukas Larsson2014-08-144-17/+25
|\ \ \ \ \ \
| * | | | | | erts: Fix neg int overflow when sint is min sizeLukas Larsson2014-08-084-17/+25
* | | | | | | Merge branch 'nox/clang-ubsan/OTP-12097' into maintLukas Larsson2014-08-142-3/+5
|\ \ \ \ \ \ \
| * | | | | | | Properly handle SINT_MIN in small_to_big()Anthony Ramine2014-07-021-2/+4
| * | | | | | | Use offsetof() in io.cAnthony Ramine2014-07-021-1/+1
* | | | | | | | Merge branch 'rickard/nosuspend-bug/OTP-12082' into maintRickard Green2014-08-115-4/+220
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix build of test port programRickard Green2014-08-063-5/+32
| * | | | | | | | Update Makefile.srckudryashov-sv2014-08-051-1/+1
| * | | | | | | | Add async_ports testSergey Kudryashov2014-08-054-0/+188
| * | | | | | | | Fix abort of nosuspend-tasks in erts_port_task_schedule()Rickard Green2014-08-051-4/+5
* | | | | | | | | Merge branch 'tuncer/sanitizers' into maintBruce Yinhe2014-08-081-0/+20
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Implement --enable-sanitizers[=sanitizers]Tuncer Ayaz2014-07-121-0/+20
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'lukas/erts/malloc_failure_errors/OTP-12085' into maintLukas Larsson2014-08-084-10/+28
|\ \ \ \ \ \ \ \ \