aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
6 daysCygwin: pipe: Fix a regression that raw_write() slows downgithub/cygwin-3_5-branchcygwin-3_5-branchTakashi Yano2-2/+7
8 daysCygwin: console: Disable cons_master_thread in win32-input-modeTakashi Yano3-2/+14
2024-08-25bump DLL version to 3.5.5Corinna Vinschen1-1/+1
2024-08-22Cygwin: add release message for latest pipe changescygwin-3.5.4Corinna Vinschen1-0/+3
2024-08-22Cygwin: Add locale patches to release messageCorinna Vinschen1-0/+3
2024-08-22Cygwin: pipe: do short writes only once in nonblocking case tooCorinna Vinschen1-2/+1
2024-08-22Cygwin: pipe: fix comparisonCorinna Vinschen1-1/+1
2024-08-22Cygwin: pipe: improve writing when pipe buffer is almost fullCorinna Vinschen3-18/+75
2024-08-22Cygwin: select: set pipe writable only if PIPE_BUF bytes leftCorinna Vinschen1-9/+9
2024-08-22Cygwin: pipe: handle signals explicitely in raw_writeCorinna Vinschen1-3/+12
2024-08-22Cygwin: getopt.h: fix a commentCorinna Vinschen1-1/+1
2024-08-22Cygwin: Avoid use-after-free warnings in __set_lc_time_from_win() etc.Jon Turney1-54/+41
2024-08-22Cygwin: Fix warnings about narrowing conversions of socket ioctlsJon Turney2-2/+2
2024-08-22Cygwin: asm/socket.h: drop outdated castsCorinna Vinschen1-2/+2
2024-08-22Cygwin: Fix warning about narrowing conversions in tape optionsJon Turney2-3/+3
2024-08-22Cygwin: Fix warning about address known to be non-NULL in /proc/localesJon Turney1-2/+1
2024-08-22Cygwin: Fix warnings about narrowing conversions of NTSTATUS constantsJon Turney4-4/+4
2024-08-22Cygwin: Suppress array-bounds warning from NtCurrentTeb()Jon Turney1-0/+3
2024-07-09Cygwin: console: Fix for GNU screen/tmux in ConEmuTakashi Yano1-1/+18
2024-07-09Cygwin: console: Fix race issue on allocating console simultaneously.Takashi Yano6-56/+57
2024-07-07Cygwin: console: Bug fix for the last console code changeTakashi Yano1-4/+7
2024-07-06Cygwin: console: Fixes an issue that tmux can not run on the console.Takashi Yano1-1/+14
2024-07-03Cygwin: console: Fix conflict on shared names between sessions.Takashi Yano2-4/+14
2024-07-01Cygwin: pty: Avoid client deadlock when pty master stops to read.Takashi Yano2-3/+26
2024-06-30Cygwin: console: Add debug print on thread_sync_event creation errorTakashi Yano1-0/+3
2024-06-29Cygwin: console: Add error handling for thread_sync_eventTakashi Yano1-17/+34
2024-06-28Cygwin: dsp: Fix incorrect openflags when opening multiple /dev/dspTakashi Yano2-13/+20
2024-06-16Cygwin: suppress a warning generated with w32api >= 12.0.0Jon Turney1-0/+3
2024-06-03Cygwin: disable high-entropy VA for ldhJeremy Drake via Cygwin-patches1-0/+3
2024-06-02Cygwin: pthread: Fix a race issue introduced by the commit 2c5433e5da82Takashi Yano3-17/+25
2024-06-01Cygwin: mixer: Fix volume control for no WAVECAPS_LRVOLUME deviceTakashi Yano2-1/+15
2024-04-09Cygwin: globify: read full 32 bit characterCorinna Vinschen2-1/+6
2024-04-04Cygwin: FILE_OPEN_NO_RECALL is incompatible with FILE_DIRECTORY_FILECorinna Vinschen3-3/+6
2024-04-03Cygwin: add a fake 3.5.3 release fileCorinna Vinschen1-0/+2
2024-04-03bump DLL version to 3.5.4Corinna Vinschen1-1/+1
2024-04-03bump DLL version to 3.5.3Corinna Vinschen1-1/+1
2024-03-18Revert "Cygwin: glob: perform ignore_case_with_glob on input"Corinna Vinschen2-19/+7
2024-03-12Cygwin: pipe: Make sure to set read pipe non-blocking for cygwin apps.Takashi Yano3-32/+68
2024-03-11Cygwin: add 3.5.2 release entries for latest commitsCorinna Vinschen1-0/+7
2024-03-11Cygwin: getgrent: don't skip SAM-only builtin-accountsCorinna Vinschen2-3/+12
2024-03-11Cygwin: get/set security descriptors using FILE_OPEN_NO_RECALLCorinna Vinschen1-3/+6
2024-03-11Cygwin: try to avoid recalling offline filesCorinna Vinschen7-11/+61
2024-03-06Cygwin: pipe: Give up to use query_hdl for non-cygwin apps.Takashi Yano2-44/+17
2024-03-04Cygwin: console: Fix a race issue between close() and open().Takashi Yano2-24/+38
2024-03-01Cygwin: console: Do not unmap shared console memory belonging to ctty.Takashi Yano2-3/+12
2024-02-27 bump DLL version to 3.5.2Corinna Vinschen1-1/+1
2024-02-26Cygwin: add release text for getgrent local SAM enumeration patchcygwin-3.5.1Corinna Vinschen1-0/+2
2024-02-26Cygwin: getgrent/getpwent: avoid local enumeration on DCsCorinna Vinschen1-0/+5
2024-02-26Cygwin: getgrent: fix local SAM enumeration on domain member machinesCorinna Vinschen2-5/+9
2024-02-26Cygwin: passwd/group: drop Capability SIDsCorinna Vinschen1-18/+29