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


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2011-07-21 20:21:46

Modified files:
	cygwin         : ChangeLog fhandler.cc fhandler_dsp.cc 
	                 fhandler_serial.cc fhandler_tty.cc 
	                 fhandler_windows.cc 

Log message:
	Corinna Vinschen <corinna@vinschen.de>
	* fhandler.cc: Add #include for asm/socket.h for dealing with FIONREAD.
	(fhandler_base::ioctl): Special-case errno for FIONREAD.
	* fhandler_dsp.cc (fhandler_dev_dsp::ioctl): Rename parameter for consistency.
	Call fhandler_base::ioctl to decode default condition.
	* fhandler_serial.cc (fhandler_serial::ioctl): Ditto.
	* fhandler_tty.cc (fhandler_pty_slave::ioctl): Call fhandler_base::ioctl to
	decode default condition.
	* fhandler_windows.cc (fhandler_windows::ioctl): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5450&r2=1.5451
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.397&r2=1.398
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_dsp.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_serial.cc.diff?cvsroot=uberbaum&r1=1.76&r2=1.77
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.236&r2=1.237
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_windows.cc.diff?cvsroot=uberbaum&r1=1.32&r2=1.33


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