summaryrefslogtreecommitdiff
path: root/erts/emulator/drivers
Commit message (Expand)AuthorAgeFilesLines
* Create better distribution of files over async threadsPatrik Nyblom2013-08-231-1/+2
* Initialize errno properly in win32 efile_may_openfilePatrik Nyblom2013-08-231-0/+1
* Add debug functionality to retrieve async keyPatrik Nyblom2013-08-231-11/+11
* erts: Fix bug in translating ev macros to functionsLukas Larsson2013-08-201-3/+9
* erts: Refactor non-pure macros to functionsLukas Larsson2013-08-131-39/+61
* Update copyright yearsBjörn-Egil Dahlberg2013-06-125-5/+5
* kernel: Fix bug in file:pwrite for large data setsSverker Eriksson2013-05-311-2/+2
* Merge branch 'nox/fix-wcwidth/OTP-11106' into maintFredrik Gustafsson2013-05-201-0/+2
|\
| * Properly guard WIDE_TAG use with HAVE_WCWIDTH in ttsl_drvAnthony Ramine2013-05-141-0/+2
* | Merge branch 'rickard/inet_opts/OTP-11075' into maintRickard Green2013-05-161-59/+72
|\ \ | |/ |/|
| * Make high_msgq_watermark and low_msgq_watermark generic inet optionsRickard Green2013-05-061-59/+72
* | Merge branch 'nox/wide-chars/OTP-11088' into maintFredrik Gustafsson2013-05-082-5/+40
|\ \
| * | Support wide characters in the shell through wcwidth()Anthony Ramine2013-04-271-1/+36
| * | Fix bogus DEBUGLOG() incantations in ttsl_drvAnthony Ramine2013-04-272-4/+4
* | | Fix src/dest overlap in ttsl driverLukas Larsson2013-04-221-1/+1
* | | fix valgrind error in erts/emulator/drivers/unix/ttsl_drv.cSteve Vinoski2013-04-211-1/+1
|/ /
* | Merge branch 'lukas/erts/efile_delayed_write_fix/OTP-10984' into maintLukas Larsson2013-03-271-59/+39
|\ \
| * | Do driver_deq in worker threads instead of async_readyLukas Larsson2013-03-131-59/+39
| |/
* | erts: Fix void * arithmeticBjörn-Egil Dahlberg2013-03-042-4/+4
* | erts: gcc ansi does not allow 'inline'Björn-Egil Dahlberg2013-03-041-1/+1
* | erts: Use block comments - ansi styleBjörn-Egil Dahlberg2013-03-043-19/+7
|/
* Merge branch 'egil/win-efile-bugfix/OTP-10890'Björn-Egil Dahlberg2013-02-222-2/+5
|\
| * erts: Use correct type for ReadFile bytes readBjörn-Egil Dahlberg2013-02-222-2/+5
* | Update copyright yearsBjörn-Egil Dahlberg2013-02-221-1/+1
|/
* Merge branch 'sverk/tcp-exit_on_close-false'Sverker Eriksson2013-02-211-2/+2
|\
| * inet_drv: Fix condition to reject INET_REQ_IGNOREFD for UDP and SCTPSverker Eriksson2013-02-071-1/+1
| * A stab at fixing bug with {exit_on_close,false} not workingSverker Eriksson2013-01-291-1/+1
* | invoke_read_line now remembers read_ahead settingsLukas Larsson2013-02-151-1/+8
* | erts: Fix memory leak in efile_drv.cSverker Eriksson2013-02-111-0/+2
* | Merge branch 'pan/fix-compiler-warnings-clang-and-new-gcc'Patrik Nyblom2013-01-251-2/+3
|\ \
| * | Fix clang compiler warnings on FreeBSD in ertsPatrik Nyblom2013-01-231-2/+3
* | | Update copyright yearsBjörn-Egil Dahlberg2013-01-253-3/+3
|/ /
* | Make _oct counters in inet_drv exactly 64 bitsPatrik Nyblom2013-01-231-7/+42
* | Fix inet_drv _oct counters 32bit/64bit bugPatrik Nyblom2013-01-231-2/+2
* | Merge branch 'pan/R16/redhat_workaround'Patrik Nyblom2013-01-231-0/+17
|\ \
| * | Clean up and make the fix work on windows.Patrik Nyblom2012-12-201-4/+6
| * | Add workaround for CentOS/RedHat writev bug to inet_drvPatrik Nyblom2012-12-201-2/+17
* | | Alternative solution to the efile_drv crash on exitPatrik Nyblom2013-01-231-25/+68
* | | Use share flags for all file operations on WindowsFilipe David Borba Manana2013-01-171-4/+6
* | | Merge branch 'fdm/file-allocate/OTP-10680'Björn-Egil Dahlberg2013-01-115-2/+140
|\ \ \
| * | | Add file:allocate/3 operationFilipe David Manana2013-01-095-2/+140
| |/ /
* | | Merge branch 'pn/ansi-console/OTP-10678'Björn-Egil Dahlberg2013-01-101-4/+8
|\ \ \
| * | | Support ANSI in the consoleDeadZen2012-11-081-4/+8
| | |/ | |/|
* | | Fix fd leak when using async thread poolFilipe David Borba Manana2013-01-091-5/+18
| |/ |/|
* | Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green2012-12-071-48/+117
|\ \
| * | Add support for busy port message queueRickard Green2012-12-071-0/+72
| * | Add erl_drv_[send|output]_termRickard Green2012-12-031-48/+45
* | | Fix oracle solaris bug in sendfileLukas Larsson2012-11-021-7/+13
* | | Merge branch 'raimo/IPV6_V6ONLY/OTP-8928'Raimo Niskanen2012-10-311-0/+67
|\ \ \
| * | | erts: Implement socket option IPV6_V6ONLYRaimo Niskanen2012-10-311-0/+67