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 dtable.cc fhandler.cc ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Branch: 	cgf-dev-branch
Changes by:	cgf@sourceware.org	2002-12-28 08:56:17

Modified files:
	cygwin         : ChangeLog dtable.cc fhandler.cc fhandler.h 
	                 fhandler_console.cc fhandler_floppy.cc 
	                 fhandler_mem.cc fhandler_random.cc 
	                 fhandler_raw.cc fhandler_serial.cc 
	                 fhandler_socket.cc fhandler_tape.cc 
	                 fhandler_tty.cc path.cc pipe.cc syscalls.cc 
	                 tty.cc 

Log message:
	Eliminate unit argument and special unit fields from fhandler classes and
	constructors throughout.
	* fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Make decisions based on
	specific device type rather than unit number.
	* fhandler_random.cc (fhandler_dev_random::write): Ditto.
	(fhandler_dev_random::read): Ditto.
	* fhandler_socket.cc (fhandler_socket::set_connect_secret): Set device type to
	"urandom" after construction of entropy_source.
	* path.cc (windows_devices_names): Remove.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.1656.2.2&r2=1.1656.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.107.12.1&r2=1.107.12.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.143.4.1&r2=1.143.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.153.2.1&r2=1.153.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.100&r2=1.100.2.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_floppy.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.24&r2=1.24.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_mem.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.31&r2=1.31.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_random.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.24&r2=1.24.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_raw.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.30&r2=1.30.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_serial.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.38&r2=1.38.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_socket.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.75&r2=1.75.4.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tape.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.32&r2=1.32.16.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.88.2.1&r2=1.88.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.234.16.1&r2=1.234.16.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.44.4.1&r2=1.44.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.238.4.1&r2=1.238.4.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/tty.cc.diff?cvsroot=uberbaum&only_with_tag=cgf-dev-branch&r1=1.50.6.1&r2=1.50.6.2


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