--- IO-AIO/Changes 2022/04/09 19:34:05 1.402 +++ IO-AIO/Changes 2022/09/06 10:56:11 1.406 @@ -18,8 +18,6 @@ TODO: extra socket/tcp constants &c? TODO: name_to_handle_At + open_by_handle_at = clone fds TODO: lchown -TODO: mount/umount2/MS_* flags -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) @@ -46,9 +44,16 @@ TODO: io_uring, but it's so broken :/ TODO: allow import of fds as aio_wd TODO: close_range -TODO: move_mount, open_tree +TODO: move_mount, open_tree, fsmount, fspick, fsconfig, fsopen https://lwn.net/Articles/759499/ +4.78 Tue 06 Sep 2022 12:54:43 CEST + - add IO::AIO::mount and IO::AIO::umount. + - add a bunch of symbols from sys/mount.h. + +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