aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2 daysCygwin: pty: Fix nat pipe hand-over when pcon is disabledHEADgithub/mastergithub/mainmastermainTakashi Yano1-1/+1
2 daysCygwin: pty: Fix handling of data after CSI6n responseTakashi Yano1-18/+24
4 dayssys/lock.h: Add timed wait with clockMazen Adel Elmessady1-2/+16
5 daysCygwin: pty: Do not switch input to to_nat if native app is backgroundTakashi Yano1-0/+1
7 daysCygwin: pty: Omit win32-input-mode sequence from pseudo consoleTakashi Yano1-2/+16
7 daysCygwin: pty: Do not call empty WriteFile() to to_slave_natTakashi Yano1-1/+2
8 daysCygwin: open: Fix Windows resource leak after fd exhaustionIgor Podgainoi1-1/+4
8 daysCygwin: PEHeaderFromHModule: drop architecture checkCorinna Vinschen1-11/+0
2026-02-13Cygwin: setrlimit: fix comments in terms of input checkingCorinna Vinschen1-3/+4
2026-02-13Cygwin: setrlimit: Allow admin users to raise hard limitCorinna Vinschen1-1/+2
2026-02-13Cygwin: update release info for 3.6.7.Corinna Vinschen1-1/+6
2026-02-12Silence -Wold-style-definition warningsKim Kuparinen8-28/+10
2026-02-12Cygwin: hookapi.cc: Fix some handles not being inherited when spawningIgor Podgainoi1-0/+2
2026-02-12Cygwin: configure: disable High Entropy VA (64-bit ASLR) on AArch64Igor Podgainoi4-5/+5
2026-02-12stdatomic.h: use latest FreeBSD file verbatimCorinna Vinschen1-27/+27
2026-02-12features.h: define __ISO_C_VISIBLE as 2023 for ISO C23Corinna Vinschen3-6/+6
2026-02-12machine/_default_types.h: define __ptrdiff_t and __wchar_tCorinna Vinschen1-0/+14
2026-02-12stdint.h: move fast type evaluation to machine/_default_types.hCorinna Vinschen2-71/+92
2026-02-09stdatomic.h: add atomic definitions for char8_t, char16_t and char32_tCorinna Vinschen1-3/+7
2026-02-09Cygwin: uchar.h: define char16_t / char32_t in terms of __char16_t / __char32_tCorinna Vinschen1-2/+2
2026-02-09machine/_default_types.h: add definitions for __char16_t / __char32_tCorinna Vinschen1-0/+14
2026-02-09libc/include/regex.h: Add include of <sys/_types.h> for off_tJoel Sherrill1-1/+2
2026-02-03Cygwin: security: make sure the type DBGSID is in the DLL debug infoCorinna Vinschen1-0/+5
2026-02-03Cygwin: gencat: define __deadCorinna Vinschen1-0/+4
2026-02-03Cygwin: gencat: update to latest from NetBSDCorinna Vinschen1-123/+307
2026-02-03Cygwin: accounts: (re-)add flag for unix uid/gid cachingCorinna Vinschen4-8/+13
2026-02-02Cygwin: readdir: allow using FileIdBothDirectoryInformation on NFSCorinna Vinschen1-2/+9
2026-02-02towupper/towlower: handle Turkic language special casingThomas Wolff3-5/+23
2026-01-26Cygwin: spawn: drop CREATE_SEPARATE_WOW_VDM process flagCorinna Vinschen1-1/+5
2026-01-26Cygwin: child_info: remove filler bytesCorinna Vinschen1-3/+1
2026-01-26Cygwin: fhandler_socket::fchown: fix check for admin userCorinna Vinschen1-1/+1
2026-01-26Revert "Cygwin: spawn/exec: drop breaking away from job"Corinna Vinschen1-0/+31
2026-01-23Changes for 4.6.0 snapshotnewlib-4.6.0Jeff Johnston7-68/+74
2026-01-22towctrans_l: handle not _MB_CAPABLE targetsCorinna Vinschen1-0/+16
2026-01-22Cygwin: spawn/exec: drop breaking away from jobCorinna Vinschen1-31/+0
2026-01-21Fix dummy names in reent directoryAndrew Oates2-2/+2
2026-01-16Cygwin: gendef: Implement sigsetjmp for AArch64Thirumalai Nagalingam1-0/+21
2026-01-16Cygwin: gendef: Implement siglongjmp for AArch64Thirumalai Nagalingam1-0/+26
2026-01-16Cygwin: gendef: Implement _sigbe function for TLS stack management on AArch64Thirumalai Nagalingam1-0/+36
2026-01-16Cygwin: gendef: Implement _sigfe function for TLS handling on AArch64Thirumalai Nagalingam1-0/+37
2026-01-16Cygwin: gendef: add _sigfe_maybe for TLS initialization checks on AArch64Thirumalai Nagalingam1-2/+18
2026-01-16Cygwin: gendef: add ARM64 stub for $fe in gendefThirumalai Nagalingam1-0/+11
2026-01-16Cygwin: internal_getlogin: always call internal_getgroupsCorinna Vinschen2-2/+5
2026-01-15Cygwin: c32rtomb: add missing check for invalid UNICODE characterCorinna Vinschen2-0/+12
2026-01-15Cygwin: doc: Explictly name the output when building .info filesJon Turney1-3/+3
2026-01-10Cygwin: Rename cross-bootstrap config option back to mingw-progs to avoid con...J.H. vd Water4-7/+11
2026-01-10Cygwin: flock: Remove the unnecessary fdtab lockTakashi Yano1-2/+2
2026-01-09Cygwin: Update _endian.h to handle unsupported archThirumalai Nagalingam1-2/+6
2026-01-08Cygwin: Update release note for 3.6.6Takashi Yano1-0/+4
2026-01-08Cygwin: flock: Do not lock fdtab in create_lock_in_parent()Takashi Yano1-1/+1