--- IO-AIO/Changes 2020/10/29 05:13:55 1.390 +++ IO-AIO/Changes 2020/12/04 01:17:15 1.391 @@ -39,18 +39,21 @@ TODO: statx TODO: pidfd_open/pidfd_send_signal (open/poll /proc?) TODO: aio_fchdir/chdir? emulate chdirat? - TODO: rt-4.0.18-20109-1573826674-1229.126277-5-0@rt.cpan.org TODO: aio_splice, aio_tee TODO: copy_file_range TODO: write more abpout the thread model, maybe bump some defaults? TODO: io_uring, but it's so broken :/ TODO: allow import of fds as aio_wd + +4.73 Fri Dec 4 02:08:37 CET 2020 + - def0.h was not uptodate, running into musl problems + (reported by B Fraser). - IO::AIO::splice and IO::AIO::tee didn't properly return 64 bit values. - added IO::AIO::accept4. - add various F_SEAL related fcntl constants. - - removed experimentla marker for fdlimit functions. + - removed experimental marker for fdlimit functions. - fiemap now includes the last segment even if it overflows the end offset, which is arguably the correct behaviour.