summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'egil/fix-erts-app/OTP-12189' into maintBjörn-Egil Dahlberg2014-09-221-1/+0
|\
| * erts: Fix erts app-fileBjörn-Egil Dahlberg2014-09-161-1/+0
* | Merge branch 'nox/fix-debug-hipe-lock-checking/OTP-12188' into maintMarcus Arendt2014-09-221-1/+4
|\ \
| * | Fix HiPE debug lock checking on OS X 64bitAnthony Ramine2014-08-161-1/+4
* | | Update release notesErlang/OTP2014-09-151-0/+170
* | | Update version numbersErlang/OTP2014-09-151-1/+1
| |/ |/|
* | Update preloaded modulesHenrik Nord2014-09-1210-0/+0
* | Merge branch 'sverk/dirty-sched-api-cleanup' into maintSverker Eriksson2014-09-1212-66/+109
|\ \
| * | erts: Remove enif_have_dirty_schedulers()Sverker Eriksson2014-09-1212-51/+85
| * | erts: Correct dirty scheduler NIF API for WindowsSverker Eriksson2014-09-101-17/+26
* | | Update preloadedMarcus Arendt2014-09-111-0/+0
* | | Merge branch 'lrascao/fix_bug_windows_directory_symlinks' into maintMarcus Arendt2014-09-111-1/+8
|\ \ \
| * | | fix indentation, add comment describing windows symlink creation assumptionLuis Rascão2014-08-121-4/+6
| * | | fix escript archive symlinked across drivesLuis Rascão2014-06-271-1/+6
* | | | Merge branch 'lukas/docfixes-17.3/OTP-12152' into maintLukas Larsson2014-09-101-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix some spelling misstakesLukas Larsson2014-08-041-2/+2
* | | | 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