Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2021-12-12Cygwin: pipe: Restore blocking mode for cygwin process at startup.topic/pipeTakashi Yano
2021-12-12Cygwin: Document that the pipe_byte option is now set by defaultKen Brown
2021-12-12Cygwin: fhandler_pipe::raw_read: minor code cleanupKen Brown
2021-12-12Cygwin: pipe: Adopt FILE_SYNCHRONOUS_IO_NONALERT flag for read pipe.Takashi Yano
2021-12-12Cygwin: console: Fix console mode of non-cygwin apps in background.Takashi Yano
2021-12-12Cygwin: pty: Fix console mode of non-cygwin apps in background.Takashi Yano
2021-12-12Cygwin: pty: Fix Ctrl-C handling for non-cygwin apps in background.Takashi Yano
2021-12-12Cygwin: pty: Add missing input transfer when switch_to_pcon_in state.Takashi Yano
2021-12-11Cygwin: clipboard: Make intent of the code clearer.Takashi Yano
2021-12-11Cygwin: path: Fix path conversion of virtual drive.Takashi Yano
2021-12-08Cygwin: Update configure.ac to use AC_CONFIG_HEADERSJon Turney
2021-12-08Cygwin: path: Convert UNC path prefix back to drive letter.Takashi Yano
2021-12-07Cygwin: clipboard: Fix a bug in read().Takashi Yano
2021-12-03Cygwin: Fix typo in new-features.xmlTakashi Yano
2021-12-02Cygwin: errno: handle ERROR_CASE_DIFFERING_NAMES_IN_DIRCorinna Vinschen
2021-12-02Cygwin: console: Fix OSC sequence handling.Takashi Yano
2021-11-30Cygwin: get/setrlimit: move RLIMIT_AS handling into static functionsCorinna Vinschen
2021-11-30Cygwin: setrlimit: Add a permission checkCorinna Vinschen
2021-11-30Cygwin: get_rlimit_stack: add a commentCorinna Vinschen
2021-11-26Cygwin: add 3.4 release messagesCorinna Vinschen
2021-11-26Cygwin: get/setrlimit: implement RLIMIT_ASCorinna Vinschen
2021-11-23Cygwin: fhandler_fifo::raw_read: handle STATUS_PENDINGKen Brown
2021-11-23Cygwin: fhandler_pipe::raw_read: fix handle leakKen Brown
2021-11-22Cygwin: Fix release note 3.3.3.Takashi Yano
2021-11-22Cygwin: sigproc: Fix potential race issue regarding exit_state.Takashi Yano
2021-11-22ldtoa: don't restrict outbuf size to ndigitsCorinna Vinschen
2021-11-22Cygwin: add release message for raise fixCorinna Vinschen
2021-11-22Cygwin: raise: align return value and error checking to LinuxCorinna Vinschen
2021-11-22Cygwin: raise: fix check for multithreaded processCorinna Vinschen
2021-11-22Cygwin: pthread_kill: check for invalid signal numberCorinna Vinschen
2021-11-22Cygwin: fhandler_netdrive: improve debug outputCorinna Vinschen
2021-11-19Cygwin: sigproc: Do not send signal to myself if exiting.Takashi Yano
2021-11-18Cygwin: console: Fix interference issue regarding master thread.Takashi Yano
2021-11-17Cygwin: pipe: Suppress unnecessary set_pipe_non_blocking() call.Takashi Yano
2021-11-17Cygwin: Correct the release notes 3.3.3.Takashi Yano
2021-11-17Cygwin: pipe: Handle STATUS_PENDING even for nonblocking mode.Takashi Yano
2021-11-16Cygwin: fix up cached DOS file attributes after file creationCorinna Vinschen
2021-11-16Revert "Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creation"Corinna Vinschen
2021-11-16Cygwin: console: Handle Unicode surrogate pairs.Johannes Schindelin
2021-11-16change _COMPILING_NEWLIB to _LIBCMike Frysinger
2021-11-15Cygwin: set the FILE_ATTRIBUTE_ARCHIVE DOS attribute on file creationCorinna Vinschen
2021-11-15Cygwin: dllfixdbg: create .gnu_debuglink section in the right spotCorinna Vinschen
2021-11-11Cygwin: add 3.3.3 release notesCorinna Vinschen
2021-11-11Cygwin: introduce isabspath_strict macroCorinna Vinschen
2021-11-11Cygwin: drop unused isabspath_u and iswabspath macrosCorinna Vinschen
2021-11-11Cygwin: pipe: Fix raw_write() for non-cygwin pipe with size zero.Takashi Yano
2021-11-11winsup: delete old _LIBC logicMike Frysinger
2021-11-10Cygwin: pipe: Handle WAIT_CANCELED when waiting read_mtx.Takashi Yano
2021-11-08Cygwin: pipe: Avoid false EOF while reading output of C# programs.Takashi Yano
2021-11-04Cygwin: fix permission problem when writing DAC info on Samba sharesCorinna Vinschen