aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-24jp2uc/up2jc: avoid crash due to invalid pointerHEADgithub/mastergithub/mainmastermainCorinna Vinschen1-3/+5
2026-04-21Cygwin: rename release/3.6.8 to release/3.6.9Corinna Vinschen1-0/+0
2026-04-20riscv: add vectorized memset, memcpy and memmovePincheng Wang5-2/+171
2026-04-19Cygwin: select: Set errno when peek() returns -1Takashi Yano2-1/+8
2026-04-19Add description of OpenConsole.exe support to 3.7.0 release noteTakashi Yano1-0/+3
2026-04-19Add recent more that twenty fixes to 8.6.8 release noteTakashi Yano1-0/+24
2026-04-19Cygwin: console: Fix master thread for OpenConsole.exeTakashi Yano1-0/+42
2026-04-18Cygwin: pty: Make Ctrl-C work for non-cygwin app in GDBTakashi Yano5-45/+69
2026-04-17Cygwin: add stdbit functions to 3.7.0 release notesCorinna Vinschen1-0/+6
2026-04-17newlib/Makefile.in: regenerateCorinna Vinschen1-68/+354
2026-04-17Cygwin: cygwin.din, version.h: Add stdbit.h functions and increment minorJoel Sherrill2-1/+72
2026-04-17newlib/libc/stdbit: Make compile for C99 and newerJoel Sherrill15-10/+85
2026-04-17Makefile.inc, stdbit/Makefile.inc: Add stdbitJoel Sherrill2-0/+16
2026-04-17newlib/libc: Add C23 stdbit.h from FreeBSDJoel Sherrill29-0/+2134
2026-04-15Cygwin: pty: Add missing DeleteProcThreadAttributeList() callTakashi Yano1-1/+3
2026-04-13amdgcn: Provide stub 'gettimeofday'Thomas Schwinge3-3/+31
2026-04-13amdgcn: Implement 'creat'Thomas Schwinge3-3/+29
2026-04-13nvptx: Implement 'creat'Thomas Schwinge1-0/+6
2026-04-10config: remove obsolete cloog.m4 autotools macrosJohn Scott1-152/+0
2026-04-09Cygwin: winsup/cygwin/include/limits.h: Add C23 ..._WIDTH definitionsJoel Sherrill1-0/+56
2026-04-07Cygwin: SEH: Fix crash and handle second unwind phase on AArch64Igor Podgainoi2-14/+23
2026-04-07Cygwin: pty: Handle CSIc in pcon_start phaseTakashi Yano4-14/+49
2026-04-07Cygwin: pty: Use OpenConsole.exe if availableTakashi Yano3-3/+176
2026-04-06Cygwin: pty: Make pcon_start handling more multi thread durableTakashi Yano1-2/+5
2026-04-06Cygwin: pty: Fix write data handling in pcon_start phaseTakashi Yano1-2/+2
2026-04-06Cygwin: pty: Restore nat handles in all PTY-slave instances in GDBTakashi Yano2-28/+41
2026-03-31Cygwin: add _Fork() system call per POSIX.1-2024Corinna Vinschen6-12/+49
2026-03-30Fix memcpy alignment problems for m68k architectureYuichi Nakamura1-5/+9
2026-03-30Cygwin: Fix SEH and signal handling on AArch64Igor Podgainoi2-5/+14
2026-03-30Cygwin: Add SEH workaround for aarch64 compilationThirumalai Nagalingam3-17/+25
2026-03-30Cygwin: Add ARM64 support for SEH handler symbol referencesThirumalai Nagalingam2-4/+15
2026-03-28Cygwin: pty: Drop nat_fg() check from to_be_read_from_nat_pipe()Takashi Yano1-7/+2
2026-03-28Cygwin: pty: Guard to_be_read_from_nat_pipe() by pipe_sw_mutexTakashi Yano1-14/+34
2026-03-28Cygwin: pty: Guard get_winpid_to_hand_over() with attach_mutexTakashi Yano2-2/+15
2026-03-28Cygwin: pty: Apply line_edit() for transferred input to to_cygTakashi Yano3-41/+113
2026-03-28Cygwin: console: Use input_mutex in the parent PTY in master threadTakashi Yano1-0/+10
2026-03-28Cygwin: pty: Add workaround for handling of backspace when pcon enabledTakashi Yano3-10/+82
2026-03-28Cygwin: console: Fix master threadTakashi Yano1-1/+9
2026-03-28Cygwin: pty: Fix input transfer when multiple non-cygwin apps existTakashi Yano1-9/+12
2026-03-26Cygwin: console: Release pipe_sw_mutex in pcon_hand_over_proc()Takashi Yano1-4/+1
2026-03-26Cygwin: pty: Clear discard_input flag on master write()Takashi Yano1-0/+2
2026-03-26Cygwin: pty: Omit CSI?1004h/l from pseudo console outputTakashi Yano1-1/+2
2026-03-23newlib: riscv: Add Zicfilp lpads to asm functionsArjun Salunkhe5-0/+22
2026-03-23libc: string: Fix warning in memrchr.cTerraneo Federico1-1/+1
2026-03-19libc: string: Fix off-by-one alignment bug in memrchr.Daniele Cattaneo1-1/+1
2026-03-17autoreconf newlib to fix HAVE_FPMATH_H handlingCorinna Vinschen2-27/+41
2026-03-17libc: arc: Remove an optimized strlen implementationYuriy Kolerov6-527/+0
2026-03-17libgloss: arc: Add _link stub for nSIMYuriy Kolerov1-0/+7
2026-03-17libc: arc: Exclude strchr.S from targets with 16-entry regfileYuriy Kolerov1-1/+2
2026-03-17libm: Fixes scalbnf rounding up to minimum magnitude.Eric Bavier1-4/+4