Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-IO-AIO
From: Thomas Klausner
Date: 2021-04-26 14:56:18
Message id: 20210426125618.2FD12FA95@cvs.NetBSD.org
Log Message:
p5-IO-AIO: update to 4.75.
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
(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 experimental marker for fdlimit functions.
- fiemap now includes the last segment even if it overflows
the end offset, which is arguably the correct behaviour.
Files: