This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from d02f3a123 Cygwin: sockets: Fix fstat on unnamed sockets new 25ea6af17 Cygwin: cleanup header including within network-releated files new 892efccb2 Cygwin: fhandler_socket_unix: store peer credentials in ucred member new a27a7752e Cygwin: improve storage and handling of AF_UNIX socket path new 7ae89fe70 Cygwin: path_conv: rename is_rep_symlink to is_known_reparse_point new 28cf818c2 Cygwin: path.cc: clean up includes new 3e16fd698 Cygwin: ntdll.h: drop macros available in mingw-w64 headers new 65267a9a3 Cygwin: move transaction helpers into ntdll.h new aa467e6e3 Cygwin: add AF_UNIX reparse points to path handling new dc3928fc7 Cygwin: convert sun_name_t into class
The 9 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.cc | 6 +- winsup/cygwin/fhandler.h | 56 +++++++++++++---- winsup/cygwin/fhandler_disk_file.cc | 2 +- winsup/cygwin/fhandler_procnet.cc | 14 ++--- winsup/cygwin/fhandler_socket.cc | 38 ++--------- winsup/cygwin/fhandler_socket_inet.cc | 26 +++----- winsup/cygwin/fhandler_socket_local.cc | 28 +++------ winsup/cygwin/fhandler_socket_unix.cc | 111 +++++++++++++++++++-------------- winsup/cygwin/include/cygwin/_ucred.h | 20 ++++++ winsup/cygwin/include/cygwin/socket.h | 7 +-- winsup/cygwin/include/sys/un.h | 5 +- winsup/cygwin/net.cc | 24 ++----- winsup/cygwin/ntdll.h | 48 +++++++++++--- winsup/cygwin/path.cc | 43 +++++++------ winsup/cygwin/path.h | 5 +- winsup/cygwin/syscalls.cc | 51 +++------------ winsup/cygwin/syslog.cc | 1 + 17 files changed, 239 insertions(+), 246 deletions(-) create mode 100644 winsup/cygwin/include/cygwin/_ucred.h