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


CVSROOT:	/cvs/src
Module name:	src
Changes by:	cgf@sourceware.org	2003-12-27 01:59:29

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

Log message:
	* fhandler.h (fhandler_tty_master::fixup_after_fork): Remove declaration.
	(fhandler_tty_master::fixup_after_exec): Ditto.
	* fhandler_tty.cc (fhandler_tty_master::init): Fix so that children do not
	inherit master tty handles.
	(fhandler_tty_master::fixup_after_fork): Remove, since it was never used.
	(fhandler_tty_master::fixup_after_exec): Ditto.
	* pinfo.cc (_pinfo::set_ctty): Increment open_fhs when ctty is set.
	* cygheap.cc (cygheap_init): Ditto.
	* syscalls.cc (setsid): *Always* call close on opened ctty since the archetype
	is associated with the ctty and it counts as an opened handle.
	* tty.cc (tty::common_init): Don't protect input/output mutex since it confuses
	subsequent fork/execs when CYGWIN=tty.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.2250&r2=1.2251
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygheap.cc.diff?cvsroot=src&r1=1.87&r2=1.88
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler.h.diff?cvsroot=src&r1=1.179&r2=1.180
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=src&r1=1.122&r2=1.123
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/pinfo.cc.diff?cvsroot=src&r1=1.100&r2=1.101
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/syscalls.cc.diff?cvsroot=src&r1=1.310&r2=1.311
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tty.cc.diff?cvsroot=src&r1=1.59&r2=1.60
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/tty.h.diff?cvsroot=src&r1=1.13&r2=1.14


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