--- IO-AIO/Changes 2011/05/19 22:57:05 1.249 +++ IO-AIO/Changes 2011/06/10 06:50:42 1.253 @@ -7,24 +7,17 @@ TODO: aio_fcntl, at least for file-locking TODO: fallocate, if it wouldn't be so useless. TODO: aio_mincore? -TODO: add? also linux-specific stuff? - const_iv (O_ASYNC) - const_iv (O_DIRECT) - const_iv (O_NOATIME) - - const_iv (O_CLOEXEC) - const_iv (O_NOCTTY) - const_iv (O_NOFOLLOW) - const_iv (O_NONBLOCK) - const_iv (O_EXEC) - const_iv (O_SEARCH) - const_iv (O_DIRECTORY) - const_iv (O_DSYNC) - const_iv (O_RSYNC) - const_iv (O_SYNC) - const_iv (O_TTY_INIT) +TODO: MS_xxx, posix_fadvise + - (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. +3.9 Fri May 27 02:43:47 CEST 2011 + - (libeio) fix memory corruption in aio_readdirx for the flags + combination READDIR_STAT_ORDER | READDIR_DIRS_FIRST. + - add lots of newre POSIX and GNU/Linux-specific open + flags. 3.8 Sun Mar 27 12:25:33 CEST 2011 - use nonstandard but maybe-working-on-bsd fork technique.