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.branch cygwin-gperf de ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Branch: 	cgf-dev-branch
Changes by:	cgf at sourceware dot org	2003-02-23 07:03:23

Modified files:
	cygwin         : ChangeLog.branch cygwin-gperf devices.gperf 
	                 fhandler.cc fhandler_nodevice.cc path.cc path.h 
	                 syscalls.cc 

Log message:
	* cygwin-gperf: Fix typo in FH_FS static storage.
	* devices.gperf (device::parse): Default to fs "device" when nothing else is
	found.
	* fhandler.cc (fhandler_base::device_access_denied): Use access_worker rather
	than access to avoid reparsing pc.
	* fhandler_nodevice.cc (fhandler_nodevice::open): Set errno to ENXIO rather
	than ENODEV.
	* path.cc (path_conv::check): Default to FH_FS rather than FH_BAD.
	(mount_info::conv_to_win32_path): Ditto.
	(win32_device_name): Don't do device handling if FH_FS.
	* path.h (path_conv::get_devn): Just return raw device number.
	* syscalls.cc (access_worker): New function, split from access().  Correctly
	deal with special devices in light of recent ntsec changes.
	(access): Use access_worker.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.branch.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.1.2.5&r2=1.1.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygwin-gperf.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.1.2.4&r2=1.1.2.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/devices.gperf.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.2.2.8&r2=1.2.2.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.143.6.4&r2=1.143.6.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_nodevice.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.1.2.2&r2=1.1.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.238.2.9&r2=1.238.2.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/path.h.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.48.18.6&r2=1.48.18.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.240.2.8&r2=1.240.2.9


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