summaryrefslogtreecommitdiff
path: root/erts
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'egil/erts/tracing-beam-lttng/OTP-10282'Björn-Egil Dahlberg2016-04-0622-26/+1515
|\
| * erts: Don't use ratio in carrier lttng tracepointsBjörn-Egil Dahlberg2016-04-061-2/+0
| * Add lttng testcasesBjörn-Egil Dahlberg2016-04-064-0/+666
| * erts: Extend erlang:system_info/1 with lttngBjörn-Egil Dahlberg2016-04-061-0/+3
| * Refactor and fix dtrace define in erl_messageBjörn-Egil Dahlberg2016-04-061-10/+5
| * erts: Add lttng tracepoints for async pool queueBjörn-Egil Dahlberg2016-04-064-0/+80
| * erts: Add lttng tracepoints for driversBjörn-Egil Dahlberg2016-04-065-1/+362
| * erts: Add lttng tracepoints for scheduler eventsBjörn-Egil Dahlberg2016-04-062-1/+21
| * erts: Add lttng tracepoints for memory carriersBjörn-Egil Dahlberg2016-04-064-5/+148
| * erts: Update lttng-wrapper with mfa conversionBjörn-Egil Dahlberg2016-04-061-0/+24
| * erts: Teach lttng to configure and build systemBjörn-Egil Dahlberg2016-04-066-9/+208
* | Merge branch 'egil/erts/fix-file_info/OTP-13478'Björn-Egil Dahlberg2016-04-063-14/+14
|\ \
| * | Refactor time_t in efile_drvBjörn-Egil Dahlberg2016-03-313-14/+14
* | | Merge tag 'OTP-18.3.1'Henrik Nord2016-04-046-8/+87
|\ \ \
| * | | Prepare releaseErlang/OTP2016-04-012-1/+66
| * | | Merge branch 'sverker/erts/trap_exit-race/OTP-13452' into maint-18Erlang/OTP2016-04-011-1/+4
| |\ \ \
| | * | | erts: Fix race for process_flag(trap_exit,true)Sverker Eriksson2016-04-011-1/+4
| | * | | Prepare releaseErlang/OTP2016-03-102-1/+20
| * | | | Merge branch 'rickard/proc-free-fix/OTP-13446' into maint-18Erlang/OTP2016-04-011-2/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'rickard/port-sig-dropped-fix/OTP-13424' into maint-18Erlang/OTP2016-04-011-1/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'rickard/ethr-event-futex-wait-timeout/OTP-13420' into maint-18Erlang/OTP2016-04-011-3/+3
| |\ \ \ \ \ \
| | * | | | | | Fix premature timeouts for ethread events on LinuxRickard Green2016-03-161-3/+3
| * | | | | | | Merge branch 'rickard/last_calls/OTP-13418' into maint-18Erlang/OTP2016-04-012-1/+12
| |\ \ \ \ \ \ \
| | * | | | | | | Unbreak process_info(Pid,last_calls)Rickard Green2016-03-162-1/+12
| | |/ / / / / /
| * | | | | | | erts: Create erl_crash.dump when out of memoryLukas Larsson2016-03-161-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'bjorn/erts/clang-opt'Björn Gustavsson2016-04-043-4/+50
|\ \ \ \ \ \ \
| * | | | | | | Fix unsafe transformation of apply/3 with fixed argumentsBjörn Gustavsson2016-03-313-4/+50
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'egil/erts/fix-flatmap-get/OTP-13459'Björn-Egil Dahlberg2016-04-041-7/+7
|\ \ \ \ \ \ \
| * | | | | | | erts: Don't search for non-existing Map keys twiceBjörn-Egil Dahlberg2016-04-011-7/+7
| |/ / / / / /
* | | | | | | Merge branch 'rickard/proc-free-fix/OTP-13446'Rickard Green2016-04-011-2/+4
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | Fix bad refc management of process structRickard Green2016-03-311-5/+6
* | | | | | erts: Fix "hanging" VM caused by exiting tty_sl driverSverker Eriksson2016-03-301-1/+2
* | | | | | Merge branch 'lukas/erts/etp-bigendian-pid-fix'Lukas Larsson2016-03-291-1/+1
|\ \ \ \ \ \
| * | | | | | erts: Fix etp pid print on big endianLukas Larsson2016-03-241-1/+1
* | | | | | | Merge branch 'lukas/erts/enif_trace_functions/OTP-13442'Lukas Larsson2016-03-2918-144/+1082
|\ \ \ \ \ \ \
| * | | | | | | erts: Fix bug in enif_sendSverker Eriksson2016-03-291-4/+1
| * | | | | | | erts: Fix windows nif port testsLukas Larsson2016-03-293-15/+78
| * | | | | | | erts: Fix bug in enif_term_to_binarySverker Eriksson2016-03-291-13/+4
| * | | | | | | erts: Remove printout when dec_term fails in DEBUGSverker Eriksson2016-03-291-3/+0
| * | | | | | | erts: Polish erl_nif docsSverker Eriksson2016-03-291-37/+32
| * | | | | | | erts: Improve enif_binary_to_termSverker Eriksson2016-03-2910-50/+97
| * | | | | | | erts: Add enif_port_commandLukas Larsson2016-03-299-19/+346
| * | | | | | | erts: Add enif_term_to_binary and enif_binary_to_termLukas Larsson2016-03-295-3/+173
| * | | | | | | erts: Add enif_is_process/port_aliveLukas Larsson2016-03-296-5/+154
| * | | | | | | erts: Add enif_cpu/now_time and enif_make_unique_integerLukas Larsson2016-03-299-95/+297
* | | | | | | | Merge branch 'rickard/improve-psd/OTP-13428'Rickard Green2016-03-298-140/+146
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve process/port specific data managementRickard Green2016-03-248-140/+146
* | | | | | | | | Merge branch 'rickard/delayed-gc-fix'Rickard Green2016-03-291-10/+17
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow delayed gc while scheduled outRickard Green2016-03-171-10/+17
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'rickard/port-sig-dropped-fix/OTP-13424'Rickard Green2016-03-291-1/+12
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |