aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2026-04-21Cygwin: rename release/3.6.8 to release/3.6.9Corinna Vinschen1-0/+0
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-17Cygwin: cygwin.din, version.h: Add stdbit.h functions and increment minorJoel Sherrill2-1/+72
2026-04-15Cygwin: pty: Add missing DeleteProcThreadAttributeList() callTakashi Yano1-1/+3
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 Vinschen5-12/+46
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-16Cygwin: Quash Windows error text to user on fork() errorMark Geisert1-0/+1
2026-03-16Cygwin: Fix typo in 3.7.0 release noteMark Geisert1-1/+1
2026-03-12Cygwin: signal: Implement fake stop/cont for non-cygwin processTakashi Yano2-2/+19
2026-03-12Cygwin: signal: Do not wait for sendsig for non-cygwin processTakashi Yano1-3/+6
2026-03-12Cygwin: signal: Wait for `sendsig` for a sufficient amount of timeTakashi Yano1-1/+2
2026-03-11Cygwin: add resource limit changes to release notesCorinna Vinschen1-0/+4
2026-03-11Cygwin: Change mappings of Windows ERROR*QUOTA*Mark Geisert1-2/+2
2026-03-11Cygwin: improve PCA workaroundCorinna Vinschen6-40/+59
2026-03-11Cygwin: getrlimit/setrlimit: implement RLIMIT_NPROCCorinna Vinschen7-2/+110
2026-03-11Cygwin: getrlimit/setrlimit: generalize setting rlimitsCorinna Vinschen7-54/+141
2026-03-11Cygwin: signal: Fix stabilize_sig_stack/setjmp/longjmp on AArch64Igor Podgainoi1-135/+142
2026-03-11Cygwin: gendef: Implement longjmp for AArch64Thirumalai Nagalingam1-0/+64
2026-03-11Cygwin: gendef: Implement setjmp for AArch64Thirumalai Nagalingam1-0/+55
2026-03-11Cygwin: gendef: Implement stabilize_sig_stack for aarch64Radek BartoĊˆ1-0/+76
2026-03-11Cygwin: signal: Implement sigdelayed assembly function for AArch64Igor Podgainoi1-0/+158
2026-03-11Cygwin: gendef: export _alloca only on x86_64Thirumalai Nagalingam2-1/+1
2026-03-11Cygwin: gendef: restore support for arch-specific cygwin.din filesThirumalai Nagalingam4-5/+18
2026-03-11Cygwin: uinfo: handle NT VIRTUAL MACHINE\Virtual Machines accountCorinna Vinschen1-7/+16
2026-03-08Cygwin: pty: Fix nat pipe hand-over when pcon is disabledTakashi Yano1-1/+1