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

Comparing libeio/Changes (file contents):
Revision 1.54 by root, Sat Jun 13 00:06:13 2015 UTC vs.
Revision 1.58 by root, Fri Jun 23 03:10:19 2017 UTC

73 - wtf. etp_proc returned 0, and no compiler ever complained. 73 - wtf. etp_proc returned 0, and no compiler ever complained.
74 - remove pread/pwrite emulation, as the only system that lacked them 74 - remove pread/pwrite emulation, as the only system that lacked them
75 (cygwin) provides them for a while now. 75 (cygwin) provides them for a while now.
76 - provide pread/pwrite implementations for win32. 76 - provide pread/pwrite implementations for win32.
77 - implement aio_realpath for windows. 77 - implement aio_realpath for windows.
78 - add EIO_FALLOC_FL_COLLAPSE_RANGE anbd EIO_FALLOC_FL_ZERO_RANGE. 78 - add EIO_FALLOC_FL_COLLAPSE_RANGE and EIO_FALLOC_FL_ZERO_RANGE.
79 - add EIO_FCNTL, EIO_IOCTL.
80 - try to use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE when creating
81 symlinks on windows.
82 - support a minimum of EIO_PATH_MIN (default: 8160) as PATH_MAX (including
83 trailing 0 byte) in readlink, realpath etc.
84 - generate ENAMETOOLONG if readlink overflow is detected.
85 - implement support for renameat2, and corresponding flags.
79 86
87

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines