This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main in repository newlib.
from 0a22adf7e Cygwin: drop unnecessary inclusion of spinlock.h new c79954439 Cygwin: Fix compatibility with GCC 15 new 48b189245 Cygwin: sched_setscheduler: accept SCHED_OTHER, SCHED_FIFO an [...] new 757424f74 Cygwin: doc: document sched_setpolicy(2) and priority mapping new 61c2f075c Cygwin: sched_setscheduler: accept SCHED_IDLE
The 4 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/sched.h | 4 + winsup/cygwin/fork.cc | 1 + winsup/cygwin/libc/fts.c | 3 +- winsup/cygwin/libc/inet_network.c | 3 +- winsup/cygwin/local_includes/miscfuncs.h | 2 +- winsup/cygwin/local_includes/pinfo.h | 4 +- winsup/cygwin/miscfuncs.cc | 23 +++-- winsup/cygwin/pinfo.cc | 1 + winsup/cygwin/release/3.6.0 | 10 ++ winsup/cygwin/sched.cc | 127 ++++++++++++++++--------- winsup/cygwin/spawn.cc | 1 + winsup/cygwin/syscalls.cc | 19 ++-- winsup/doc/posix.xml | 34 ++++++- winsup/testsuite/libltp/include/test.h | 2 +- winsup/testsuite/libltp/include/usctest.h | 2 +- winsup/testsuite/libltp/include/write_log.h | 2 +- winsup/testsuite/libltp/lib/dataascii.c | 24 ++--- winsup/testsuite/libltp/lib/databin.c | 24 ++--- winsup/testsuite/libltp/lib/datapid.c | 24 ++--- winsup/testsuite/libltp/lib/forker.c | 16 ++-- winsup/testsuite/libltp/lib/parse_opts.c | 20 ++-- winsup/testsuite/libltp/lib/pattern.c | 26 ++--- winsup/testsuite/libltp/lib/search_path.c | 11 ++- winsup/testsuite/libltp/lib/str_to_bytes.c | 9 +- winsup/testsuite/libltp/lib/string_to_tokens.c | 2 +- winsup/testsuite/libltp/lib/tst_res.c | 2 - winsup/testsuite/libltp/lib/tst_sig.c | 4 +- winsup/testsuite/libltp/lib/write_log.c | 48 +++++----- 28 files changed, 275 insertions(+), 173 deletions(-)