--- IO-AIO/Changes 2020/12/04 01:17:15 1.391 +++ IO-AIO/Changes 2022/09/05 00:03:54 1.404 @@ -19,7 +19,8 @@ TODO: name_to_handle_At + open_by_handle_at = clone fds TODO: lchown TODO: mount/umount2/MS_* flags -TODO: fsmount/fsconfig et al. https://lwn.net/Articles/759499/ +TODO: fsmount/fspick/fsconfig/fsmount et al. https://lwn.net/Articles/759499/ +TODO: ioprio_get/set TODO: rewrite rmtree et al. to support working directories (also speed them up) TODO: maybe IO::AIO leaks fds when requests are cancelled? maybe initialise result to -1? @@ -37,7 +38,6 @@ TODO: dump config.log when automated testign and configure fails TODO: ns time resolution in utime 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 @@ -45,6 +45,34 @@ 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 +TODO: close_range +TODO: move_mount, open_tree, mount + +4.77 Mon 05 Sep 2022 02:03:38 CEST + - add MFD_HUGETLB_2MB and MFD_HUGETLB_1GB constants. + - add fexecve. + - add lots of missing functions to @EXPORT_OK. + +4.76 Tue Jul 27 20:45:01 CEST 2021 + - add autoconf test for siginfo_t, which is, of course, not + available on windows (reported by Peter Petky). + - disable syscalls on solaris, as perl seems to provide an + incompatible syscall prototype that clashes with sys/syscall.h. + - add MAP_FIXED_NOREPLACE, MAP_SHARED_VALIDATE, MAP_SYNC and + MAP_UNINITIALIZED. + +4.75 Wed Dec 30 08:44:55 CET 2020 + - removed leftover debug output from treescan. + - added (but not documented) waitid-P_*, FSPICK_*, FSOPEN_*, + FSCONFIG_*, MOUNT_ATTR_* constants. + +4.74 Tue Dec 29 16:19:28 CET 2020 + - added pidfd_open, pidfd_getfd and pidfd_send_signal functions. + - rework bin/treescan to avoid recursion. This fixes two bugs + where a deep directory traversal or a lot of command line + arguments could cause it to crash. + - added (but not documented) open_tree, AT_* and move_mount flags. + - support defining syscall numbers in gendef0. 4.73 Fri Dec 4 02:08:37 CET 2020 - def0.h was not uptodate, running into musl problems