CVSROOT: /cvs/uberbaum
Module name: winsup
Changes by: [email protected] 2012-04-18 05:57:38
Modified files:
cygwin : ChangeLog dtable.cc fhandler.h
fhandler_termios.cc
Log message:
* fhandler.h (fhandler_base::nohandle): Revert to standard
implementation.
* dtable.cc (dtable::fixup_after_exec): Specifically reject releasing
nohandle() type fhandlers rather than relying on contents of io_handle.
(dtable::fixup_after_fork): Ditto.
* fhandler_termios.cc: Add includes necessary for definitions of
have_execed
and have_execed_cygwin.
(fhandler_termios::sigflush): Don't flush console input when we've
started a
non-Cygwin process.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5808&r2=1.5809
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/dtable.cc.diff?cvsroot=uberbaum&r1=1.257&r2=1.258
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.h.diff?cvsroot=uberbaum&r1=1.464&r2=1.465
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_termios.cc.diff?cvsroot=uberbaum&r1=1.96&r2=1.97