This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from a3b5795b0 doc/ntsec.xml: Fix typo new 84c5e0fd3 Cygwin: make socketpair an AF_LOCAL-only method new 233bde312 Cygwin: fhandler_socket: Move shutdown and close methods into [...] new 79598f94f Cygwin: fhandler_socket: Add derived ioctl methods new 9c593d9b3 Cygwin: fhandler_socket: Add derived fcntl methods new 479080bae Cygwin: fhandler_socket: Rearrange methods new b8a57a2d2 Cygwin: fhandler_socket: Move select functions into derived classes
The 6 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.h | 112 ++++++----- winsup/cygwin/fhandler_socket.cc | 345 +++++++++++---------------------- winsup/cygwin/fhandler_socket_inet.cc | 192 ++++++++++++++++-- winsup/cygwin/fhandler_socket_local.cc | 174 +++++++++++++++-- winsup/cygwin/net.cc | 18 +- winsup/cygwin/select.cc | 60 +++++- 6 files changed, 566 insertions(+), 335 deletions(-)