summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/io.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor erts_dsig_prepare argument dep(p)Sverker Eriksson2017-11-151-1/+1
* erts: Introduce asynchronous auto-connectSverker Eriksson2017-11-151-1/+2
* erts: Remove undocumented driver_eventSverker Eriksson2017-09-151-22/+6
* erts: Remove possibility to disable dirty schedulersLukas Larsson2017-09-111-4/+0
* Merge branch 'maint' into john/erts/merge-zlib-and-vector-qJohn Högberg2017-09-061-727/+117
|\
| * erts: Add nif ioqLukas Larsson2017-09-051-727/+117
* | Merge branch 'rickard/dist/OTP-14459' into rickard/dist/master/OTP-14459Rickard Green2017-08-281-0/+2
|\ \
| * | Support for distribution controller processesRickard Green2017-08-281-0/+2
| * | Merge branch 'lukas/erts/fix_outputv_port_task_cleanup/ERL-428/OTP-14481' int...Erlang/OTP2017-06-301-42/+20
| |\ \
* | | | erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson2017-07-171-189/+189
* | | | erts: Cleanup removal of non-smp emulatorsLukas Larsson2017-07-171-14/+9
* | | | erts: Remove ERTS_SMP and USE_THREAD definesLukas Larsson2017-07-171-79/+0
| |_|/ |/| |
* | | Merge branch 'john/erts/runtime-lcnt' into maintJohn Högberg2017-07-061-74/+87
|\ \ \
| * | | Allow toggling lock counting at runtimeJohn Högberg2017-07-061-67/+85
| * | | Make lock counter info independent of the locks being countedJohn Högberg2017-05-181-29/+24
| |/ /
* | | Merge branch 'maint-19' into maintJohn Högberg2017-06-271-42/+20
|\ \ \ | |/ / |/| / | |/
| * erts: Cleanup dropped port tasks correctlyLukas Larsson2017-06-141-42/+20
* | Merge pull request #1435 from SalikhovDinislam/static_funcLukas Larsson2017-05-161-1/+1
|\ \
| * | Make a function staticSalikhov Dinislam2017-04-301-1/+1
| |/
| * Update copyright yearRickard Green2017-03-101-1/+1
* | erts: Unbreak --enable-lock-checking --enable-lock-counterSverker Eriksson2017-05-051-3/+5
* | Update copyright yearRaimo Niskanen2017-05-041-1/+1
* | erts: Introduce struct binary_internalsSverker Eriksson2017-04-121-4/+4
* | erts: Introduce erts_bin_releaseSverker Eriksson2017-04-111-4/+2
* | erts: Init refc=1 in erts_bin_drv_alloc*Sverker Eriksson2017-04-111-1/+0
* | erts: Init refc=1 in erts_bin_nrml_allocSverker Eriksson2017-04-111-2/+0
* | Merge branch 'maint'Lukas Larsson2017-03-011-1/+9
|\ \ | |/
| * erts: Fix emasculation of binaries in port_controlLukas Larsson2017-02-271-1/+9
* | Merge branch 'sverker/enif_select/OTP-13684'Sverker Eriksson2017-02-231-13/+13
|\ \
| * | Fix ErlNifMonitor handlingSverker Eriksson2017-02-201-3/+3
| * | Merge branch 'master' into sverker/enif_selectSverker Eriksson2017-02-201-73/+42
| |\ \
| * | | erts: Add enif_monitor_process and enif_demonitor_processSverker Eriksson2017-02-091-10/+10
* | | | Merge branch 'maint'Lukas Larsson2017-02-221-1/+7
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | erts: Emasculate binaries that are scheduled in port_controlLukas Larsson2017-02-211-1/+7
* | | Fix driver monitor implementationRickard Green2017-02-201-9/+17
* | | Fixed typos in ertsAndrew Dryga2017-02-141-1/+1
* | | Implement magic referencesRickard Green2017-02-061-44/+28
* | | Merge branch 'maint'Rickard Green2017-02-061-27/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Atomic reference count of binaries also in non-SMPRickard Green2017-02-061-27/+4
* | erts: Remove unnecessary 'enable_lcnt' option in locksBjörn-Egil Dahlberg2016-12-021-12/+9
|/
* erts: Refactor crash dumping with cbprintfSverker Eriksson2016-11-171-2/+2
* Merge branch 'rickard/drv-send-term-thr-bug/OTP-13866' into maintRickard Green2016-09-061-10/+16
|\
| * Fix thread calls to erl_drv_send_term()/erl_drv_output_term()Rickard Green2016-09-051-10/+17
* | erts: Add port monitorsDmytro Lytovchenko2016-06-101-50/+340
* | erts: Split large binaries into multiple iovecLukas Larsson2016-05-271-20/+39
* | erts: Only allow remove from trace_status callbackLukas Larsson2016-05-111-1/+1
* | Add better support for communication with a process executing dirty NIFRickard Green2016-05-111-2/+2
* | Remove conditional dirty schedulers APIRickard Green2016-05-101-3/+5
* | Merge branch 'sverker/trace-send-receive-matchspec/OTP-13507'Sverker Eriksson2016-05-091-31/+43
|\ \
| * | erts: Add Sender in 'receive' trace matchspecSverker Eriksson2016-05-041-31/+43