This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-release-arm_eabi-coremark-O3_VECT in repository toolchain/ci/newlib.
from 6e64fccb5 newlib: sig2str: use __restrict adds 18fab2f83 Cygwin: select: check for negative return from pipe_data_available adds 350806f88 Cygwin: close_all_files: Do not duplicate stderr for write pipe. adds d8614e355 Cygwin: pipe: Fix error handling in fhandler_pip::create(). adds 199482654 Cygwin: pipe: Fix race issue regarding handle count. adds 9814cfd8f Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe. adds 98859e00d Cygwin: fix typos in release notes adds 9b0841aa7 Cygwin: statically link the tools in winsup/utils/mingw adds e5fcb021c Cygwin: allow open_setup to fail adds 6fc0aa8e5 Cygwin: fhandler_pipe::open_setup: fail on error creating mutexes adds be08c5c40 Cygwin: make callers of open_setup check for failure adds 643db9ec9 Cygwin: pipes: remove unnecessary NULL checks for hdl_cnt_mtx new b531d6b06 Cygwin: pipe: Introduce temporary query_hdl.
The 1 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/dtable.cc | 3 +- winsup/cygwin/fhandler.cc | 6 +- winsup/cygwin/fhandler.h | 43 +++--- winsup/cygwin/fhandler_console.cc | 4 +- winsup/cygwin/fhandler_pipe.cc | 310 ++++++++++++++++++++++++++++++-------- winsup/cygwin/fhandler_tty.cc | 8 +- winsup/cygwin/ntdll.h | 17 +++ winsup/cygwin/release/3.3.0 | 4 +- winsup/cygwin/select.cc | 30 +++- winsup/cygwin/syscalls.cc | 2 +- winsup/utils/mingw/Makefile.am | 2 + 11 files changed, 324 insertions(+), 105 deletions(-)