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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-12-30 01:57:16

Modified files:
	winsup/cygwin  : ChangeLog cygheap.cc cygheap.h dtable.cc 
	                 fhandler.h fhandler_console.cc fhandler_tty.cc 
	                 fork.cc perthread.h pinfo.cc syscalls.cc 

Log message:
	Move open_fhs from fhandler.h to cygheap.h for easier tracking.  Accommodate
	this change throughout.
	* dtable.cc (dtable::add_archetype): Use correct count when iterating through
	*active* archetypes.
	* dtable.cc (dtable::fixup_after_exec): Close handle if close_on_exec and
	archetype exists since archetype currently does not set windows close-on-exec
	flag (FIXME).
	* fhandler_tty.cc (fhandler_tty_slave::open): Change debugging output slightly.
	(fhandler_tty_slave::close): Ditto.
	(fhandler_tty_slave::fixup_after_fork): Just report on inherited use counts
	since since archetype currently does not set windows close-on-exec flag
	(FIXME).
	* pinfo.cc (_pinfo::set_ctty): Change debugging output slightly.
	* cygheap.cc (cygheap_init): Remove open_fhs accommodation and use count
	reporting.
	* perthread.h (vfork_save::fhctty): New element.
	* perthread.h (vfork_save::open_fhs): New element.
	* fork.cc (vfork): Muck around with ctty and open_fhs stuff, both of which are
	now saved in the vfork_save structure.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2254&r2=1.2255
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.89&r2=1.90
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.h.diff?cvsroot=src&r1=1.71&r2=1.72
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dtable.cc.diff?cvsroot=src&r1=1.129&r2=1.130
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.181&r2=1.182
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_console.cc.diff?cvsroot=src&r1=1.119&r2=1.120
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.124&r2=1.125
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fork.cc.diff?cvsroot=src&r1=1.119&r2=1.120
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/perthread.h.diff?cvsroot=src&r1=1.14&r2=1.15
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.103&r2=1.104
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.312&r2=1.313


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