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 3d37fd9ce Cygwin: AF_UNIX: improve control message handling new e7ecf188f Revert "Cygwin: gendef generates sigfe.s and cygwin.def" new abe34adfa Cygwin: Remove intro2man.stamp on clean new e1c696f31 Cygwin: Drop AC_SUBST(build_exeext) new 4898c4741 Cygwin: Remove autoconf variable DLL_NAME new 3aa3626e2 Cygwin: Drop autoconf variable all_host new 7209c26c9 Cygwin: Remove Makefile contents conditional on PREPROCESS, w [...] new b96d9a4a5 Cygwin: Remove rules for building libcygwin_s.a new 903cf7af1 Cygwin: Drop passing '-c' compiler flag into gentls_offsets new 0fa86823a Fix 32-bit integer overflow when calculating TZ rules new 410810968 Cygwin: FIFO: update_my_handlers: fix handle leak new bcbf19b04 Cygwin: Add testsuite directory to autogen.sh new 4ec848904 Cygwin: Always configure in testsuite subdirectory new 39575cb8f Cygwin: Add rule to testsuite Makefile to regenerate it when needed new bc15d0677 Cygwin: Avoid 'Makefile.in seems to ignore the --datarootdir [...] new 89c5b2144 Cygwin: Move adding libltp to VPATH after Makefile.common new 75b2397b6 Cygwin: Define target_builddir autoconf and Makefile variables new 70a8dca5b Cygiwn: Detect and use MinGW compilers for testsuite wrappers new fbff9f73b Cygwin: Use absolute path to libltp includes new cfb3e51ea Cygwin: Check exit code of a test, rather than stdout new 09a7bf22c Cygwin: Set PATH for tests to pick up cygwin0.dll new 83d3e454c Cygwin: Ensure temporary directory used by tests exists new 7deff41e8 Cygwin: fhandler_fifo: reduce size new 8de6b180c Cygwin: Fix testsuite tmpdir creation with non-default cygdri [...] new 84836642f Cygwin: path_conv::eq_worker: add NULL pointer checks new 862bdb388 libc/include/newlib.h: Fix C++ compilation issue new b300092e4 Cygwin: testsuite: fix insecure usage of printf in libltp new 32016ebf6 Fix return type of __locale_ctype_ptr_l() new 426976b01 Update tests new cf1034bd3 Cygwin: fhandler_base::get_size(): new method new 91ce3d3fd Cygwin: fhandler_*::dup: add a 'src_pid' argument new b9feec71f Cygwin: fhandler_base::set_name_from _handle: new method new 5465d2dc7 Cygwin: device::free_strings(): new method new 0c98e9f6a Cygwin: path_conv::set_conv_handle(): new method new e8b866676 Cygwin: AF_UNIX: add serialization/deserialization for fhandlers new 05d40cdef Cygwin: AF_UNIX: implement sending/receiving SCM_RIGHTS ancil [...]
The 35 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/include/ctype.h | 2 +- newlib/libc/include/devctl.h | 4 +- newlib/libc/time/tzcalc_limits.c | 2 +- winsup/Makefile.in | 16 +- winsup/autogen.sh | 2 +- winsup/configure | 4 +- winsup/configure.ac | 2 +- winsup/cygserver/configure | 12 - winsup/cygserver/configure.ac | 11 - winsup/cygwin/Makefile.in | 43 +- winsup/cygwin/configure | 16 - winsup/cygwin/configure.ac | 14 - winsup/cygwin/devices.h | 13 +- winsup/cygwin/dtable.cc | 6 +- winsup/cygwin/dtable.h | 2 + winsup/cygwin/fhandler.cc | 37 +- winsup/cygwin/fhandler.h | 122 +++- winsup/cygwin/fhandler_clipboard.cc | 2 +- winsup/cygwin/fhandler_console.cc | 2 +- winsup/cygwin/fhandler_disk_file.cc | 22 +- winsup/cygwin/fhandler_fifo.cc | 14 +- winsup/cygwin/fhandler_floppy.cc | 2 +- winsup/cygwin/fhandler_pipe.cc | 2 +- winsup/cygwin/fhandler_raw.cc | 2 +- winsup/cygwin/fhandler_registry.cc | 2 +- winsup/cygwin/fhandler_socket_inet.cc | 2 +- winsup/cygwin/fhandler_socket_local.cc | 2 +- winsup/cygwin/fhandler_socket_unix.cc | 219 ++++++- winsup/cygwin/fhandler_tape.cc | 2 +- winsup/cygwin/fhandler_timerfd.cc | 2 +- winsup/cygwin/fhandler_tty.cc | 4 +- winsup/cygwin/fhandler_virtual.cc | 2 +- winsup/cygwin/include/cygwin/socket.h | 4 + winsup/cygwin/mkstatic | 63 -- winsup/cygwin/path.h | 7 +- winsup/cygwin/socket_tests/scm_multi_recv.c | 42 +- winsup/cygwin/socket_tests/scm_rights_recv.c | 20 +- winsup/cygwin/socket_tests/scm_rights_send.c | 4 + winsup/doc/Makefile.in | 5 +- winsup/doc/configure.ac | 2 - winsup/testsuite/Makefile.in | 33 +- winsup/testsuite/aclocal.m4 | 831 --------------------------- winsup/{cygserver => testsuite}/autogen.sh | 0 winsup/testsuite/configure | 249 ++++++++ winsup/testsuite/configure.ac | 9 + winsup/testsuite/cygrun.c | 5 +- winsup/testsuite/libltp/lib/parse_opts.c | 2 +- winsup/testsuite/winsup.api/cygload.exp | 2 +- winsup/testsuite/winsup.api/winsup.exp | 24 +- 49 files changed, 753 insertions(+), 1138 deletions(-) delete mode 100755 winsup/cygwin/mkstatic delete mode 100644 winsup/testsuite/aclocal.m4 copy winsup/{cygserver => testsuite}/autogen.sh (100%)