This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch topic/af_unix in repository newlib.
from a55b1a60c Cygwin: AF_UNIX: recvmsg: fix MSG_PEEK support for datagrams new 600d1902f libc/sys/rtems/include/machine/_types.h: Define daddr_t to be [...] new 67f693927 Cygwin: Restore setting CC and CXX Makefile variables new 906849c4f RISC-V: NaN should return 0 for finite[f] new ac8ef8878 RISC-V: Fix wrong including file in s_isinf.c new 852fb2afb Cygwin: AF_UNIX: allow more than one control message
The 5 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/sys/rtems/include/machine/_types.h | 3 + newlib/libm/machine/riscv/s_finite.c | 2 +- newlib/libm/machine/riscv/s_isinf.c | 2 +- newlib/libm/machine/riscv/sf_finite.c | 2 +- winsup/cygserver/Makefile.in | 3 + winsup/cygwin/Makefile.in | 4 + winsup/cygwin/fhandler_socket_unix.cc | 253 +++++++++++++++---------- winsup/cygwin/socket_tests/README.txt | 6 +- winsup/cygwin/socket_tests/scm_multi_recv.c | 42 ++-- winsup/cygwin/socket_tests/scm_rights_recv.c | 20 +- winsup/utils/Makefile.in | 3 + 11 files changed, 205 insertions(+), 135 deletions(-)