src/winsup/cygwin ChangeLog dtable.cc fhandler ...

cgf@cygwin.com cgf@cygwin.com
Fri Dec 12 20:46:00 GMT 2003


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-12-12 20:46:03

Modified files:
	winsup/cygwin  : ChangeLog dtable.cc fhandler_tty.cc 

Log message:
	* dtable.cc (dtable::delete_archetype): Add debugging.
	(dtable::release): Move archetype deletion here.
	(dtable::vfork_child_dup): Increment ctty usecount to catch later
	close_all_files case in parent/child.
	(dtable::vfork_child_fixup): Avoid using cygheap->foo where this should really
	be using local references.  Call close on archetyped handles since the handles
	haven't had the noninherit flag set.
	* fhandler_tty.cc (fhandler_tty_slave::close): Remove archetype deletion code.
	Add defensive error message when DEBUGGING.
	(fhandler_tty_common::set_close_on_exec): Use more robust method for checking
	whether to set handles into noninherit if there is an archetype associated with
	the fhandler.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2233&r2=1.2234
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.126&r2=1.127
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.120&r2=1.121



More information about the Cygwin-cvs mailing list