This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from e84814b3e Regenerate configure and newlib.hin new a13a044c1 RTEMS: Remove FreeBSD version tags new a6bd733db Use a precise bit count for the slab free items in UMA. new 96c645a0b bitset: avoid pessimized code when bitset size is not constant new de1380c36 bitset: rename confusing macro NAND to ANDNOT new 5e7a2b174 Fix undefined behavior: left-shifting into the sign bit. new 4c5b7bec9 bitset: add BIT_FFS_AT() for finding the first bit set greate [...] new 9d50b4468 bitset: expand bit index type to `long` new fb0a5865e bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMIC new 7c03cdf47 iflib: Improve mapping of TX/RX queues to CPUs new 37a3e5963 bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLR new 112245b78 cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers t [...] new 96ddb4055 Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify con [...] new 27e8401c4 bitset: Reimplement BIT_FOREACH_IS(SET|CLR) new 6070714e0 cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers t [...] new 4ac3ee88c sched.h: add CPU_EQUAL() for better compatibility with Linux new a1071cb17 sys/bitset.h: reduce visibility of BIT_* macros new 2f6651097 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c new c78c56c06 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c new 3af17aef2 sys/_bitset.h: revert commit 74e014dbfab new 6af6e2955 sys/_bitset.h: Fix fall-out from commit 5e04571cf3c new e927f541f Make CPU_SET macros compliant with other implementations new e7ffbdb01 newlib/libc/sys/rtems/include/sys/cpuset.h
The 22 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/sys/rtems/cpusetalloc.c | 2 +- newlib/libc/sys/rtems/include/sys/_bitset.h | 18 ++- newlib/libc/sys/rtems/include/sys/_cpuset.h | 11 +- newlib/libc/sys/rtems/include/sys/bitset.h | 193 +++++++++++++++++++++------- newlib/libc/sys/rtems/include/sys/cpuset.h | 71 +++++----- 5 files changed, 207 insertions(+), 88 deletions(-)