CVSROOT: /cvs/uberbaum
Module name: winsup
Changes by: [email protected] 2011-07-04 05:08:28
Modified files:
cygwin : ChangeLog fhandler.cc fhandler_tty.cc
Log message:
* fhandler.cc (fhandler_base::open_with_arch): Call close_on_exec last
to avoid
setting close_on_exec for archetype.
* fhandler_tty.cc (fhandler_pty_master::setup): Protect {from,to}_pty
handles.
Use consistent naming in debug output. Use inheritable handles and...
(fhandler_pty_master::fixup_after_fork): ...avoid duplicating handles
here.
(fhandler_pty_slave::open): Don't set close_on_exec flag here.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.5424&r2=1.5425
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler.cc.diff?cvsroot=uberbaum&r1=1.394&r2=1.395
http://sourceware.org/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tty.cc.diff?cvsroot=uberbaum&r1=1.234&r2=1.235