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]

winsup/cygwin ChangeLog dtable.cc fhandler.h f ...


CVSROOT:	/cvs/uberbaum
Module name:	winsup
Changes by:	cgf@sourceware.org	2005-12-19 04:34:14

Modified files:
	cygwin         : ChangeLog dtable.cc fhandler.h 
	                 fhandler_console.cc fhandler_tty.cc pipe.cc 
	                 sigproc.cc spawn.cc 

Log message:
	* fhandler.h (fhandler_pipe::fixup_in_child): Declare new function.
	(fhandler_console::invisible_console): Declare new variable.
	(fhandler_console::need_invisible): Ditto.
	(fhandler_console::has_a): Ditto.
	* fhandler_console.cc (set_console_state_for_spawn): Eliminate return value.
	Set up an invisible console if necessary prior to spawning.
	(fhandler_console::invisible_console): Define.
	* fhandler_tty.cc (fhandler_tty_slave::open): Use
	fhandler_console::invisible_console to setup an invisible console.
	* pipe.cc (fhandler_pipe::fixup_in_child): Define new function from
	fixup_after_exec.
	(fhandler_pipe::fixup_after_exec): Use fixup_in_child when appropriate.
	(fhandler_pipe::fixup_after_fork): Ditto.
	* spawn.cc (handle): Reorganize and modernize a little.
	(spawn_guts): Rely on set_console_state_for_spawn to set the console into the
	right state but don't create the process with "detached" flag if we have no
	controlling tty since that confuses 'cmd'.
	* dtable.cc (dtable::stdio_init): Don't set console as controlling terminal if
	we have an invisible console.
	* sigproc.cc (child_info::sync): Use correct name in ForceCloseHandle1.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3268&r2=1.3269
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.162&r2=1.163
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.275&r2=1.276
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.146&r2=1.147
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.157&r2=1.158
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pipe.cc.diff?cvsroot=uberbaum&r1=1.84&r2=1.85
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/sigproc.cc.diff?cvsroot=uberbaum&r1=1.265&r2=1.266
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/spawn.cc.diff?cvsroot=uberbaum&r1=1.198&r2=1.199


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