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]

src/winsup/cygwin ChangeLog fhandler.h fhandle ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-12-08 06:27:05

Modified files:
	winsup/cygwin  : ChangeLog fhandler.h fhandler_tty.cc 
	                 syscalls.cc 

Log message:
	* fhandler.h (fhandler_tty_slave::ttyname): Use name from pc since it is
	guaranteed to be accurate.
	* fhandler_tty.cc (fhandler_tty_slave::open): Increment open_fhs appropriate
	when copying ctty.
	(fhandler_tty_slave::close): Remove special case handling for exit_state.  Use
	ctty < 0 check instead.
	(fhandler_tty_common::close): Set io_handle to NULL after closing.
	* syscalls.cc (close_all_files): Specifically close cygheap->ctty, if
	appropriate.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2224&r2=1.2225
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.175&r2=1.176
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.116&r2=1.117
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.303&r2=1.304


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