aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/io.c
AgeCommit message (Expand)Author
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2016-02-02erts: Add microstate accountingLukas Larsson
2016-02-02Merge branch 'maint'Rickard Green
2016-01-21Introduce time management in native APIsRickard Green
2015-12-15Merge branch 'lukas/erts/forker'Lukas Larsson
2015-12-15erts: It is not possible to exit the forker driverLukas Larsson
2015-12-15erts: Fix memory leak at async open portLukas Larsson
2015-12-15erts: Fix forker driver ifdefs for win32Lukas Larsson
2015-12-15erts: Create forker process for spawn driverLukas Larsson
2015-12-15erts: Add erl_drv_set_pidLukas Larsson
2015-12-15erts: Add support for asynchronous open_portLukas Larsson
2015-11-27Merge branch 'maint'Sverker Eriksson
2015-11-12Fragmented young heap generation and off_heap_message_queue optionRickard Green
2015-11-10erts: Make key argument constant for erl_drv_{get|put}envSverker Eriksson
2015-07-14Merge branch 'lukas/ose/remove/OTP-12573'Lukas Larsson
2015-07-10ose: Remove all code related to the OSE portLukas Larsson
2015-07-01erts: Remove halfword !HEAP_ON_C_STACKBjörn-Egil Dahlberg
2015-06-24erts: Remove halfword basic relative heap operationsBjörn-Egil Dahlberg
2015-06-24erts: Remove HALFWORD_HEAP definitionBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-17Merge branch 'rickard/io-bytes/OTP-12842'Rickard Green
2015-06-17Save IO bytes in scheduler specific dataRickard Green
2015-06-16erts: Refactor LCNTBjörn-Egil Dahlberg
2015-06-15erts: Add erts_factory_trim_and_closeSverker Eriksson
2015-06-15erts: Optimize driver_deliver_termSverker Eriksson
2015-06-15erts: Remove hashmap probabilistic heap overestimationSverker Eriksson
2015-05-08Merge branch 'rickard/timer-optimization/OTP-12650'Rickard Green
2015-05-08Optimized timer implementationRickard Green
2015-04-22Merge branch 'sverk/pr632/prevent-illegal-nif-terms/OTP-12655'Sverker Eriksson
2015-04-15erts: Reject non-finite float terms in erl_drv_output_termSverker Eriksson
2015-04-14erts: Refactor erts_queue_messageBjörn-Egil Dahlberg
2015-03-25erts: Combine flat and hash maps under one unifying tagBjörn-Egil Dahlberg
2015-03-22Merge branch 'maint'Anders Svensson
2015-03-20Merge branch 'rickard/time_api/OTP-11997'Rickard Green
2015-03-20Introduce a new time APIRickard Green
2015-03-20Merge branch 'nox/fix-port_info-race' into maintZandra Hird
2015-03-19Merge branch 'egil/maps/hamt/OTP-12585'Björn-Egil Dahlberg
2015-03-19erts: Fix map bug in dec_term for 32-bit debug VMSverker Eriksson
2015-03-18Fix a race condition when calling port_info/1Anthony Ramine
2015-03-17Merge branch 'maint'Rickard Green
2015-03-17Merge branch 'rickard/port_control_flags_crash/OTP-12544' into maintRickard Green
2015-03-12erts: Add hashmap construction to driver APIBjörn-Egil Dahlberg
2015-03-12erts: Refactor maps naming conventionSverker Eriksson
2015-03-06Make access to control_flags safe in non-smp emulatorRickard Green
2015-02-03Merge branch 'maint'Zandra Hird
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: Use emergency close to close epmdBjörn-Egil Dahlberg
2015-01-13erts: Extend driver interface with emergency_closeBjörn-Egil Dahlberg