aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
4 daysCygwin: Change pthread_sigqueue() to accept thread idHEADgithub/mastergithub/mainmastermainMark Geisert3-5/+8
5 daysCygwin: console Add comment for the recent changeTakashi Yano1-0/+9
5 daysCygwin: pthread: Correct pthread_cleanup macros to avoid potential syntax errorsShaobo Song1-4/+7
8 daysCygwin: console: Fix clean up conditions in close()Takashi Yano1-3/+3
9 daysCygwin: release/3.5.5: fetch missing entries from cygwin-3_5-branchCorinna Vinschen1-0/+6
10 daysCygwin: console: Use GetCurrentProcessId() instead of myself->dwProcessIdTakashi Yano1-13/+13
10 daysCygwin: console: Re-fix open() failure on exec() by console ownerTakashi Yano4-133/+117
10 daysCygwin: pipe: Fix incorrect write length in raw_write()Takashi Yano1-4/+2
11 daysCygwin: console: Fix open() failure when the console owner calls exec().Takashi Yano1-0/+6
12 daysReplace references to C2x with C23Lenard Mollenkopf1-2/+2
2024-11-01Cygwin: sigfe: Fix a bug that signal handler destroys fpu statesTakashi Yano2-41/+53
2024-11-01Cygwin: pipe: Switch pipe mode to blocking mode by defaultTakashi Yano8-519/+259
2024-10-31Cygwin: pipe: fix shift valueCorinna Vinschen1-1/+1
2024-10-31Cygwin: console: Inherit pcon hand over from parent ptyTakashi Yano7-3/+90
2024-10-31Cygwin: lockf: Make lockf() return ENOLCK when too many locksTakashi Yano2-8/+78
2024-10-31Cygwin: lockf: Fix adding a new lock over multiple locksTakashi Yano2-3/+8
2024-10-23Cygwin: timer_delete: Fix return valueChristian Franke2-0/+3
2024-10-23cygwin: pread/pwrite: prevent EBADF error after fork()Christian Franke2-0/+6
2024-09-02Cygwin: pipe: Fix a regression that raw_write() slows downTakashi Yano2-2/+7
2024-08-31Cygwin: console: Disable cons_master_thread in win32-input-modeTakashi Yano3-2/+14
2024-08-22Cygwin: add release message for latest pipe changesCorinna Vinschen1-0/+3
2024-08-22Cygwin: Add locale patches to release messageCorinna Vinschen1-0/+3
2024-08-19Cygwin: pipe: do short writes only once in nonblocking case tooCorinna Vinschen1-2/+1
2024-08-19Cygwin: pipe: fix comparisonCorinna Vinschen1-1/+1
2024-08-18Cygwin: pipe: improve writing when pipe buffer is almost fullCorinna Vinschen3-18/+75
2024-08-18Cygwin: select: set pipe writable only if PIPE_BUF bytes leftCorinna Vinschen1-9/+9
2024-08-18Cygwin: pipe: handle signals explicitely in raw_writeCorinna Vinschen1-3/+12
2024-08-15Cygwin: getopt.h: fix a commentCorinna Vinschen1-1/+1
2024-08-15Fix POSIX guards for POSIX.1-2024 extensionsCorinna Vinschen1-4/+4
2024-08-13Cygwin: Avoid use-after-free warnings in __set_lc_time_from_win() etc.Jon Turney1-54/+41
2024-08-13Cygwin: Fix warnings about narrowing conversions of socket ioctlsJon Turney2-2/+2
2024-08-07Cygwin: asm/socket.h: drop outdated castsCorinna Vinschen1-2/+2
2024-08-06Cygwin: Fix warning about narrowing conversions in tape optionsJon Turney2-3/+3
2024-08-06Cygwin: Fix warning about address known to be non-NULL in /proc/localesJon Turney1-2/+1
2024-08-06Cygwin: Fix warnings about narrowing conversions of NTSTATUS constantsJon Turney4-4/+4
2024-08-06Cygwin: Suppress array-bounds warning from NtCurrentTeb()Jon Turney1-0/+3
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags resyncBrian Inglis1-17/+18
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): add newlinesBrian Inglis1-3/+4
2024-07-19Cygwin: fhandler/proc.cc(format_proc_cpuinfo): Linux 6.10 flags addedBrian Inglis1-0/+8
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-patches2-0/+4