--- IO-AIO/Changes 2010/01/09 10:03:09 1.219 +++ IO-AIO/Changes 2010/08/30 17:38:56 1.236 @@ -6,11 +6,53 @@ 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: add? also linux-specific stuff? +O_EXEC +O_SEARCH +O_CLOEXEC +O_DIRECTORY +O_DSYNC +O_NOCTTY +O_NOFOLLOW +O_NONBLOCK +O_RSYNC +O_SYNC +O_TTY_INIT +O_DIRECT +O_LARGEFILE +O_NOATIME +O_ASYNC +TODO: document/test madvise, mprotect +TODO: aio_mlock/munlock + - do not leak memory in IO::AIO::mmap when the scalar already + had string-data. + - add O_RDWR, O_APPEND and O_EXCL symbols and semi-documented + them. + - cache the result IV, for a minor speedup in the common case. + - croak when an mmapped-scalar changes location, to detect + user-errors better. + - add madvise, mmap, munmap, mlockall, munlockall, msync and mtouch + to @EXPORT_OK. + +3.65 Wed Mar 31 02:45:05 CEST 2010 + - 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). + - a double fork partially killed the event pipe (great testcase + by dormando). affects IO::AIO, BDB and Async::Interrupt. + - suck steve's dick and rename our symbols to avoid colliding + with nonstandard identifier spam on the broken os x pseudo-os. + affects IO::AIO and BDB. + +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).