aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers
AgeCommit message (Expand)Author
2015-04-23Fix FreeBSD sendfileStefan Grundmann
2015-04-10erts: Cleanup code in invoke_pwritevSverker Eriksson
2015-04-10Use the correct union member inside efile_drvNick Mills
2015-03-18Merge branch 'maint'Zandra Hird
2015-03-14Remove unused time macros from efile_drvNick Mills
2015-03-09Merge branch 'seriyps/zlib-inflate-bound'Henrik Nord
2015-02-12Add zlib limited output buffer size functionalityСергей Прохоров
2015-02-03Merge branch 'maint'Zandra Hird
2015-02-03Merge branch 'maint-17' into maintZandra Hird
2015-01-30Merge branch 'egil/fix-getifaddrs-realloc/OTP-12445' into maint-17Erlang/OTP
2015-01-29erts: Fix getifaddrs realloc ptr mismatchBjörn-Egil Dahlberg
2015-01-23erts: Use emergency close to close epmdBjörn-Egil Dahlberg
2015-01-14Merge branch 'maint'Marcus Arendt
2015-01-13erts: Extend driver interface with emergency_closeBjörn-Egil Dahlberg
2014-12-19Merge branch 'lukas/erts/crashdump_improvements/OTP-12377'Lukas Larsson
2014-12-19erts: Rename sys_sigset to sys_signalLukas Larsson
2014-12-08Fix inet:getopts involving #sctp_paddrinfo{}Simon Cornish
2014-12-02erts: Add compile time assert ERTS_CT_ASSERTSverker Eriksson
2014-11-05Merge branch 'maint'Lukas Larsson
2014-11-05Merge branch 'lukas/erts/fdopen_non_bound_win32_fix/OTP-12289' into maintLukas Larsson
2014-10-28Merge branch 'maint'Lukas Larsson
2014-10-20Merge branch 'lukas/erts/non-blocking-shell'Lukas Larsson
2014-10-16kernel,ssh: Add synchronous user_drv protocolLukas Larsson
2014-10-16erts: Make tty driver non-blockingLukas Larsson
2014-09-22erts: Initialize links when reading file infoLukas Larsson
2014-09-12erts: getsockname is not allowed on non-bound socketsLukas Larsson
2014-08-25Fix misspellings of 'another'Tuncer Ayaz
2014-07-24Merge branch 'maint-r16' into maintHenrik Nord
2014-07-22erts: Fix inet close on prebound fdsBjörn-Egil Dahlberg
2014-07-22kernel: When doing an fdopen we now also bind the fd to the specified addr/portLukas Larsson
2014-05-14Fix efile_openfile() to handle stat() failureMikael Pettersson
2014-03-28Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson
2014-03-28erts: Move debug printout to eliminate gcc warningLukas Larsson
2014-03-27Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson
2014-03-26ose: Implement tcp inet driver for OSELukas Larsson
2014-03-26ose: Add ifdefs for HAVE_UDPLukas Larsson
2014-03-25Merge branch 'bjorn/erts/zlib-fix'Björn Gustavsson
2014-03-24Merge branch 'sverk/win-long-filenames/OTP-11813'Sverker Eriksson
2014-03-24erts: Cleanup debug tracing in win_efile.cSverker Eriksson
2014-03-24erts: Fix file:list_dir for windows paths 258 or 259 chars longSverker Eriksson
2014-03-24erts: Fix bug in efile_readlink for long win pathsSverker Eriksson
2014-03-24erts: Fix compiler warning in win_efile.cSverker Eriksson
2014-03-24erts: Make file:make_symlink/2 return {error,eperm} on WindowsSverker Eriksson
2014-03-21zlib: Fix adler32_combine/4 and crc32_combine/4Björn Gustavsson
2014-03-13erts: Revert file:set_cwd impl for windowsSverker Eriksson
2014-03-13erts: Ignore reduntant slashes in windows pathsSverker Eriksson
2014-03-13erts: Fix long windows paths for compressed filesSverker Eriksson
2014-03-13erts: Use GetFullPathNameW to construct abs paths from relative onesSverker Eriksson
2014-03-13erts: Fix file driver to handle long paths on windowsSverker Eriksson
2014-02-24Merge branch 'lukas/ose/master/OTP-11334'Lukas Larsson