--- IO-AIO/Changes 2018/02/20 05:23:47 1.352 +++ IO-AIO/Changes 2018/11/29 21:48:44 1.375 @@ -25,18 +25,73 @@ TODO: maybe IO::AIO leaks fds when requests are cancelled? maybe initialise result to -1? TODO: aio_wd should use O_PATH on linux, due to lacking O_SEARCH (http://comments.gmane.org/gmane.linux.file-systems/33611) http://www.openwall.com/lists/musl/2013/02/23/4 +TODO: maybe copy some hacks from PerlIOStdio_invalidate_fileno for faster close on certain platforms TODO: copy_file_range, copy_file_range TODO: FIDEDUPERANGE, file_ioctl.c TODO: mincore TODO: SOCK_CLOEXEc etc. -TODO: unlinkat flags, linkat flags, statat flags +TODO: unlinkat flags, linkat flags, statat, renameat2 flags TODO: https://kernelnewbies.org/Linux_4.11 TODO: define useful rules for [[$wd, $path], $path] &c and implement them - TODO: https://github.com/coreutils/coreutils/blob/master/src/stat.c maybe IO::AIO::FSID -TODO: mmap on $hash->{key} keeps PVLV +TODO: mlock2, MLOCK_ONFAULT +TODO: dup3, pipe2, accept4 +TODO: dump config.log when automated testign and configure fails +TODO: ns time resolution in utime + + - add IO::AIO::MCL_ONFAULT for mlockall, add IO::AIO::mlockall. + - neither sys/mkdev.h nor sys/sysmacros.h were included, even when they + were detected by autoconf. + +4.6 Sat Aug 25 21:58:36 CEST 2018 + - add st_btime, st_btimesec, st_btimensec and st_gen accessors, + mostly for bsds which expose birthtime and st_gen members (netbsd, freebsd + but only st_gen on openbsd because they compiled their perl without support + for birthtimes). + - fix madvise and munlock to properly support negative offsets. + - allocate fd for the aio_close at boot time, to guarantee it working + later, rather than calling abort when it fails. also avoids + close-on-exec race issues after module load. + - #undef utime on win32, maybe this helps some reports of utime hangs. + - minor doc improvements. + - minor configure cleanups. + - use $Config{perllibs} instead of libs for configure. might help people + who didn'T install all perl dependencies (might break things as well). + +4.54 Tue Aug 14 13:54:48 CEST 2018 + - include sys/mkdev.h or sys/sysmacros.h if available. + - further tweaks to configure invocation for systems requiring --rpath. + - no longer rely on custom paths on win32 platforms. + - try to work around buggy PAGESIZE macro on solaris. + +4.53 Tue Aug 14 11:27:50 CEST 2018 + - add $Config{libs} to LIBS for configure, to work around systems + with broken library dependencies (... openbsd). + +4.52 Sun Aug 12 08:09:45 CEST 2018 + - config.h.in was missing in distribution. + +4.51 Sun Aug 12 07:24:14 CEST 2018 + - complete rework of the autoconf framework: IO::AIO now uses its own + config.h, separate from libeio, and tries to test the actual perl + environment, not the standard system environment. + - provide nanosecond-accracy stat time accessors for both perl and IO::AIO + stat functions. + - removed non-portable C++ syntax from eio.c. + - try to fix readdir tests on cygwin spuriously failing. + +4.5 Wed Aug 1 00:23:55 CEST 2018 + - aio_mtouch touch all pages as requested, not just the first page in most cases. + - new function: IO::AIO::mremap, linux-specific mremap, with constants MREMAP_MAYMOVE + and MREMAP_FIXED. + - add O_ACCMODE. + - add (undocumented) MSG_CMSG_CLOEXEC and SOCK_CLOEXEC constants. + +4.4 Tue Feb 20 07:54:12 CET 2018 - new aio_slurp request. - - new IO::AIO::eventfd and timerfd* function. + - add (experimental) IO::AIO::eventfd and timerfd* function. + - add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit. + - point out that aio_copy overwrites existing files. - removed filesystem magic number table from aio_statvfs docs as statvfs doesn't actually return this info at all (statfs does). - add a bunch of (mostly linux-specific) constants for use in ioctls @@ -49,12 +104,11 @@ - add aio_rename2, an aio_rename with flags. - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants. - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE. - - add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit. - - point out that aio_copy overwrites existing files. - (libeio) use posix_close if available. - (libeio) internal close() calls no longer disturb errno. - add IO:AIO::FALLOC_FL_UNSHARE. - - update schmorp.h for removal of USE_SOCKETS_AS_HANDLES. + - update schmorp.h for removal of USE_SOCKETS_AS_HANDLES + and better eventfd detection. 4.34 Sun May 1 19:18:24 CEST 2016 - def0.h was not properly generated during previous release, causing