This is the mail archive of the cygwin-cvs@sources.redhat.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/cygwin ChangeLog Makefile.in dtable ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	corinna@sourceware.cygnus.com	2000-09-30 18:02:40

Modified files:
	winsup/cygwin  : ChangeLog Makefile.in dtable.cc fhandler.h 
	                 path.cc 
Added files:
	winsup/cygwin  : fhandler_mem.cc 

Log message:
	* Makefile.in: Add fhandler_mem.o to the dependencies.
	* dtable.cc (dtable::build_fhandler): Add case for FH_MEM.
	* fhandler.h: Add FH_MEM device type.  Add class fhandler_dev_mem.
	* fhandler_mem.cc: New file. Implementation of class fhandler_dev_mem.
	* path.cc: Add /dev/mem to windows_device_names.
	(get_device_number): Add FH_MEM type.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_mem.cc.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.326&r2=1.327
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&r1=1.35&r2=1.36
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/path.cc.diff?cvsroot=src&r1=1.60&r2=1.61


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