This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_3-branch in repository newlib.
from 50405603e posix_spawn: fix get/set uid/gid calls for 32 bit Cygwin new 6a4a538a9 Cygwin: pty, console: Fix deadlock in GDB regarding mutex. new 4610a7e1d Cygwin: pty: Fix memory leak in master_fwd_thread. new 335fa943c Cygwin: pty: Stop closing and recreating attach_mutex. new 441ca95fe Cygwin: console: Fix potential deadlock regarding acuqiring mutex. new 31db9f401 Cygwin: pty: Fix race issue between closing and opening master.
The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/fhandler.h | 5 ++ winsup/cygwin/fhandler_console.cc | 92 ++++++++++++++++++++------------ winsup/cygwin/fhandler_termios.cc | 8 ++- winsup/cygwin/fhandler_tty.cc | 109 ++++++++++++++++++++++++-------------- winsup/cygwin/select.cc | 25 +++------ winsup/cygwin/spawn.cc | 8 +-- winsup/cygwin/tty.cc | 7 ++- winsup/cygwin/tty.h | 1 + 8 files changed, 156 insertions(+), 99 deletions(-)