This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from b79018ee3 Cygwin: encapsulate Winsock based fhandler_socket classes new eaf359574 Cygwin: Introduce FH_SOCKET for generic socket file ops new 5acadbe8a Cygwin: fix upcalls in some fhandler_socket_local methods new 7f7532faf Cygwin: Create empty fhandler_socket_unix new c70761df6 Cygwin: Define SO_PASSCRED and SCM_CREDENTIALS
The 4 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/Makefile.in | 1 + winsup/cygwin/devices.cc | 6 + winsup/cygwin/devices.h | 10 +- winsup/cygwin/devices.in | 6 + winsup/cygwin/dtable.cc | 3 + winsup/cygwin/fhandler.h | 102 ++++- winsup/cygwin/fhandler_socket_inet.cc | 8 +- winsup/cygwin/fhandler_socket_local.cc | 15 +- winsup/cygwin/fhandler_socket_unix.cc | 671 +++++++++++++++++++++++++++++++++ winsup/cygwin/include/asm/socket.h | 1 + winsup/cygwin/include/cygwin/socket.h | 9 +- winsup/cygwin/net.cc | 6 +- winsup/cygwin/path.cc | 2 +- winsup/cygwin/select.cc | 45 +++ 14 files changed, 854 insertions(+), 31 deletions(-) create mode 100644 winsup/cygwin/fhandler_socket_unix.cc