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 462a7ff9a Cygwin: set buffer size for pipes created by non-Cygwin processes discards 18ccdcf15 Cygwin: pipes: drop "tiny pipe" handling discards ea3368550 Cygwin: pipes: handle signals and thread cancellation in bloc [...] discards 3babc6ebc Cygwin: pipes: always terminate async IO in blocking mode discards 7d94aae5e Cygwin: pipes: cancel async IO if thread cancellation is in progress discards 44ce58cf3 Cygwin: pipe: Stop counting reader and read all available data. discards 086c95654 Cygwin: new class fhandler_pipe_fifo discards 8898b8ea0 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access discards 65de385a9 Cygwin: pipes: minor code cleanup discards 431a5aba8 Cygwin: pipes: nt_create: set read handle to NULL in error case discards ccbd65887 Cygwin: pipes: call nt_create with handle references discards 99bfb8b23 Cygwin: pipes: workaround unrelibale system info discards 07ade2499 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes discards 2a2b9339d Cygwin: pipes: create pipes with synchronization enabled discards f8aaca39a Cygwin: pipes: use NtClose when file has been opened with an [...] discards 40a68635c Cygwin: pipes: always close read side pipe handle in error case discards 7c63650a6 Cygwin: pipes: fix a bug in raw_write discards bce7c6a1d Cygwin: move get_obj_handle_count() to miscfuncs.cc discards 12af7eaf9 Cygwin: _pipe: add a comment discards 2294b72af Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" discards 26dff89d9 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" discards 8ea4719ac Cygwin: fhandler_pipe.cc:nt_select: fix flags again discards c529ebe60 Cygwin: fhandler_pipe.cc:nt_select: fix flags discards 3867d5687 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." discards edd1de72c Cygwin: pipe: Revert to create() rather than nt_create(). discards dccde0dce Cygwin: select: Improve select/poll response. discards 2c26fa5dd Cygwin: add fhandler_base::npfs_handle discards 9ffe28cb3 Cygwin: remove the fhandler_base_overlapped class discards 8e5b90b72 Cygwin: fhandler_pipe: fix permission problem discards 2a1bb2a85 Cygwin: fhandler_pipe: control blocking mode of the Windows pipe discards 8af0b1994 Cygwin: fhandler_pipe: add raw_read and raw_write discards f2c2a543a Cygwin: fhandler_pipe: derive from fhandler_base adds 8fba45f0c Cygwin: fix initializing MEM_EXTENDED_PARAMETER, take 2 new dbbd21e1b Cygwin: fhandler_pipe: derive from fhandler_base new d650e7944 Cygwin: fhandler_pipe: add raw_read and raw_write new 6a7d9af0b Cygwin: fhandler_pipe: control blocking mode of the Windows pipe new 5e7750ff6 Cygwin: fhandler_pipe: fix permission problem new 47f912524 Cygwin: remove the fhandler_base_overlapped class new 88c26bbda Cygwin: add fhandler_base::npfs_handle new 23bb19efc Cygwin: select: Improve select/poll response. new 10b6afab2 Cygwin: pipe: Revert to create() rather than nt_create(). new 4e93e23e4 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." new 98df615e7 Cygwin: fhandler_pipe.cc:nt_select: fix flags new f8c28d471 Cygwin: fhandler_pipe.cc:nt_select: fix flags again new 98fe09049 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" new 828251607 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" new 1bea58571 Cygwin: _pipe: add a comment new 820539eda Cygwin: move get_obj_handle_count() to miscfuncs.cc new aa01e931e Cygwin: pipes: fix a bug in raw_write new 1149003b7 Cygwin: pipes: always close read side pipe handle in error case new 93e7a8905 Cygwin: pipes: use NtClose when file has been opened with an [...] new d3069b453 Cygwin: pipes: create pipes with synchronization enabled new e72da43f0 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes new d257f482d Cygwin: pipes: workaround unrelibale system info new fe783fdf3 Cygwin: pipes: call nt_create with handle references new c699c29c8 Cygwin: pipes: nt_create: set read handle to NULL in error case new cba4c9961 Cygwin: pipes: minor code cleanup new ab28395d6 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access new e3e08c68b Cygwin: new class fhandler_pipe_fifo new afd255fa6 Cygwin: pipe: Stop counting reader and read all available data. new 42ec96ec0 Cygwin: pipes: cancel async IO if thread cancellation is in progress new 8774df37e Cygwin: pipes: always terminate async IO in blocking mode new 81e48503b Cygwin: pipes: handle signals and thread cancellation in bloc [...] new 4a86c8439 Cygwin: pipes: drop "tiny pipe" handling new ae73c1fc3 Cygwin: set buffer size for pipes created by non-Cygwin processes
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 (462a7ff9a) \ N -- N -- N refs/heads/topic/pipe (ae73c1fc3)
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/miscfuncs.cc | 6 ++---- winsup/cygwin/mmap.cc | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-)