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 830ae651d Cygwin: AF_UNIX: update tests new b8c00a3e1 Cygwin: pty: Skip term_has_pcon_cap() if pseudo console is disabled. new dc4e19b90 Cygwin: pty: Revise the code for timeout in term_has_pcon_cap(). new 28ff3b95d Cygwin: pty: Add a workaround for rlwrap. new a79198c25 arm: Fix memchr() for Armv8-R new d1108f42e Cygwin: Make sure newer apps get uname_x even when loading un [...] new 56fc7c1f2 Cygwin: AF_UNIX: update tests new 255afed43 Cygwin: AF_UNIX: SCM_RIGHTS: support console descriptors
The 7 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/machine/arm/memchr.S | 4 + winsup/cygwin/fhandler_console.cc | 61 +++++- winsup/cygwin/fhandler_socket_unix.cc | 4 +- winsup/cygwin/fhandler_tty.cc | 13 +- winsup/cygwin/include/cygwin/version.h | 3 + winsup/cygwin/socket_tests/Makefile | 2 +- winsup/cygwin/socket_tests/README.txt | 9 +- winsup/cygwin/socket_tests/lib/Makefile | 2 - winsup/cygwin/socket_tests/lib/unp.c | 46 ----- winsup/cygwin/socket_tests/lib/unp.h | 322 -------------------------------- winsup/cygwin/socket_tests/send_tty.c | 88 --------- winsup/cygwin/spawn.cc | 2 +- winsup/cygwin/uname.cc | 7 + 13 files changed, 90 insertions(+), 473 deletions(-) delete mode 100644 winsup/cygwin/socket_tests/lib/unp.c delete mode 100644 winsup/cygwin/socket_tests/lib/unp.h delete mode 100644 winsup/cygwin/socket_tests/send_tty.c