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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-12-27 17:41:18

Modified files:
	winsup/cygwin  : ChangeLog cygheap.cc dtable.cc fhandler.h 
	                 fhandler_tty.cc pinfo.cc 

Log message:
	* fhandler.h (fhandler_tty_slave::archetype): Make public.
	(report_tty_counts): New macro.  Use throughout for reporting tty use counts.
	* dtable.cc (dtable::vfork_child_dup): Add debugging output for usecount
	increment.  Increment open_fhs if appropriate.
	(dtable::vfork_parent_restore): "Close" artificially bumped ctty.
	(dtable::vfork_child_fixup): Close ctty since it was bumped prior to vfork.
	Save open_fhs around close since the closing of these handles has no effect on
	the console.
	* fhandler_tty.cc (fhandler_tty_slave::open): Reorganize calls to allow for
	easier tracking of usecount modification.
	(fhandler_tty_slave::open): Ditto.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2253&r2=1.2254
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.88&r2=1.89
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.128&r2=1.129
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.180&r2=1.181
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.123&r2=1.124
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.102&r2=1.103


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