This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/fifo in repository newlib.
discards cab68e46f Cygwin: FIFO: add support for the duplex case discards 93029212c Cygwin: FIFO: avoid crashes when cloning a client discards b978bb26e Cygwin: FIFO: update select discards a9b89a031 Cygwin: FIFO: update set_close_on_exec discards feaef47c5 Cygwin: FIFO: update fixup_after_fork discards 247ae5aa6 Cygwin: FIFO: update clone and dup discards a5afbcbc4 Cygwin: FIFO: improve EOF detection discards 35e129234 Cygwin: FIFO: add a spinlock discards 2ea9ef940 Cygwin: FIFO: allow multiple writers discards 4dc431494 Cygwin: FIFO: stop using overlapped I/O adds 5737045c0 Cygwin: ctrl_c_handler: Use 64 bit timer adds ee1ad6423 default ps -W process start time to system boot time when ina [...] adds 23bb2f660 get and convert boot time once and use as needed adds e8b23909e Add missing includes. new b15919c0e Cygwin: FIFO: stop using overlapped I/O new b9b6f1352 Cygwin: FIFO: allow multiple writers new 7e16c194c Cygwin: FIFO: add a spinlock new 301b4d1dc Cygwin: FIFO: improve EOF detection new e05335246 Cygwin: FIFO: update clone and dup new 0b3c9a272 Cygwin: FIFO: update fixup_after_fork new 95ad0c5ec Cygwin: FIFO: update set_close_on_exec new c06de4d91 Cygwin: FIFO: update select new a1bcee9f0 Cygwin: FIFO: avoid crashes when cloning a client new 79ccc47a6 Cygwin: FIFO: add support for the duplex case
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 (cab68e46f) \ N -- N -- N refs/heads/topic/fifo (79ccc47a6)
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 10 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/machine/amdgcn/abort.c | 2 +- newlib/libc/machine/amdgcn/getreent.c | 1 + newlib/libc/sys/amdgcn/fstat.c | 2 ++ winsup/cygwin/exceptions.cc | 6 +++--- winsup/cygwin/tty.h | 2 +- winsup/utils/ps.cc | 20 +++++++++++++++++++- 6 files changed, 27 insertions(+), 6 deletions(-)