aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-08-30Cygwin: Note Ctrl-O (FLUSHO) fix to release noteHEADmastermainTakashi Yano1-0/+3
2025-08-30Cygwin: pty: Fix FLUSHO handlingTakashi Yano5-13/+12
2025-08-27amdgcn, libm: fix vector ilogb bugs (bug 33272)Andrew Stubbs5-97/+99
2025-08-18Cygwin: fix finding overlaps from F_SETLKW.Jeremy Drake1-1/+1
2025-08-18Cygwin: fix fcntl F_GETLKJeremy Drake1-0/+1
2025-08-18Cygwin: spawn: Make ch_spwan_local be initialized properlyTakashi Yano4-4/+12
2025-08-14rtems: No-return _arc4random_getentropy_fail()Sebastian Huber1-1/+1
2025-08-08amdgcn, libm: fix infinite loopAndrew Stubbs1-2/+5
2025-08-07Regenerate libgloss configureJeff Johnston1-7/+12
2025-08-07Added target m68k-atari-elf supporting Atari 16/32bit TOS systems.Mikael Hildenborg45-14/+2043
2025-08-05Cygwin: add release note for new C++ wrappers.Jeremy Drake1-0/+3
2025-08-05Cygwin: fcntl: implement Open File Description (OFD) locksCorinna Vinschen3-38/+66
2025-08-04Cygwin: fcntl: define F_OFD flagCorinna Vinschen1-0/+1
2025-08-04Cygwin: fcntl: move lock types definition to fcntl.h headerCorinna Vinschen2-4/+6
2025-08-04Cygwin: file locking: always use and expect explicit lock variantCorinna Vinschen2-4/+10
2025-08-04sys/_default_fcntl.h: Define OFD lock operationsCorinna Vinschen1-0/+5
2025-08-04sys/_default_fcntl.h: fix whitespaceCorinna Vinschen1-11/+11
2025-08-04Cygwin: add api version check to c++ malloc struct override.Jeremy Drake3-19/+26
2025-08-04Fix missing declarations in libgloss m68kJean-Paul Mari7-1/+13
2025-07-31Cygwin: bump API version for addition of new/delete wrappersJeremy Drake1-1/+2
2025-07-30Cygwin: add wrappers for newer new/delete overloadsJeremy Drake5-5/+299
2025-07-25Cygwin: mkimport: implement AArch64 +/-4GB relocationsRadek Bartoň2-11/+30
2025-07-25newlib: libc: return back support for AArch64 ILP32Radek Bartoň14-10/+64
2025-07-25Revert Joel's working ilp32 patchJoel Sherrill16-108/+54
2025-07-25ilp32: Revert patch removing ilp32 supportJoel Sherrill16-54/+108
2025-07-24Cygwin: Fix handling of archetype fhandler in process_fdTakashi Yano3-0/+7
2025-07-24Cygwin: Add UTF-8 surrogate fix to release messagesCorinna Vinschen1-0/+7
2025-07-24Cygwin: _sys_wcstombs: add FIXME commentCorinna Vinschen1-1/+10
2025-07-24Cygwin: _sys_mbstowcs: fix handling invalid 4-byte UTF-8 sequencesCorinna Vinschen1-4/+47
2025-07-24Revert "mbrtowc: fix handling invalid UTF-8 4 byte sequences if wchar_t == UT...Corinna Vinschen1-16/+9
2025-07-23Cygwin: Add recent fixes to release note 3.6.5Takashi Yano1-0/+7
2025-07-23Cygwin: spawn: Make system() thread-safeTakashi Yano2-3/+5
2025-07-23Cygwin: spawn: Lock cygheap from refresh_cygheap() until child_copy()Takashi Yano1-5/+7
2025-07-23Cygwin: cygheap: Add lock()/unlock() methodTakashi Yano2-6/+11
2025-07-23sys/cdefs.h: Protect parameters to __builtin_is_aligned()Paul Cercueil1-1/+1
2025-07-23Reapply "libc/stdio: Remove wchar_t functions from NEWLIB_NANO_FORMATTED_IO"Corinna Vinschen2-471/+471
2025-07-23Revert "libc/stdio: Remove wchar_t functions from NEWLIB_NANO_FORMATTED_IO"Hau Hsu2-471/+471
2025-07-22Cygwin: doc: add note about raw devices of BitLocker partitionsChristian Franke1-0/+6
2025-07-21Cygwin: configure: add possibility to skip build of cygserver and utilsRadek Bartoň4-3/+48
2025-07-21newlib: add dummy implementations of fe{get,set}prec for Aarch64 CygwinRadek Bartoň5-0/+96
2025-07-18Cygwin: clocks: read leap secs from /etc/leapsecs on older systemsCorinna Vinschen1-49/+39
2025-07-18Cygwin: sys/termios.h: define struct winsize before using itCorinna Vinschen2-8/+10
2025-07-17libc/include/sys/stat.h: Adjust for RTEMS MIPSJoel Sherrill1-2/+3
2025-07-17nvptx: Change 'read' and 'write' to 'ssize_t' return typeArijit Kumar Das3-2/+8
2025-07-17Cygwin: clocks: read leap seconds from registryCorinna Vinschen1-7/+73
2025-07-17Cygwin: reg_key: add a method get_binary() to fetch REG_BINARY dataCorinna Vinschen2-0/+41
2025-07-17Cygwin: cygcheck: port to AArch64Radek Bartoň1-3/+11
2025-07-17newlib: libc: update asmdefs.h compatible with Cygwin AArch64Radek Bartoň16-108/+54
2025-07-16Cygwin: testsuite: link cygload with --disable-high-entropy-vaJeremy Drake1-1/+1
2025-07-16Cygwin: clocks: Implement CLOCK_TAICorinna Vinschen6-5/+102