This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/pipe in repository newlib.
discards 9f31a0caa Cygwin: pipes: drop "tiny pipe" handling discards 862400286 Cygwin: pipes: handle signals and thread cancellation in bloc [...] discards a41cc6dc0 Cygwin: pipes: always terminate async IO in blocking mode discards 9bd55b61f Cygwin: pipes: cancel async IO if thread cancellation is in progress discards 1ef8ac4ba Cygwin: pipe: Stop counting reader and read all available data. discards f234bfbeb Cygwin: new class fhandler_pipe_fifo discards 021f887a8 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access discards c6f44658a Cygwin: pipes: minor code cleanup discards 8d08e6a29 Cygwin: pipes: nt_create: set read handle to NULL in error case discards d8a369655 Cygwin: pipes: call nt_create with handle references discards 00a48a5f5 Cygwin: pipes: workaround unrelibale system info discards 02b2dfbe3 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes discards 5fd122527 Cygwin: pipes: create pipes with synchronization enabled discards 3bba22fee Cygwin: pipes: use NtClose when file has been opened with an [...] discards fea5d540f Cygwin: pipes: always close read side pipe handle in error case discards 58010e945 Cygwin: pipes: fix a bug in raw_write discards 7d8768b39 Cygwin: move get_obj_handle_count() to miscfuncs.cc discards fad5914c3 Cygwin: _pipe: add a comment discards 8efa18a4b Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" discards 091a7b298 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" discards 9c1830327 Cygwin: fhandler_pipe.cc:nt_select: fix flags again discards 8cdf70448 Cygwin: fhandler_pipe.cc:nt_select: fix flags discards 8e0af0c65 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." discards 431fdf0fa Cygwin: pipe: Revert to create() rather than nt_create(). discards 61c346aae Cygwin: select: Improve select/poll response. discards a6bbb1bcc Cygwin: add fhandler_base::npfs_handle discards e72971885 Cygwin: remove the fhandler_base_overlapped class discards 3e3a2c5bc Cygwin: fhandler_pipe: fix permission problem discards f15ad75ee Cygwin: fhandler_pipe: control blocking mode of the Windows pipe discards b5e599d64 Cygwin: fhandler_pipe: add raw_read and raw_write discards bbf4747d0 Cygwin: fhandler_pipe: derive from fhandler_base new b52f10c4c Cygwin: pty: Fix error handling of master write(). new f2c2a543a Cygwin: fhandler_pipe: derive from fhandler_base new 8af0b1994 Cygwin: fhandler_pipe: add raw_read and raw_write new 2a1bb2a85 Cygwin: fhandler_pipe: control blocking mode of the Windows pipe new 8e5b90b72 Cygwin: fhandler_pipe: fix permission problem new 9ffe28cb3 Cygwin: remove the fhandler_base_overlapped class new 2c26fa5dd Cygwin: add fhandler_base::npfs_handle new dccde0dce Cygwin: select: Improve select/poll response. new edd1de72c Cygwin: pipe: Revert to create() rather than nt_create(). new 3867d5687 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." new c529ebe60 Cygwin: fhandler_pipe.cc:nt_select: fix flags new 8ea4719ac Cygwin: fhandler_pipe.cc:nt_select: fix flags again new 26dff89d9 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" new 2294b72af Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" new 12af7eaf9 Cygwin: _pipe: add a comment new bce7c6a1d Cygwin: move get_obj_handle_count() to miscfuncs.cc new 7c63650a6 Cygwin: pipes: fix a bug in raw_write new 40a68635c Cygwin: pipes: always close read side pipe handle in error case new f8aaca39a Cygwin: pipes: use NtClose when file has been opened with an [...] new 2a2b9339d Cygwin: pipes: create pipes with synchronization enabled new 07ade2499 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes new 99bfb8b23 Cygwin: pipes: workaround unrelibale system info new ccbd65887 Cygwin: pipes: call nt_create with handle references new 431a5aba8 Cygwin: pipes: nt_create: set read handle to NULL in error case new 65de385a9 Cygwin: pipes: minor code cleanup new 8898b8ea0 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access new 086c95654 Cygwin: new class fhandler_pipe_fifo new 44ce58cf3 Cygwin: pipe: Stop counting reader and read all available data. new 7d94aae5e Cygwin: pipes: cancel async IO if thread cancellation is in progress new 3babc6ebc Cygwin: pipes: always terminate async IO in blocking mode new ea3368550 Cygwin: pipes: handle signals and thread cancellation in bloc [...] new 18ccdcf15 Cygwin: pipes: drop "tiny pipe" handling
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (9f31a0caa) \ N -- N -- N refs/heads/topic/pipe (18ccdcf15)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 32 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_termios.cc | 24 +++++++++++------------- winsup/cygwin/fhandler_tty.cc | 11 +++++++---- 2 files changed, 18 insertions(+), 17 deletions(-)