This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe in repository newlib.
from e45207139 Cygwin: _pipe: add a comment new cc34f9975 Cygwin: move get_obj_handle_count() to miscfuncs.cc new 4279c2a2c Cygwin: pipes: fix a bug in raw_write new 6b492f7a7 Cygwin: pipes: always close read side pipe handle in error case new 64c56cd08 Cygwin: pipes: use NtClose when file has been opened with an [...] new fbe6ba329 Cygwin: pipes: create pipes with synchronization enabled new 4f47d0449 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes new 3c17e7787 Cygwin: pipes: workaround unrelibale system info new da0bb364b Cygwin: pipes: call nt_create with handle references new b245ca135 Cygwin: pipes: nt_create: set read handle to NULL in error case
The 9 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 | 4 + winsup/cygwin/fhandler_pipe.cc | 196 +++++++++++++++++++++++++++++------------ winsup/cygwin/flock.cc | 16 ---- winsup/cygwin/miscfuncs.cc | 16 ++++ winsup/cygwin/miscfuncs.h | 3 + winsup/cygwin/select.cc | 1 - 6 files changed, 163 insertions(+), 73 deletions(-)