aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers/common/erl_efile.h
AgeCommit message (Expand)Author
2017-11-30Reimplement efile_drv as a dirty NIFJohn Högberg
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-03-31Refactor time_t in efile_drvBjörn-Egil Dahlberg
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-02-24ose: efile driver updates.Jonas Karlsson
2013-11-15Add sync option to file:open/2Joseph Blomstedt
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-03-04erts: Use block comments - ansi styleBjörn-Egil Dahlberg
2013-01-09Add file:allocate/3 operationFilipe David Manana
2011-12-20erts: rewrite efile_writev to handle partial writes correctlyRaimo Niskanen
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-12-08Merge branch 'ta/sendfile/OTP-9240'Lukas Larsson
2011-12-05Clarify some code commentsLukas Larsson
2011-12-05Make solaris use sendfilevLukas Larsson
2011-12-02Use epoch seconds instead of datetime()Björn-Egil Dahlberg
2011-12-02Remove header/trailer supportLukas Larsson
2011-12-01Preliminary work on header/trailerLukas Larsson
2011-12-01Add ifdef's for HAVE_SENDFILELukas Larsson
2011-12-01Change nbytes to 64 bitLukas Larsson
2011-12-01Implement sendfile when there are no async threadsLukas Larsson
2011-12-01Implement sendfile using blocking io in asynch threadsLukas Larsson
2011-11-29Implement file:sendfileTuncer Ayaz
2010-11-30Make Unicode filenames work on WindowsPatrik Nyblom
2010-06-04Support opening files in exclusive modeMichael Santos
2010-05-24Merge branch 'fm/file-operations' into devErlang/OTP
2010-05-20Add file:advise/4 - a wrapper to the POSIX syscall posix_fadviseFilipe David Manana
2010-05-20Add file:datasync/1 for syncing file contents onlyFilipe David Manana
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP