This is the mail archive of the cygwin-cvs@cygwin.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]
Other format: [Raw text]

winsup/cygwin ChangeLog autoload.cc cygtls.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-05-13 03:21:39

Modified files:
	cygwin         : ChangeLog autoload.cc cygtls.cc dir.cc 
	                 fhandler_netdrive.cc path.cc path.h 
	cygwin/include/sys: mount.h 

Log message:
	* cygtls.cc (_cygtls::remove): Eliminate compiler warning.
	* dir.cc (mkdir): Check path for writability.
	(rmdir): Ditto.  Remove check for special directories.
	* path.cc (path_conv::check): Set PATH_RO for virtual devices.  Set error if
	read-only and asked for writability.
	* path.h (pathconv_arg): Add PC_WRITABLE.
	(path_types): Add PATH_RO.
	(path_conv::isro): Add (currently unused) check for read-only filesystem.
	Return "ENOSHARE" when we know a share doesn't exist.
	* include/sys/mount.h: Add MOUNT_RO flag.
	* autoload.cc (WNetGetResourceInformationA): Import.
	* fhandler_netdrive.cc (fhandler_netdrive::exists): Detect actual existence of
	remote system rather than always assuming that it exists.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2881&r2=1.2882
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/autoload.cc.diff?cvsroot=uberbaum&r1=1.100&r2=1.101
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygtls.cc.diff?cvsroot=uberbaum&r1=1.29&r2=1.30
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dir.cc.diff?cvsroot=uberbaum&r1=1.84&r2=1.85
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_netdrive.cc.diff?cvsroot=uberbaum&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&r1=1.371&r2=1.372
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&r1=1.76&r2=1.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/include/sys/mount.h.diff?cvsroot=uberbaum&r1=1.9&r2=1.10


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