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

Comparing IO-AIO/Changes (file contents):
Revision 1.345 by root, Fri Sep 22 12:28:20 2017 UTC vs.
Revision 1.356 by root, Tue Jul 17 23:20:09 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
35TODO: https://github.com/coreutils/coreutils/blob/master/src/stat.c maybe IO::AIO::FSID
36TODO: mlock2, MLOCK_ONFAULT
35 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
424.4 Tue Feb 20 07:54:12 CET 2018
43 - new aio_slurp request.
44 - add (experimental) IO::AIO::eventfd and timerfd* function.
45 - add (experimental) IO::AIO::get_fdlimit and IO::AIO::min_fdlimit.
46 - point out that aio_copy overwrites existing files.
47 - removed filesystem magic number table from aio_statvfs docs as
48 statvfs doesn't actually return this info at all (statfs does).
36 - add a bunch of (mostly linux-specific) constants for use in ioctls 49 - add a bunch of (mostly linux-specific) constants for use in ioctls
37 (see aio_ioctl docs). 50 (see aio_ioctl docs).
38 - treescan now has a proper manpage and useful --help output. 51 - treescan now has a proper manpage and useful --help output.
39 - new option --sync in treescan, to sync everything in a subtree. 52 - new option --sync in treescan, to sync everything in a subtree.
40 - changed default for aio_msync flags to MSYNC_SYNC. 53 - changed default for aio_msync flags to MSYNC_SYNC.
41 - document offset/length behaviour of mprotect/madvise. 54 - document offset/length behaviour of mprotect/madvise.
42 - support linux's renameat2 (via aio_rename2). 55 - support linux's renameat2 (via aio_rename2).
43 - add aio_rename2, an aio_rename with flags. 56 - add aio_rename2, an aio_rename with flags.
44 - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants. 57 - add F_DUPPFD_CLOEXEC, F_OFD_[SG]ETLKW? constants.
45 - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE. 58 - add FALLOC_FL_INSERT_RANGE, FALLOC_FL_UNSHARE_RANGE.
46 - add IO::AIO::get_fdlimit and IO::AIO::min_fdlimit. 59 - (libeio) use posix_close if available.
47 - point out that aio_copy overwrites existing files. 60 - (libeio) internal close() calls no longer disturb errno.
61 - add IO:AIO::FALLOC_FL_UNSHARE.
62 - update schmorp.h for removal of USE_SOCKETS_AS_HANDLES
63 and better eventfd detection.
48 64
494.34 Sun May 1 19:18:24 CEST 2016 654.34 Sun May 1 19:18:24 CEST 2016
50 - def0.h was not properly generated during previous release, causing 66 - def0.h was not properly generated during previous release, causing
51 compile errors on various platforms. 67 compile errors on various platforms.
52 - major/minor were accidentally switched (reported by Alexander Lishenyuk). 68 - major/minor were accidentally switched (reported by Alexander Lishenyuk).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines