This is the mail archive of the cygwin-cvs@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

src/winsup/w32api ChangeLog include/winbase.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sourceware.cygnus.com	00/06/27 11:21:31

Modified files:
	winsup/w32api  : ChangeLog 
	winsup/w32api/include: winbase.h winioctl.h winnt.h 
Added files:
	winsup/w32api/lib: psapi.def 

Log message:
	* include/winbase.h: Add stream ids BACKUP_OBJECT_ID,
	BACKUP_REPARSE_DATA and BACKUP_SPARSE_BLOCK.
	Add file open flags FILE_FLAG_OPEN_REPARSE_POINT and
	FILE_FLAG_OPEN_NO_RECALL.
	* winioctl.h: Add device io control codes FSCTL_GET_REPARSE_POINT,
	FSCTL_SET_REPARSE_POINT and FSCTL_DELETE_REPARSE_POINT.
	* winnt.h: Add typedef for GUID.
	Add file attributes FILE_ATTRIBUTE_ENCRYPTED,
	FILE_ATTRIBUTE_SPARSE_FILE, FILE_ATTRIBUTE_REPARSE_POINT and
	FILE_ATTRIBUTE_NOT_CONTENT_INDEXED.
	Add volume attributes FILE_VOLUME_QUOTAS, FILE_SUPPORTS_SPARSE_FILES,
	FILE_SUPPORTS_REPARSE_POINTS, FILE_SUPPORTS_REMOTE_STORAGE,
	FILE_SUPPORTS_OBJECT_IDS and FILE_SUPPORTS_ENCRYPTION.
	Add several reparse point defines and typedefs for REPARSE_DATA_BUFFER,
	REPARSE_GUID_DATA_BUFFER and REPARSE_POINT_INFORMATION.
	* lib/psapi.def: New file.

Patches:
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.20&r2=1.21
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=src&r1=1.4&r2=1.5
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winioctl.h.diff?cvsroot=src&r1=1.1.1.1&r2=1.2
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winnt.h.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.cygnus.com/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/psapi.def.diff?cvsroot=src&r1=NONE&r2=1.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]