aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-11Expose clang's alignment builtins and use them for roundup2/rounddown2Alex Richardson1-0/+19
2022-07-11cdefs.h: remove intel_compiler supportWarner Losh1-22/+12
2022-07-09Cygwin: console: Fix an issue which causes when realloc() fails.Takashi Yano1-5/+13
2022-07-08Reduce namespace pollution from <sys/_types.h>Sebastian Huber3-6/+8
2022-07-08RTEMS: Declare ioctl() also if _KERNEL is definedSebastian Huber1-6/+1
2022-07-07Cygwin: redefine some macros for Linux compatibilityKen Brown5-5/+21
2022-07-07winsup/doc/faq-setup.xml: align help text with setup 2.919Christian Franke1-7/+11
2022-07-05Cygwin: spawn: Treat empty path as the current directory.Takashi Yano2-2/+23
2022-07-05Cygwin: console: Fix issue of pasting very long text input again.Takashi Yano1-22/+65
2022-07-04Cygwin: implement getfacl(1) for socket filesKen Brown3-0/+82
2022-07-04Cygwin: stdio: don't try again to read after EOFKen Brown3-8/+8
2022-07-03Cygwin: console: Fix new bugs in cons_master_thread().Takashi Yano1-8/+9
2022-07-02Cygwin: console: Allow pasting very long text input.Takashi Yano5-27/+113
2022-07-01RTEMS: _KERNEL tweak for <sys/cpuset.h>Sebastian Huber1-0/+2
2022-06-27Cygwin: poll: Fix a bug on inquiring same fd with different events.Takashi Yano2-3/+10
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-19Cygwin: console: Handle setting very long window title correctly.Takashi Yano2-24/+69
2022-06-14Cygwin: console: Retain ENABLE_VIRTUAL_TERMIANL_PROCESSING flag.Takashi Yano2-0/+5
2022-06-11Cygwin: restore one more '#ifdef __x86_64__'Ken Brown1-0/+4
2022-06-10Cygwin: restore '#ifdef __x86_64__' for CPU-specific codeKen Brown6-0/+47
2022-06-10Use global stdio streams for all configurationsSebastian Huber10-228/+14
2022-06-10Fix __fp_lock_all() and __fp_unlock_all()Sebastian Huber1-0/+4
2022-06-10Cygwin: Have gmondump support ssp-generated gmon.outMark Geisert1-13/+22
2022-06-08Clarify struct _reent commentSebastian Huber1-2/+3
2022-06-07Fix __sglue inititializationSebastian Huber1-4/+0
2022-06-07Cygwin: restore two instances of __stdcallKen Brown2-2/+2
2022-06-06Cygwin: remove most occurrences of __stdcall and __cdeclKen Brown49-147/+147
2022-06-06Cygwin: remove ntsecapi.hKen Brown1-26/+0