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 f9034d321 Cygwin: pipes: cancel async IO if thread cancellation is in progress discards 485ba490f Cygwin: pipe: Stop counting reader and read all available data. discards 866a62037 Cygwin: new class fhandler_pipe_fifo discards 01bbd2c01 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access discards d0dcdfebd Cygwin: pipes: minor code cleanup discards 8c99ffa4c Cygwin: pipes: nt_create: set read handle to NULL in error case discards 7814651a7 Cygwin: pipes: call nt_create with handle references discards db89493fa Cygwin: pipes: workaround unrelibale system info discards f6dc31259 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes discards 7bb6d968e Cygwin: pipes: create pipes with synchronization enabled discards bcbba2ee0 Cygwin: pipes: use NtClose when file has been opened with an [...] discards 9009ff81c Cygwin: pipes: always close read side pipe handle in error case discards 396f2950c Cygwin: pipes: fix a bug in raw_write discards 896c53bd4 Cygwin: move get_obj_handle_count() to miscfuncs.cc discards d7edc1c51 Cygwin: _pipe: add a comment discards e7ae0d6a2 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" discards ffd336186 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" discards 69a298961 Cygwin: fhandler_pipe.cc:nt_select: fix flags again discards 1af4532e9 Cygwin: fhandler_pipe.cc:nt_select: fix flags discards f7b046840 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." discards 5220cc900 Cygwin: pipe: Revert to create() rather than nt_create(). discards 2e36ae2e3 Cygwin: select: Improve select/poll response. discards 9786c9486 Cygwin: add fhandler_base::npfs_handle discards c2c0ef039 Cygwin: remove the fhandler_base_overlapped class discards 296bd3e78 Cygwin: fhandler_pipe: fix permission problem discards f4c74329b Cygwin: fhandler_pipe: control blocking mode of the Windows pipe discards 84c8747f2 Cygwin: fhandler_pipe: add raw_read and raw_write discards 27ccf5160 Cygwin: fhandler_pipe: derive from fhandler_base adds 3d322ac93 Cygwin: fix initializing MEM_EXTENDED_PARAMETER adds 522cdab54 nano-malloc: Fix redefined compilation warning new bbf4747d0 Cygwin: fhandler_pipe: derive from fhandler_base new b5e599d64 Cygwin: fhandler_pipe: add raw_read and raw_write new f15ad75ee Cygwin: fhandler_pipe: control blocking mode of the Windows pipe new 3e3a2c5bc Cygwin: fhandler_pipe: fix permission problem new e72971885 Cygwin: remove the fhandler_base_overlapped class new a6bbb1bcc Cygwin: add fhandler_base::npfs_handle new 61c346aae Cygwin: select: Improve select/poll response. new 431fdf0fa Cygwin: pipe: Revert to create() rather than nt_create(). new 8e0af0c65 Revert "Cygwin: pipe: Revert to create() rather than nt_create()." new 8cdf70448 Cygwin: fhandler_pipe.cc:nt_select: fix flags new 9c1830327 Cygwin: fhandler_pipe.cc:nt_select: fix flags again new 091a7b298 Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags again" new 8efa18a4b Revert "Cygwin: fhandler_pipe.cc:nt_select: fix flags" new fad5914c3 Cygwin: _pipe: add a comment new 7d8768b39 Cygwin: move get_obj_handle_count() to miscfuncs.cc new 58010e945 Cygwin: pipes: fix a bug in raw_write new fea5d540f Cygwin: pipes: always close read side pipe handle in error case new 3bba22fee Cygwin: pipes: use NtClose when file has been opened with an [...] new 5fd122527 Cygwin: pipes: create pipes with synchronization enabled new 02b2dfbe3 Cygwin: pipes: fix POSIX requirement for non-blocking pipe writes new 00a48a5f5 Cygwin: pipes: workaround unrelibale system info new d8a369655 Cygwin: pipes: call nt_create with handle references new 8d08e6a29 Cygwin: pipes: nt_create: set read handle to NULL in error case new c6f44658a Cygwin: pipes: minor code cleanup new 021f887a8 Cygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES access new f234bfbeb Cygwin: new class fhandler_pipe_fifo new 1ef8ac4ba Cygwin: pipe: Stop counting reader and read all available data. new 9bd55b61f Cygwin: pipes: cancel async IO if thread cancellation is in progress
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 (f9034d321) \ N -- N -- N refs/heads/topic/pipe (9bd55b61f)
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 28 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: newlib/libc/stdlib/nano-mallocr.c | 1 + winsup/cygwin/miscfuncs.cc | 2 ++ winsup/cygwin/mmap.cc | 2 ++ 3 files changed, 5 insertions(+)