aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2024-11-27Cygwin: sched_setscheduler: allow changes of the priorityChristian Franke2-1/+7
2024-11-27Cygwin: setpriority, sched_setparam: fail if Windows sets a lower priorityChristian Franke5-3/+38
2024-11-27Cygwin: sched_getscheduler: fix error handlingChristian Franke1-1/+4
2024-11-25Cygwin: revert use of CancelSyncronousIo on wait_thread.Jeremy Drake2-17/+5
2024-11-23Cygwin: cygtls: rename sig to current_sigCorinna Vinschen6-18/+20
2024-11-23Cygwin: gendef: unify comments in terms of acquiring/releasing stacklockCorinna Vinschen1-14/+14
2024-11-22Cygwin: sigtimedwait: Fix segfault when timeout is usedTakashi Yano3-1/+19
2024-11-20Cygwin: SetThreadName: avoid spurious debug messageCorinna Vinschen1-1/+1
2024-11-20Cygwin: flock: Fix overlap handling in lf_setlock() and lf_clearlock()Takashi Yano2-13/+21
2024-11-20Cygwin: lockf: Fix access violation in lf_clearlock().Takashi Yano2-2/+7
2024-11-20cygthread: suspend thread before terminating.Jeremy Drake3-5/+31
2024-11-19Add libaio to SUBLIBS built for CygwinMark Geisert2-1/+8
2024-11-19Cygwin: check_dir_not_empty: Avoid leaving the allocated buffer.Bernhard Übelacker2-4/+9
2024-11-12Cygwin: Change pthread_sigqueue() to accept thread idMark Geisert3-5/+8
2024-11-11Cygwin: console Add comment for the recent changeTakashi Yano1-0/+9
2024-11-11Cygwin: pthread: Correct pthread_cleanup macros to avoid potential syntax errorsShaobo Song1-4/+7
2024-11-08Cygwin: console: Fix clean up conditions in close()Takashi Yano1-3/+3
2024-11-07Cygwin: release/3.5.5: fetch missing entries from cygwin-3_5-branchCorinna Vinschen1-0/+6
2024-11-06Cygwin: console: Use GetCurrentProcessId() instead of myself->dwProcessIdTakashi Yano1-13/+13
2024-11-06Cygwin: console: Re-fix open() failure on exec() by console ownerTakashi Yano4-133/+117
2024-11-06Cygwin: pipe: Fix incorrect write length in raw_write()Takashi Yano1-4/+2
2024-11-05Cygwin: console: Fix open() failure when the console owner calls exec().Takashi Yano1-0/+6
2024-11-04Replace 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