Corinna Vinschen
7636b58590
* autoload.cc (NtSetInformationFile): Define.
* cygwin.din: Export posix_fadvise and posix_fallocate.
* fhandler.cc (fhandler_base::fadvise): New method.
(fhandler_base::ftruncate): Add allow_truncate parameter.
* fhandler.h (class fhandler_base): Add fadvise method. Accomodate
new parameter to ftruncate.
(class fhandler_pipe): Add fadvise and ftruncate methods.
(class fhandler_disk_file): Add fadvise method. Accomodate new
parameter to ftruncate.
* fhandler_disk_file.cc (fhandler_disk_file::fadvise): New method.
(fhandler_disk_file::ftruncate): Accomodate new allow_truncate
parameter. Set EOF using NtSetInformationFile on NT.
* ntdll.h (struct _FILE_END_OF_FILE_INFORMATION): Define.
(NtSetInformationFile): Declare.
* pipe.cc (fhandler_pipe::fadvise): New method.
(fhandler_pipe::ftruncate): Ditto.
* syscalls.cc (posix_fadvise): New function.
(posix_fallocate): Ditto.
(ftruncate64): Accomodate second parameter to fhandler's ftruncate
method.
* include/fcntl.h: Add POSIX_FADV_* flags. Add declarations of
posix_fadvise and posix_fallocate.
* include/cygwin/version.h: Bump API minor number.
2006-08-07 19:29:14 +00:00
..
2005-09-17 08:55:30 +00:00
2006-04-21 14:29:54 +00:00
2006-08-07 19:29:14 +00:00
2005-06-01 18:24:31 +00:00
2006-07-25 19:23:23 +00:00
2006-07-31 14:27:56 +00:00
2005-07-26 00:55:42 +00:00
2005-08-08 15:00:39 +00:00
2005-11-10 21:17:15 +00:00
2005-12-03 05:01:51 +00:00
2006-08-07 19:29:14 +00:00
2006-05-28 15:50:14 +00:00
2005-08-08 09:45:42 +00:00
2005-08-08 13:39:56 +00:00
2006-01-09 12:41:54 +00:00
2005-06-18 19:04:25 +00:00
2005-06-10 12:11:35 +00:00
2005-05-29 10:05:56 +00:00
2006-02-13 19:01:32 +00:00
2006-07-25 19:23:23 +00:00
2006-07-13 12:59:53 +00:00
2006-07-03 12:30:04 +00:00
2006-02-02 22:46:37 +00:00