]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in (DLL_OFILES): Add quotactl.o.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 17 Oct 2014 08:19:27 +0000 (08:19 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 17 Oct 2014 08:19:27 +0000 (08:19 +0000)
commit1db937e9866e6b4cfa8b0b8a2e2ed908ec0eb194
treec18119a9c8ffdd2450006444e6d0766f6890ea30
parent5fedfc22b8380c289c38874eab2c4996cefca575
* 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.
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/cygwin/include/sys/mount.h
winsup/cygwin/include/sys/quota.h [new file with mode: 0644]
winsup/cygwin/ntdll.h
winsup/cygwin/quotactl.cc [new file with mode: 0644]
This page took 0.034697 seconds and 5 git commands to generate.