aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers/unix/unix_efile.c
AgeCommit message (Expand)Author
2011-12-06erts: minor fix for unnecessary conditionJovi Zhang
2011-12-02Remove header/trailer supportLukas Larsson
2011-12-01Preliminary work on header/trailerLukas Larsson
2011-12-01Remove debug printoutsLukas Larsson
2011-12-01Set chunk size to 3 GBLukas Larsson
2011-12-01Add ifdef's for HAVE_SENDFILELukas Larsson
2011-12-01Fix freebsd support for sendfileLukas Larsson
2011-12-01Change nbytes to 64 bitLukas Larsson
2011-12-01Fix offset calculation for darwinLukas Larsson
2011-12-01Implement sendfile when there are no async threadsLukas Larsson
2011-12-01Implement blocking calls for sendfileLukas Larsson
2011-12-01Implement sendfile using blocking io in asynch threadsLukas Larsson
2011-11-29Implement file:sendfileTuncer Ayaz
2010-12-17Correct usage of pointer-to-size in unix_efilePatrik Nyblom
2010-11-30Make Unicode filenames work on WindowsPatrik Nyblom
2010-08-17erts: Remove stray pre-ISO-C compatibility macrosBjörn Gustavsson
2010-06-04Support opening files in exclusive modeMichael Santos
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
2010-05-02Merge branch 'bg/remove-stray-ose-support' into devErlang/OTP
2010-04-30emulator: Remove stray OSE/Delta supportBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP