This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/gso_gro in repository newlib.
discards 9c9dea3b9 basic GSO/GRO support discards dd5c54c32 Cygwin: socket.h: add socket options added in recent Windows [...] adds aa9b5262f Cygwin: sigproc: Avoid segfault caused by signal just after fork(). adds b29fd96ca Cygwin: pty: Fix acquiring attach_mutex timing. adds 67f12b2ea Cygwin: pty: Fix timing of creating invisible console. adds aea694004 Cygwin: pty: Change the condition to send Ctrl-C event. adds cc94490f6 Cygwin: pty: Avoid deadlock when pcon is started on console. adds a6d06056e Cygwin: pty: Add missing attach_mutex guard. adds a19161a6d Cygwin: pty: Not to change code page of parent console. new 5bf2cf414 Cygwin: socket.h: add socket options added in recent Windows [...] new 8fd27ff1c basic GSO/GRO support
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 (9c9dea3b9) \ N -- N -- N refs/heads/topic/gso_gro (8fd27ff1c)
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 2 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_console.cc | 2 +- winsup/cygwin/fhandler_termios.cc | 9 +++------ winsup/cygwin/fhandler_tty.cc | 42 ++++++++++++++++++++------------------- winsup/cygwin/select.cc | 2 -- winsup/cygwin/sigproc.cc | 4 ++-- 5 files changed, 28 insertions(+), 31 deletions(-)