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 Makefile.in devices.gperf dtable ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Branch: 	cgf-dev-branch
Changes by:	cgf@sourceware.org	2003-01-25 18:59:43

Modified files:
	cygwin         : Makefile.in devices.gperf dtable.cc fhandler.h 
	                 path.cc 
Added files:
	cygwin         : ChangeLog.branch fhandler_nodevice.cc 

Log message:
	* Makefile.in (DLL_OFILES): Add fhandler_nodevice.o.
	* devices.gperf (device::parse): Just set devn to input if device not found --
	nonexistent device will be caught later.
	* dtable.cc (dtable::build_fhandler): Build fhandler_nodevice type when unknown
	device.
	* fhandler.h (fhandler_nodevice): New class.
	(fhandler_union): Add fhandler_nodevice.
	* path.cc (path_conv::check): Always set device stuff if major/minor are
	specified.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.branch.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_nodevice.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=NONE&r2=1.1.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/Makefile.in.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.112.6.2&r2=1.112.6.3
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.2&r2=1.2.2.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.109.2.1&r2=1.109.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.154.2.1&r2=1.154.2.2
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.3&r2=1.238.2.4


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