ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/Changes
(Generate patch)

Comparing IO-AIO/Changes (file contents):
Revision 1.352 by root, Tue Feb 20 05:23:47 2018 UTC vs.
Revision 1.357 by root, Sun Jul 22 20:39:19 2018 UTC

30TODO: mincore 30TODO: mincore
31TODO: SOCK_CLOEXEc etc. 31TODO: SOCK_CLOEXEc etc.
32TODO: unlinkat flags, linkat flags, statat flags 32TODO: unlinkat flags, linkat flags, statat flags
33TODO: https://kernelnewbies.org/Linux_4.11 33TODO: https://kernelnewbies.org/Linux_4.11
34TODO: define useful rules for [[$wd, $path], $path] &c and implement them 34TODO: define useful rules for [[$wd, $path], $path] &c and implement them
35
36TODO: https://github.com/coreutils/coreutils/blob/master/src/stat.c maybe IO::AIO::FSID 35TODO: https://github.com/coreutils/coreutils/blob/master/src/stat.c maybe IO::AIO::FSID
37TODO: mmap on $hash->{key} keeps PVLV 36TODO: mlock2, MLOCK_ONFAULT
37
38 - aio_mtouch touch all pages as requested, not just the first page in most cases.
39 - new function: IO::AIO::mremap, linux-specific mremap, with constants MREMAP_MAYMOVE
40 and MREMAP_FIXED.
41 - add O_ACCMODE.
42
434.4 Tue Feb 20 07:54:12 CET 2018
38 - new aio_slurp request. 44 - new aio_slurp request.
39 - new IO::AIO::eventfd and timerfd* function. 45 - add (experimental) IO::AIO::eventfd and timerfd* function.
46 - add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit.
47 - point out that aio_copy overwrites existing files.
40 - removed filesystem magic number table from aio_statvfs docs as 48 - removed filesystem magic number table from aio_statvfs docs as
41 statvfs doesn't actually return this info at all (statfs does). 49 statvfs doesn't actually return this info at all (statfs does).
42 - add a bunch of (mostly linux-specific) constants for use in ioctls 50 - add a bunch of (mostly linux-specific) constants for use in ioctls
43 (see aio_ioctl docs). 51 (see aio_ioctl docs).
44 - treescan now has a proper manpage and useful --help output. 52 - treescan now has a proper manpage and useful --help output.
47 - document offset/length behaviour of mprotect/madvise. 55 - document offset/length behaviour of mprotect/madvise.
48 - support linux's renameat2 (via aio_rename2). 56 - support linux's renameat2 (via aio_rename2).
49 - add aio_rename2, an aio_rename with flags. 57 - add aio_rename2, an aio_rename with flags.
50 - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants. 58 - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants.
51 - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE. 59 - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE.
52 - add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit.
53 - point out that aio_copy overwrites existing files.
54 - (libeio) use posix_close if available. 60 - (libeio) use posix_close if available.
55 - (libeio) internal close() calls no longer disturb errno. 61 - (libeio) internal close() calls no longer disturb errno.
56 - add IO:AIO::FALLOC_FL_UNSHARE. 62 - add IO:AIO::FALLOC_FL_UNSHARE.
57 - update schmorp.h for removal of USE_SOCKETS_AS_HANDLES. 63 - update schmorp.h for removal of USE_SOCKETS_AS_HANDLES
64 and better eventfd detection.
58 65
594.34 Sun May 1 19:18:24 CEST 2016 664.34 Sun May 1 19:18:24 CEST 2016
60 - def0.h was not properly generated during previous release, causing 67 - def0.h was not properly generated during previous release, causing
61 compile errors on various platforms. 68 compile errors on various platforms.
62 - major/minor were accidentally switched (reported by Alexander Lishenyuk). 69 - major/minor were accidentally switched (reported by Alexander Lishenyuk).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines