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

Comparing libeio/Changes (file contents):
Revision 1.60 by root, Sat Jan 6 01:04:43 2018 UTC vs.
Revision 1.66 by root, Sun Mar 10 12:11:47 2019 UTC

5 5
6TODO: make mtouch/readdir maybe others cancellable in-request 6TODO: make mtouch/readdir maybe others cancellable in-request
7TODO: fadvise request 7TODO: fadvise request
8TODO: fdopendir/utimensat 8TODO: fdopendir/utimensat
9TODO: maybe work around 3.996gb barrier in pread/pwrite as well, maybe readahead etc.? 9TODO: maybe work around 3.996gb barrier in pread/pwrite as well, maybe readahead etc.?
10TODO: pthread_condattr_setclock(..., CLOCK_MONOTONIC) and clock_gettime(CLOCK_MONOTONIC) instead of defualt CLOCK_REALTIME timeouts
101.0 111.0
11 - for simple request api, initialise result/errorno to -1/ECANCELED. 12 - for simple request api, initialise result/errorno to -1/ECANCELED.
12 - fix a deadlock where a wakeup signal could be missed when 13 - fix a deadlock where a wakeup signal could be missed when
13 a timeout occured at the same time. 14 a timeout occured at the same time.
14 - use nonstandard but maybe-working-on-bsd fork technique. 15 - use nonstandard but maybe-working-on-bsd fork technique.
86 - add EIO_FALLOC_FL_INSERT_RANGE and EIO_FALLOC_FL_UNSHARE_RANGE. 87 - add EIO_FALLOC_FL_INSERT_RANGE and EIO_FALLOC_FL_UNSHARE_RANGE.
87 - use posix_close if available or needed. 88 - use posix_close if available or needed.
88 - save errno around close in ftruncateat, fstatvfsat and EIO_CLOSE. 89 - save errno around close in ftruncateat, fstatvfsat and EIO_CLOSE.
89 - add EIO_SLURP convenience request. 90 - add EIO_SLURP convenience request.
90 - update configure.ac for newer autoconf/automake. 91 - update configure.ac for newer autoconf/automake.
92 - include sys/prctl.h if available.
93 - use O_NONBLOCK when opening directories and in truncateat and statvfsat.
94 - add EIO_MCL_ONFAULT.
95 - add eio_mlockall_sync.
96 - fix configure tests for readahead and sync_file_range, they were based on the
97 manpages, which turned out to be wrong.
91 98
92 99

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines