This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_gnu_eabi_stm32/gnu_eabi-master-arm_eabi-coremark-Os_LTO in repository toolchain/ci/newlib.
from 92b576dcc Cygwin: pty: Avoid script command crash in console. adds 437d0a8f8 fhandler_process.cc(format_process_stat): fix /proc/pid/stat issues adds 6238b1877 Cygwin: signal.cc: Include <unistd.h> new 34a9570ff Cygwin: socket.h: add socket options added in recent Windows [...] new 7c804d160 Cygwin: Implement GSO/GRO support new 5a066d46c Remove duplicate stdio initializations new 92896d4da Remove duplicate sglue initializations new d041db379 Declare global __sf[] only once new e5e36867f Add two __sglue initialization macros new d83aa402b Remove __sinit_locks / __sinit_recursive_mutex new a7bdda050 Move __sglue initializations to __sfp() new 4b28f3c12 Add CLEANUP_FILE define new 26747c47b Add stdio_exit_handler() new 3941c8a88 stdio: Replace _fwalk_reent() with _fwalk_sglue() new 8b96542ed Add global __sglue object for all configurations new 0a862d131 Remove __sglue member for one configuration new 01c823efb Make cleanup_glue() static new d02421e7f Cygwin: switch to _REENT_GLOBAL_STDIO_STREAMS new fcb32b737 Cygwin: configure: disable i686 builds new e0df580bf Cygwin: configure: drop unused DEF_DLL_ENTRY variable new 2aa37fed7 Cygwin: drop i686-only files new d4fa3b4ab Cygwin: config.h: stop including auto-generated tlsoffsets.h file new c0d5bb262 Cygwin: configure: Define default valus for target specific v [...] new 0597c84b9 Cygwin: revamp TLS offsets computation new 2610b681a Cygwin: wincap: drop wow64 flag and all conditions depending on it new 0f4eb70ee Cygwin: wincap: set def_guard_pages to x86_64 value right away new a70a969c6 Cygwin: wincap: drop no_msv1_0_s4u_logon_in_wow64 flag and re [...] new ca313dd8f Cygwin: drop create_token and dependent functions new 24363cffe Cygwin: drop system_wow64_directory and related code new bf6940a41 Cygwin: wincap: drop has_broken_prefetchvm flag and related code new 974163bc1 Cygwin: wincap: drop has_gaa_largeaddress_bug flag and related code new d4df9c6de Cygwin: drop a few minor references to WOW64 new 4f034daba Cygwin: utils: drop unnecessary wow64 checks
The 30 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/sys/reent.h | 26 +- newlib/libc/misc/lock.c | 4 - newlib/libc/reent/reent.c | 6 +- newlib/libc/stdio/fcloseall.c | 9 +- newlib/libc/stdio/fflush.c | 2 +- newlib/libc/stdio/findfp.c | 112 +++--- newlib/libc/stdio/fwalk.c | 16 +- newlib/libc/stdio/local.h | 3 - newlib/libc/stdio/refill.c | 4 +- newlib/libc/stdlib/exit.c | 5 +- winsup/configure.ac | 18 +- winsup/cygwin/Makefile.am | 73 +--- winsup/cygwin/common.din | 1 - winsup/cygwin/cygtls.cc | 14 +- winsup/cygwin/cygtls.h | 33 +- winsup/cygwin/cygtls_padsize.h | 12 - winsup/cygwin/dcrt0.cc | 15 +- winsup/cygwin/exceptions.cc | 6 - winsup/cygwin/external.cc | 2 +- winsup/cygwin/fhandler_process.cc | 39 +- winsup/cygwin/fhandler_registry.cc | 5 +- winsup/cygwin/fhandler_socket_inet.cc | 208 ++++++++++- winsup/cygwin/gendef | 154 ++++---- winsup/cygwin/gentls_offsets | 178 ++++----- winsup/cygwin/globals.cc | 2 - winsup/cygwin/how-cygtls-works.txt | 10 +- winsup/cygwin/i686.din | 643 --------------------------------- winsup/cygwin/include/cygwin/config.h | 24 +- winsup/cygwin/include/cygwin/socket.h | 21 ++ winsup/cygwin/include/cygwin/version.h | 3 +- winsup/cygwin/include/netinet/udp.h | 4 + winsup/cygwin/init.cc | 4 +- winsup/cygwin/miscfuncs.cc | 10 +- winsup/cygwin/mmap.cc | 10 +- winsup/cygwin/net.cc | 55 +-- winsup/cygwin/ntdll.h | 2 +- winsup/cygwin/path.cc | 25 +- winsup/cygwin/release/3.4.0 | 2 + winsup/cygwin/sec_auth.cc | 542 +-------------------------- winsup/cygwin/security.h | 2 - winsup/cygwin/signal.cc | 8 +- winsup/cygwin/spawn.cc | 8 +- winsup/cygwin/syscalls.cc | 32 +- winsup/cygwin/tlsoffsets.h | 125 ------- winsup/cygwin/tlsoffsets64.h | 125 ------- winsup/cygwin/uinfo.cc | 2 +- winsup/cygwin/uname.cc | 11 +- winsup/cygwin/wincap.cc | 75 +--- winsup/cygwin/wincap.h | 8 - winsup/doc/new-features.xml | 4 + winsup/utils/cygpath.cc | 13 - winsup/utils/mingw/cygcheck.cc | 20 - winsup/utils/mingw/strace.cc | 4 +- 53 files changed, 601 insertions(+), 2138 deletions(-) delete mode 100644 winsup/cygwin/cygtls_padsize.h delete mode 100644 winsup/cygwin/i686.din delete mode 100644 winsup/cygwin/tlsoffsets.h delete mode 100644 winsup/cygwin/tlsoffsets64.h