CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-11-14 05:36:16

Modified files:
        cygwin         : ChangeLog fhandler.h fhandler_console.cc 
                         fhandler_tty.cc pinfo.cc syscalls.cc 

Log message:
        * fhandler.h (fhandler_console::fixup_after_fork_exec): Declare new 
function.
        (fhandler_console::fixup_after_fork): Use fixup_after_fork_exec.
        (fhandler_console::fixup_after_exec): Ditto.
        * fhandler_console.cc (fhandler_console::fixup_after_fork): Delete 
definition.
        (fhandler_console::fixup_after_fork_exec): Rename from fixup_after_exec.
        * pinfo.cc (_pinfo::set_ctty): Don't play with console count here.
        * syscalls.cc (close_all_files): Don't close cygheap ctty if hExeced 
since the
        child will be copying information from us.
        (setsid): Use myctty() rather than raw ctty #.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.3201&r2=1.3202
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.271&r2=1.272
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.144&r2=1.145
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.150&r2=1.151
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.206&r2=1.207
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/syscalls.cc.diff?cvsroot=uberbaum&r1=1.391&r2=1.392

Reply via email to