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-release-arm_eabi-coremark-O3_LTO_VECT in repository toolchain/ci/newlib.
from 23b1400f8 Cygwin: Make native clipboard layout same for 32- and 64-bit adds 44a79a6ec Cygwin: convert malloc lock to SRWLOCK adds 92e488d5b libgloss/riscv: Fix hard coded reference to configure.in afte [...] adds 26894de91 Unconditionally declare strsignal adds 386033896 Cygwin: bump DLL minor version adds 7a3df8bb6 Cygwin: bump DLL major version adds e36811afb Cygwin: drop Vista WOW64 specific child process handle bug adds e8bfe3628 Cygwin: drop support for systems not supporting QueryUnbiased [...] adds 4bc8f1adb Cygwin: drop support for simple invisible console code adds 687c4bad2 Cygwin: drop support for systems not supporting processor groups adds b794f2c60 Cygwin: drop support for systems not supporting RFC 4646 locales adds 080eae709 Cygwin: drop support for systems not supporting the CONSOLE L [...] adds a4efb2a66 Cygwin: remove support for Vista entirely adds 045ce2017 Cygwin: remove unused lsaauth authentication function new 561767fc5 Cygwin: console: Fix a bug on input when signalled. new 2221bebd7 Cygwin: console: Fix yet another bug on input when signalled. new eb628ca8e Cygwin: add release note
The 3 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: libgloss/riscv/Makefile.in | 2 +- newlib/libc/include/string.h | 2 +- winsup/cygwin/child_info.h | 2 +- winsup/cygwin/clock.cc | 25 +--- winsup/cygwin/cygheap.h | 2 +- winsup/cygwin/cygmalloc.h | 8 +- winsup/cygwin/dcrt0.cc | 1 + winsup/cygwin/fhandler.h | 1 - winsup/cygwin/fhandler_console.cc | 38 +---- winsup/cygwin/fhandler_pipe.cc | 2 +- winsup/cygwin/fhandler_proc.cc | 38 ++--- winsup/cygwin/fhandler_socket_inet.cc | 2 +- winsup/cygwin/fhandler_termios.cc | 3 +- winsup/cygwin/fork.cc | 2 +- winsup/cygwin/heap.cc | 1 - winsup/cygwin/heap.h | 1 - winsup/cygwin/include/cygwin/version.h | 2 +- winsup/cygwin/lc_era.h | 15 +- winsup/cygwin/lc_msg.h | 8 +- winsup/cygwin/malloc_wrapper.cc | 4 +- winsup/cygwin/miscfuncs.cc | 8 +- winsup/cygwin/net.cc | 12 +- winsup/cygwin/nlsfuncs.cc | 16 +-- winsup/cygwin/release/3.3.0 | 4 + winsup/cygwin/release/3.4.0 | 5 + winsup/cygwin/sched.cc | 150 ++++++------------- winsup/cygwin/sec_auth.cc | 255 +-------------------------------- winsup/cygwin/security.h | 18 --- winsup/cygwin/sigproc.cc | 28 +--- winsup/cygwin/syscalls.cc | 4 +- winsup/cygwin/sysconf.cc | 22 --- winsup/cygwin/wincap.cc | 90 ------------ winsup/cygwin/wincap.h | 10 -- winsup/utils/locale.cc | 23 --- winsup/utils/tzmap.h | 6 - winsup/utils/tzset.c | 39 +---- 36 files changed, 135 insertions(+), 714 deletions(-) create mode 100644 winsup/cygwin/release/3.4.0