aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/drivers/common/efile_drv.c
AgeCommit message (Expand)Author
2012-08-30Teach VM not to dump core on long pathnamesPatrik Nyblom
2012-08-27erts: Fix dtrace-bug in file rename opSverker Eriksson
2012-05-09Correct formating in exit error messagesMichael Santos
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Correct some errors in the user tag spreadingPatrik Nyblom
2012-03-22Change to more specific configure options for dtracePatrik Nyblom
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2012-03-22Update dtrace for changes in R15Björn-Egil Dahlberg
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4Scott Lystig Fritchie
2012-03-20Fix reselecting bug on OS XLukas Larsson
2012-03-20Fix bug when sending long files using selectLukas Larsson
2012-03-20Fix ifdef to check if we are on OS XLukas Larsson
2012-03-20Fix memory leak when sendfile process crashesLukas Larsson
2011-12-20erts: rewrite efile_writev to handle partial writes correctlyRaimo Niskanen
2011-12-09Merge branch 'raimo/64-bit-driver-api/OTP-9795'Björn Gustavsson
2011-12-09erl_driver.h: Enlarge types on driver callbacks output, control and callRaimo Niskanen
2011-12-08Merge branch 'ta/sendfile/OTP-9240'Lukas Larsson
2011-12-08Do not use async threads on DARWINLukas Larsson
2011-12-08Fix cleanup when sendfile process crashesLukas Larsson
2011-12-07Return {error,closed} from sendfile if closedLukas Larsson
2011-12-07erl_driver.h: Enlarge types in driver queue and alloc functionsRaimo Niskanen
2011-12-02efile_drv: Fix casting between Sint64 and time_tBjörn-Egil Dahlberg
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-01Use free_sendfile explicitly for non-asyncLukas Larsson
2011-12-01Remove debug printoutsLukas Larsson
2011-12-01Change type of fd to be ErlDrvEventLukas Larsson
2011-12-01Add ifdef's for HAVE_SENDFILELukas Larsson
2011-12-01Change nbytes to 64 bitLukas Larsson
2011-12-01Fix cleanup for sendfileLukas Larsson
2011-12-01Fix 32 bit parametersLukas Larsson
2011-12-01Make socket blocking if there are async threadsLukas Larsson
2011-12-01Implement sendfile when there are no async threadsLukas Larsson
2011-12-01Implement blocking calls for sendfileLukas Larsson
2011-12-01Remove output from driver entryLukas Larsson
2011-12-01Implement sendfile using blocking io in asynch threadsLukas Larsson
2011-11-29Implement file:sendfileTuncer Ayaz
2011-11-16Remove remaining gcc 4.6 assigned-but-not-used warnings from ertsPatrik Nyblom
2011-11-07erts: Remove dead code in efile_drvBjörn-Egil Dahlberg
2011-06-08Fix boundry error where files might get lostBjörn-Egil Dahlberg
2011-06-08Teach prim_file:list_dir/1,2 to use fname chunksBjörn-Egil Dahlberg
2011-04-07Unsigned integer may overflow in error messageMichael Santos
2011-03-11Update copyright yearsBjörn-Egil Dahlberg
2011-01-12Remove strange name field in efile_drv.c as it upsets -D_FORTIFY_SOURCEPatrik Nyblom
2010-11-30Teach spawn_executable about UnicodePatrik Nyblom
2010-11-30Make Unicode filenames work on WindowsPatrik Nyblom
2010-11-30Handle binary file names and conversion of unicode stringsPatrik Nyblom
2010-08-17erts: Remove stray pre-ISO-C compatibility macrosBjörn Gustavsson
2010-05-20Add file:advise/4 - a wrapper to the POSIX syscall posix_fadviseFilipe David Manana