aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys
AgeCommit message (Expand)AuthorFilesLines
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-03-28newlib: drop phoenix supportMike Frysinger132-9948/+0
2022-03-19Avoid using common symbols in v850 libglossJeff Law26-26/+26
2022-03-16newlib: libc: merge build up a directoryMike Frysinger77-16097/+282
2022-02-25newlib: libc: move configure into top-levelMike Frysinger26-326/+751
2022-02-22Make __sdidinit unusedMatt Joyce1-1/+1
2022-02-18newlib: libc: delete crt0.o duplicationMike Frysinger25-25/+0
2022-02-17newlib: libc: reshuffle include order for the manualMike Frysinger1-0/+0
2022-02-16newlib: rtems: drop redundant header installMike Frysinger2-45/+9
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger48-48/+48
2022-02-15newlib: drop support for decstation & sunos systemsMike Frysinger52-4721/+0
2022-02-15newlib: phoenix: merge configure up to top-levelMike Frysinger33-6549/+134
2022-02-15newlib: phoenix: merge machine/ configure scripts up a levelMike Frysinger8-6651/+34
2022-02-15newlib: phoenix: merge machine/ trampoline up a levelMike Frysinger9-7201/+44
2022-02-15newlib: phoenix: drop missing machine subdirsMike Frysinger2-13/+1
2022-02-15newlib: phoenix: move some logic from configure to the MakefileMike Frysinger8-22/+6
2022-02-10newlib: delete unused autotool regen scriptsMike Frysinger3-15/+0
2022-02-09newlib: drop support for $oextMike Frysinger32-38/+3
2022-02-09newlib: drop support for $aextMike Frysinger33-37/+2
2022-02-09newlib: drop libtool supportMike Frysinger29-1642/+417
2022-02-09newlib: punt sys/linux supportMike Frysinger829-221905/+0
2022-02-08newlib: drop autoconf-2.13 hackMike Frysinger9-39/+12
2022-02-08newlib: drop cygnus EXEEXT hackMike Frysinger9-120/+12
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger59-846/+2150
2022-02-08newlib: switch to standard AM_PROG_ASMike Frysinger21-951/+279
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger59-7970/+52
2022-02-08newlib: move AC_NO_EXECUTABLES logic up to common codeMike Frysinger15-6264/+10563
2022-02-05newlib: drop shared documentation rulesMike Frysinger9-306/+9
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger26-130/+0
2022-02-03newlib: arm & v850: simplify build rulesMike Frysinger4-78/+60
2022-01-29newlib: use abs_newlib_basedir for -I pathsMike Frysinger2-2/+2
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger50-12/+89
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger26-26/+156
2022-01-26newlib: libc: merge most sys/ configure scripts up a levelMike Frysinger130-159201/+2642