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 a0dd60f85 Cygwin: AF_UNIX: sendmsg: first cut, untested new 540ad15a3 Cygwin: avoid GCC 8.3 errors with -Werror=class-memaccess new 6816ec5d2 Cygwin: fix GCC 8.3 'asm volatile' errors new 641f58c5f Cygwin: fix GCC 8.3 'local external declaration' errors new dc242c387 Cygwin: Makefile.in: add -fno-builtin-execve CFLAG when build [...] new 3fbacc023 Cygwin: Update dumper for bfd API changes new e7c9e59d1 Cygwin: avoid GCC 10 error with -Werror=parentheses new 4b8dcb733 Cygwin: avoid GCC 10 error with -Werror=narrowing new 3eceb0cb6 Cygwin: avoid GCC 10 error with -Werror=narrowing new 679afcd70 Cygwin: AF_UNIX: fix creating shared mem region in dup new 34663ab16 Cygwin: AF_UNIX: use Nt functions within Nt functions new 1153f6df9 Cygwin: AF_UNIX: rework fixup_after_exec new 0657c2f61 Cygwin: always recognize AF_UNIX sockets as reparse points new 91ac2aec7 Cygwin: AF_UNIX: socket: set the O_RDWR flag new 393bb1684 Cygwin: AF_UNIX: listen_pipe: check for STATUS_SUCCESS new fe4c84f75 Cygwin: AF_UNIX: open_pipe: call recv_peer_info new ed794635b Cygwin: AF_UNIX: sendmsg: fix signal handling new 81e29535a Cygwin: AF_UNIX: sendmsg: fix return value new bf5ea4b68 Cygwin: AF_UNIX: open_pipe: fix invalid handle error new fdec73f09 Cygwin: AF_UNIX: read: first cut
The 19 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/cygserver/bsd_mutex.cc | 5 +- winsup/cygwin/Makefile.in | 2 + winsup/cygwin/fhandler.h | 11 +- winsup/cygwin/fhandler_console.cc | 4 +- winsup/cygwin/fhandler_socket_inet.cc | 4 +- winsup/cygwin/fhandler_socket_unix.cc | 305 +++++++++++++++++++++++++++------- winsup/cygwin/fhandler_tty.cc | 2 +- winsup/cygwin/flock.cc | 2 +- winsup/cygwin/miscfuncs.cc | 4 +- winsup/cygwin/ntdll.h | 2 +- winsup/cygwin/path.cc | 15 +- winsup/cygwin/path.h | 2 +- winsup/cygwin/pinfo.cc | 4 +- winsup/cygwin/pseudo-reloc.cc | 2 - winsup/utils/dumper.cc | 30 +++- winsup/utils/parse_pe.cc | 4 + 16 files changed, 307 insertions(+), 91 deletions(-)