CVSROOT:        /cvs/src
Module name:    src
Changes by:     cori...@sourceware.org  2014-10-17 08:19:27

Modified files:
        winsup/cygwin  : ChangeLog Makefile.in common.din ntdll.h 
        winsup/cygwin/include/cygwin: version.h 
        winsup/cygwin/include/sys: mount.h 
Added files:
        winsup/cygwin  : quotactl.cc 
        winsup/cygwin/include/sys: quota.h 

Log message:
        * Makefile.in (DLL_OFILES): Add quotactl.o.
        * common.din (quotactl): Export.
        * ntdll.h: Define FILE_FS_CONTROL_INFORMATION::FileSystemControlFlags
        flag values.
        (struct _FILE_FS_CONTROL_INFORMATION): Define.
        (struct _FILE_GET_QUOTA_INFORMATION): Define.
        (typedef struct _FILE_QUOTA_INFORMATION): Define.
        (NtQueryObject): Use PVOID rather than VOID*.
        (NtQueryVolumeInformationFile): Ditto.
        (NtQueryQuotaInformationFile): Declare.
        (NtSetQuotaInformationFile): Declare.
        (NtSetVolumeInformationFile): Declare.
        * quotactl.cc: New file implementing quotactl().
        * include/sys/mount.h (BLOCK_SIZE): Define.
        (BLOCK_SIZE_BITS): Define.
        * include/sys/quota.h: New header.
        * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/quotactl.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.6541&r2=1.6542
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.273&r2=1.274
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/common.din.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.150&r2=1.151
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&r1=1.408&r2=1.409
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/quota.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/sys/mount.h.diff?cvsroot=src&r1=1.17&r2=1.18

Reply via email to