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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2006-06-03 21:44:01

Modified files:
	cygwin         : ChangeLog cygthread.cc fhandler.h 
	                 fhandler_dsp.cc fhandler_tty.cc 

Log message:
	* cygthread.cc (cygthread::terminate_thread): In debugging output, use name of
	thread being terminated rather than thread doing terminating.
	* fhandler.h (fhandler_pty_master::slave): Delete.
	(fhandler_pty_master::get_unit): Ditto.
	(fhandler_pty_master::setup): Change argument declaration to accommodate new
	usage.
	* fhandler_tty.cc (fhandler_tty_master::init): Remove obsolete slave
	assignment.  Pass argument to setup indicating that this is a tty.
	(fhandler_tty_slave::open): Use dev() method rather than referencing pc.dev
	directly.
	(fhandler_pty_master::open): Don't create archetype based on ptym device
	number.  Set device number to use DEV_TTYM_MAJOR and tty number.  Pass argument
	to setup indicating that this is a pty.
	(fhandler_pty_master::setup): Change single argument to a flag indicating
	whether we're creating a pty and use appropriately.  Calculate 't' variable
	here rather than in caller.
	* fhandler_dsp.cc (fhandler_dev_dsp::open): Use dev() method rather than
	referencing pc.dev directly.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3533&r2=1.3534
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/cygthread.cc.diff?cvsroot=uberbaum&r1=1.75&r2=1.76
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.291&r2=1.292
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=uberbaum&r1=1.45&r2=1.46
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.170&r2=1.171


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