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.61 by root, Fri Mar 23 01:14:08 2018 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines