--- IO-AIO/Changes 2010/01/09 10:03:09 1.219 +++ IO-AIO/Changes 2010/03/30 13:53:53 1.226 @@ -6,11 +6,24 @@ TODO: splice/tee/vmsplice? (http://kerneltrap.org/node/6505 http://lwn.net/Articles/178199/) TODO: aio_fcntl, at least for file-locking TODO: fallocate, if it wouldn't be so useless. -TODO: IO::AIO::mmap? aio_mincore? +TODO: aio_mincore? +TODO: posix_madvise. +TODO: OS X spams thread_t into the global namespace, and doesn't even document it. + + - a double fork partially killed the event pipe (great testcase + by dormando). affects IO::AIO, BDB and Async::Interrupt. + - actually use PATH_MAX instead of NAME_MAX for readlink, as to not + cut off long pathnames in aio_readlink (based on patch by + Rasmus Andersson). + +3.6 Mon Jan 11 00:43:39 CET 2010 - (libeio) more fixes for the freebsd/apple sendfile - broken by manpage standards, but apparently correct accoridng to actual kernel sources. + - add IO::AIO::mmap/munmap support. + - add IO::AIO::m(un)lockall support. + - clean up manpage. 3.5 Thu Jan 7 21:25:04 CET 2010 - (liebio) fix freebsd sendfile (Vanilla Hsu).