This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository newlib.
from f6d9d8a Bump Cygwin DLL version to 2.5.2 new e7b1ee2 Add rawmemchr new d5632bc Sync toplevel configure with upstream GCC. new a23e6a3 Use high-resolution timebases for select(). new e5665d8 Improve and simplify select(). new 6dd601a Miscellaneous style cleanup, whitespace only. new 6ac6e7c libgloss/ft32: fix whitespace in Makefile new 450f557 Rewrite scheduler functions getting and setting process and t [...] new 4b51e4c Fix thread priority handling new 2e62d68 Add release message for scheduler fixes new 0aa7382 mmap: Fix size restriction of maps due to using 32 bit size type new 4e434bf Add release message for previous mmap fix
The 11 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: configure | 35 +-- configure.ac | 35 +-- libgloss/ft32/Makefile.in | 58 ++-- newlib/libc/machine/aarch64/Makefile.am | 2 + newlib/libc/machine/aarch64/Makefile.in | 19 +- .../aarch64/{stpcpy-stub.c => rawmemchr-stub.c} | 6 +- .../machine/aarch64/{stpcpy-stub.c => rawmemchr.S} | 43 ++- winsup/cygwin/fhandler.h | 6 +- winsup/cygwin/mmap.cc | 65 ++-- winsup/cygwin/release/2.5.2 | 6 + winsup/cygwin/sched.cc | 343 +++++++++++---------- winsup/cygwin/select.cc | 243 ++++++++------- winsup/cygwin/select.h | 3 +- winsup/cygwin/thread.cc | 22 +- 14 files changed, 469 insertions(+), 417 deletions(-) copy newlib/libc/machine/aarch64/{stpcpy-stub.c => rawmemchr-stub.c} (94%) copy newlib/libc/machine/aarch64/{stpcpy-stub.c => rawmemchr.S} (71%)