CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2006-08-07 19:29:15

Modified files:
        winsup/cygwin  : ChangeLog autoload.cc cygwin.din fhandler.cc 
                         fhandler.h fhandler_disk_file.cc ntdll.h 
                         pipe.cc syscalls.cc 
        winsup/cygwin/include: fcntl.h 
        winsup/cygwin/include/cygwin: version.h 

Log message:
        * 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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.3597&r2=1.3598
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&r1=1.121&r2=1.122
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&r1=1.164&r2=1.165
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.cc.diff?cvsroot=src&r1=1.258&r2=1.259
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.302&r2=1.303
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_disk_file.cc.diff?cvsroot=src&r1=1.185&r2=1.186
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.40&r2=1.41
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pipe.cc.diff?cvsroot=src&r1=1.90&r2=1.91
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.404&r2=1.405
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/fcntl.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.233&r2=1.234

Reply via email to