--- IO-AIO/Changes 2011/06/29 11:16:37 1.259 +++ IO-AIO/Changes 2011/06/29 11:25:17 1.260 @@ -8,14 +8,15 @@ TODO: fallocate, if it wouldn't be so useless. TODO: aio_mincore? TODO: getxattr etc.? - TODO: MS_xxx, posix_fadvise, posix_madvise TODO: realpath + +3.91 Wed Jun 29 13:24:42 CEST 2011 - (libeio) work around a Linux (and likely FreeBSD and other kernels) bug where sendfile would not transfer all the requested bytes on large transfers, using a heuristic. - buggy sendfile caused aio_move/copy to sometimes fail for big - files (fortunately it vchecks that the whole file has been + files (fortunately it checks that the whole file has been transferred...) - use libecb for higher performance and higher portability. - (libeio) disable sendfile on darwin, it's too broken.