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

Comparing IO-AIO/Changes (file contents):
Revision 1.381 by root, Mon Mar 18 23:52:09 2019 UTC vs.
Revision 1.382 by root, Wed Apr 3 03:03:53 2019 UTC

14http://msdn.microsoft.com/en-us/library/windows/desktop/aa364425%28v=vs.85%29.aspx 14http://msdn.microsoft.com/en-us/library/windows/desktop/aa364425%28v=vs.85%29.aspx
15http://msdn.microsoft.com/en-us/library/windows/desktop/aa364963%28v=vs.85%29.aspx 15http://msdn.microsoft.com/en-us/library/windows/desktop/aa364963%28v=vs.85%29.aspx
16http://msdn.microsoft.com/en-us/library/windows/desktop/aa364996%28v=vs.85%29.aspx 16http://msdn.microsoft.com/en-us/library/windows/desktop/aa364996%28v=vs.85%29.aspx
17http://msdn.microsoft.com/en-us/library/windows/desktop/aa364994%28v=vs.85%29.aspx 17http://msdn.microsoft.com/en-us/library/windows/desktop/aa364994%28v=vs.85%29.aspx
18TODO: extra socket/tcp constants &c? 18TODO: extra socket/tcp constants &c?
19TODO: http://lwn.net/Articles/593918/ SHMEM_SET_SEALS, SHMEM_GET_SEALS, SEAL_SHRINK, SEAL_GROW, SEAL_WRITE, int memfd_create(const char *name, u64 size, u64 flags);, MFD_CLOEXEC, int fd = open("/tmp", O_RDWR | O_TMPFILE | O_EXCL, S_IRWXU);
20TODO: name_to_handle_At + open_by_handle_at = clone fds 19TODO: name_to_handle_At + open_by_handle_at = clone fds
21TODO: lchown 20TODO: lchown
22TODO: mount/umount2/MS_* flags 21TODO: mount/umount2/MS_* flags
23 22
24TODO: rewrite rmtree et al. to support working directories (also speed them up) 23TODO: rewrite rmtree et al. to support working directories (also speed them up)
37TODO: dup3, pipe2, accept4 36TODO: dup3, pipe2, accept4
38TODO: dump config.log when automated testign and configure fails 37TODO: dump config.log when automated testign and configure fails
39TODO: ns time resolution in utime 38TODO: ns time resolution in utime
40TODO: statx 39TODO: statx
41 40
414.72 Wed Apr 3 04:56:03 CEST 2019
42 - (libeio) if fd 0 is available do not use it for aio_wd, as it 42 - (libeio) if fd 0 is available do not use it for aio_wd, as it
43 collides with IO::AIO::CWD. 43 collides with IO::AIO::CWD.
44 - added IO::AIO::memfd_create.
44 - correctly include <sys/uio.h> in the vmsplice test. 45 - correctly include <sys/uio.h> in the vmsplice test.
45 - reduce codesize by ~7% on amd64 by declaring more functions 46 - reduce codesize by ~7% on amd64 by declaring more functions
46 as noinline. 47 as noinline.
48 - documentation fixes and updates.
49 - experimental and undocumented preliminary support for synchronous statx.
47 50
484.71 Sun Mar 10 13:09:26 CET 2019 514.71 Sun Mar 10 13:09:26 CET 2019
49 - due to an error in the linux manpages, the configure tests 52 - due to an error in the linux manpages, the configure tests
50 for readahead, sync_file_range, splice etc. failed. This has been fixed. 53 for readahead, sync_file_range, splice etc. failed. This has been fixed.
51 54

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines