--- IO-AIO/Changes 2010/01/02 13:02:20 1.211 +++ IO-AIO/Changes 2010/08/04 16:06:54 1.232 @@ -6,11 +6,62 @@ 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: aio_mincore? +TODO: posix_madvise. +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 +TODO: document/test madvise + - 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. + +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). + - (libeio) also fix darwin sendfile that suffered from a similar bug. + - add aio_statvfs as interface to statvfs/fstatvfs. + - work around buggy symlink() on cygwin in the testsuite. + - wtf. freebsd-8.0 actually passes the testsuite! I knew + they could implement fork and semaphores one day! cheers! + +3.4 Sat Jan 2 15:13:04 CET 2010 - (libeio) max_poll_time was not properly converted to ticks. - clarify cancel_subs description. - IO::AIO::sendfile did not actually return the return value from the sendfile call. + - implement aio_msync, aio_mtouch. - (libeio) tentatively support darwin in sendfile. 3.31 Thu Nov 12 02:14:29 CET 2009