aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Cygwin: pty: Fix race issue between closing and opening master.Takashi Yano1-4/+10
2022-01-14Cygwin: console: Fix potential deadlock regarding acuqiring mutex.Takashi Yano2-3/+6
2022-01-14Cygwin: pty: Stop closing and recreating attach_mutex.Takashi Yano4-43/+23
2022-01-14Cygwin: pty: Fix memory leak in master_fwd_thread.Takashi Yano3-1/+7
2022-01-14Cygwin: pty, console: Fix deadlock in GDB regarding mutex.Takashi Yano6-53/+115
2022-01-12Cygwin: doc: drop mention of 32-bit installerJon Turney2-52/+34
2022-01-12fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.16 Gobble Gobble flagsBrian Inglis1-0/+4
2022-01-12posix_spawn: fix get/set uid/gid calls for 32 bit CygwinCorinna Vinschen1-0/+3
2022-01-12Cygwin: Makefile: add dependency to newlib's libsCorinna Vinschen1-1/+2
2022-01-11Cygwin: ACLs: ignore *_INHERIT flags in file ACLsCorinna Vinschen2-3/+9
2022-01-10Cygwin: do not build MinGW testsuite/cygrun --with-cross-bootstrapYaakov Selkowitz1-0/+2
2021-12-26Cygwin: fhandler_pipe::get_query_hdl_per_process: avoid a crashKen Brown2-2/+14
2021-12-20cygwin: Add cocom and patch to build prerequisites in FAQJon Turney1-5/+5
2021-12-17Cygwin: Conditionally build documentationJon Turney4-8/+39
2021-12-15Cygwin: pty: Fix input switching failure.Takashi Yano2-1/+5
2021-12-14Cygwin: pty: Fix conditions for input transfer again.Takashi Yano1-28/+39
2021-12-14Cygwin: pty: Fix conditions for input transfer.Takashi Yano2-16/+16
2021-12-13Cygwin: Use AS_HELP_STRING for --enable-debuggingJon Turney1-1/+1
2021-12-13Cygwin: pty: Fix Ctrl-C handling further for non-cygwin apps.Takashi Yano3-1/+40
2021-12-12Cygwin: pipe: Restore blocking mode for cygwin process at startup.github/topic/pipetopic/pipeTakashi Yano1-0/+3
2021-12-12Cygwin: Document that the pipe_byte option is now set by defaultKen Brown3-2/+12
2021-12-12Cygwin: fhandler_pipe::raw_read: minor code cleanupKen Brown1-11/+1
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano2-46/+28
2021-12-12Cygwin: console: Fix console mode of non-cygwin apps in background.Takashi Yano1-2/+5
2021-12-12Cygwin: pty: Fix console mode of non-cygwin apps in background.Takashi Yano1-2/+1
2021-12-12Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.Takashi Yano1-3/+6
2021-12-12Cygwin: pty: Add missing input transfer when switch_to_pcon_in state.Takashi Yano2-17/+75
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano2-2/+3
2021-12-11Cygwin: path: Fix path conversion of virtual drive.Takashi Yano1-21/+35
2021-12-08Cygwin: Update configure.ac to use AC_CONFIG_HEADERSJon Turney1-1/+1
2021-12-08Cygwin: path: Convert UNC path prefix back to drive letter.Takashi Yano2-1/+41
2021-12-07Cygwin: clipboard: Fix a bug in read().Takashi Yano2-1/+7
2021-12-03Cygwin: Fix typo in new-features.xmlTakashi Yano1-1/+1
2021-12-02Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIRCorinna Vinschen3-9/+7
2021-12-02Cygwin: console: Fix OSC sequence handling.Takashi Yano1-7/+24
2021-11-30Cygwin: get/setrlimit: move RLIMIT_AS handling into static functionsCorinna Vinschen1-73/+84
2021-11-30Cygwin: setrlimit: Add a permission checkCorinna Vinschen1-0/+6
2021-11-30Cygwin: get_rlimit_stack: add a commentCorinna Vinschen1-0/+2
2021-11-26Cygwin: add 3.4 release messagesCorinna Vinschen2-0/+18
2021-11-26Cygwin: get/setrlimit: implement RLIMIT_ASCorinna Vinschen3-2/+96
2021-11-23Cygwin: fhandler_fifo::raw_read: handle STATUS_PENDINGKen Brown1-23/+47
2021-11-23Cygwin: fhandler_pipe::raw_read: fix handle leakKen Brown1-7/+9
2021-11-23Cygwin: Fix release note 3.3.3.Takashi Yano1-4/+0
2021-11-22Cygwin: sigproc: Fix potential race issue regarding exit_state.Takashi Yano1-8/+6
2021-11-22ldtoa: don't restrict outbuf size to ndigitsCorinna Vinschen1-0/+3
2021-11-22Cygwin: add release message for raise fixCorinna Vinschen1-0/+3
2021-11-22Cygwin: raise: align return value and error checking to LinuxCorinna Vinschen1-1/+6
2021-11-22Cygwin: raise: fix check for multithreaded processCorinna Vinschen1-1/+1
2021-11-22Cygwin: pthread_kill: check for invalid signal numberCorinna Vinschen1-0/+4
2021-11-22Cygwin: fhandler_netdrive: improve debug outputCorinna Vinschen2-4/+38