aboutsummaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)AuthorFilesLines
2022-06-22newlib/libc/sys/rtems/include/sys/cpuset.hStefan Eßer1-1/+1
2022-06-22Make CPU_SET macros compliant with other implementationsStefan Eßer4-10/+15
2022-06-22sys/_bitset.h: Fix fall-out from commit 5e04571cf3cStefan Eßer1-3/+4
2022-06-22sys/_bitset.h: revert commit 74e014dbfabStefan Eßer1-3/+1
2022-06-22sys/_bitset.h: Fix fall-out from commit 5e04571cf3cStefan Eßer1-2/+2
2022-06-22sys/_bitset.h: Fix fall-out from commit 5e04571cf3cKonstantin Belousov1-1/+3
2022-06-22sys/bitset.h: reduce visibility of BIT_* macrosStefan Eßer4-78/+127
2022-06-22sched.h: add CPU_EQUAL() for better compatibility with LinuxKonstantin Belousov1-1/+1
2022-06-22cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston1-0/+2
2022-06-22bitset: Reimplement BIT_FOREACH_IS(SET|CLR)Mark Johnston1-6/+25
2022-06-22Revert "cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it"Mark Johnston1-2/+0
2022-06-22cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use itMark Johnston1-0/+2
2022-06-22bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLRMark Johnston1-0/+10
2022-06-22iflib: Improve mapping of TX/RX queues to CPUsPatrick Kelsey1-0/+1
2022-06-22bitset: implement BIT_TEST_CLR_ATOMIC & BIT_TEST_SET_ATOMICRyan Libby1-0/+14
2022-06-22bitset: expand bit index type to `long`D Scott Phillips2-5/+4
2022-06-22bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bitD Scott Phillips1-4/+15
2022-06-22Fix undefined behavior: left-shifting into the sign bit.Konstantin Belousov1-1/+1
2022-06-22bitset: rename confusing macro NAND to ANDNOTRyan Libby2-6/+6
2022-06-22bitset: avoid pessimized code when bitset size is not constantRyan Libby1-2/+9
2022-06-22Use a precise bit count for the slab free items in UMA.Jeff Roberson1-2/+3
2022-06-22RTEMS: Remove FreeBSD version tagsSebastian Huber4-4/+4
2022-06-21Regenerate configure and newlib.hinSebastian Huber2-13/+1
2022-06-10Use global stdio streams for all configurationsSebastian Huber9-227/+14
2022-06-10Fix __fp_lock_all() and __fp_unlock_all()Sebastian Huber1-0/+4
2022-06-08Clarify struct _reent commentSebastian Huber1-2/+3
2022-06-07Fix __sglue inititializationSebastian Huber1-4/+0
2022-05-29Cygwin: simplify some function namesKen Brown4-28/+3
2022-05-27Add test cases for parser errors after reworked parsing behavior.jdoubleu1-16/+48
2022-05-27Modify tzset_r.c to handle errorsJeff Johnston1-20/+48
2022-05-19Use weak reference for _REENT_SMALLSebastian Huber1-0/+4
2022-05-19Fix __sFILE::_lock initializationSebastian Huber1-8/+0
2022-05-18newlib: libc: reent.h: remove unnecessary parenthesesJia-Wei Chen1-1/+1
2022-05-18Use global atexit data for all configurationsSebastian Huber9-85/+27
2022-05-18Optional struct _reent::_new::_unusedSebastian Huber1-7/+5
2022-05-18Optional struct _reent::_new::_reent::_unused_randSebastian Huber1-2/+6
2022-05-18Optional struct _reent::_unspecified_locale_infoSebastian Huber1-7/+9
2022-05-18Optional struct _reent::__unused_sdidinitSebastian Huber1-9/+15
2022-05-18Add --enable-newlib-reent-binary-compatSebastian Huber5-0/+51
2022-05-18Use right lock release in __register_exitproc()Sebastian Huber1-1/+1
2022-05-17Fix stdio exit handlingSebastian Huber1-12/+17
2022-05-16newlib: Regenerate Makefile.inSebastian Huber1-18/+18
2022-05-13Make cleanup_glue() staticSebastian Huber1-1/+1
2022-05-13Remove __sglue member for one configurationMatt Joyce4-5/+21
2022-05-13Add global __sglue object for all configurationsMatt Joyce5-9/+14
2022-05-13stdio: Replace _fwalk_reent() with _fwalk_sglue()Sebastian Huber7-17/+25
2022-05-13Add stdio_exit_handler()Matt Joyce3-3/+15
2022-05-13Add CLEANUP_FILE defineMatt Joyce1-19/+19
2022-05-13Move __sglue initializations to __sfp()Matt Joyce1-3/+7
2022-05-13Remove __sinit_locks / __sinit_recursive_mutexMatt Joyce3-22/+3