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-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
2021-11-04Cygwin: Add a new 3.4.0 rel notes fileCorinna Vinschen
2021-11-04Cygwin: add release note for rounding issueCorinna Vinschen
2021-11-03Cygwin: console: Prevent the exec'ed bash from exiting by Ctrl-C.Takashi Yano
2021-11-02Cygwin: add release noteCorinna Vinschen
2021-11-02Cygwin: console: Fix yet another bug on input when signalled.Takashi Yano
2021-11-02Cygwin: console: Fix a bug on input when signalled.Takashi Yano
2021-10-29Cygwin: remove unused lsaauth authentication functionCorinna Vinschen
2021-10-29Cygwin: remove support for Vista entirelyCorinna Vinschen
2021-10-29Cygwin: drop support for systems not supporting the CONSOLE LOGON SIDCorinna Vinschen
2021-10-29Cygwin: drop support for systems not supporting RFC 4646 localesCorinna Vinschen
2021-10-29Cygwin: drop support for systems not supporting processor groupsCorinna Vinschen
2021-10-29Cygwin: drop support for simple invisible console codeCorinna Vinschen
2021-10-29Cygwin: drop support for systems not supporting QueryUnbiasedInterruptTimeCorinna Vinschen
2021-10-29Cygwin: drop Vista WOW64 specific child process handle bugCorinna Vinschen
2021-10-28Cygwin: bump DLL major versioncygwin-3.4.0-devCorinna Vinschen
2021-10-28Cygwin: bump DLL minor versionCorinna Vinschen
2021-10-26Cygwin: convert malloc lock to SRWLOCKCorinna Vinschen
2021-10-26Cygwin: Make native clipboard layout same for 32- and 64-bitMark Geisert
2021-10-22Cygwin: document sig2str and str2sig in version.hKen Brown
2021-10-22Cygwin: drop outdated -O3 optimization for malloc and syncCorinna Vinschen
2021-10-21Cygwin: update cygcheck OS informationCorinna Vinschen
2021-10-19Cygwin: pipe: Use NtQuerySystemInformation() instead of EnumProcesses().Takashi Yano
2021-10-10Cygwin: pty: Fix handle leak regarding attach_mutex.Takashi Yano
2021-10-08Cygwin: pty: Fix master closing error regarding attach_mutex.Takashi Yano
2021-09-23Cygwin: pipe: Use ProcessHandleInformation if available.Takashi Yano
2021-09-21Cygwin: pipe: Introduce temporary query_hdl.Takashi Yano
2021-09-18Cygwin: pipes: remove unnecessary NULL checks for hdl_cnt_mtxKen Brown
2021-09-18Cygwin: make callers of open_setup check for failureKen Brown
2021-09-18Cygwin: fhandler_pipe::open_setup: fail on error creating mutexesKen Brown
2021-09-18Cygwin: allow open_setup to failKen Brown
2021-09-18Cygwin: statically link the tools in winsup/utils/mingwKen Brown
2021-09-17Cygwin: fix typos in release notesKen Brown
2021-09-16Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe.Takashi Yano
2021-09-16Cygwin: pipe: Fix race issue regarding handle count.Takashi Yano
2021-09-16Cygwin: pipe: Fix error handling in fhandler_pip::create().Takashi Yano
2021-09-16Cygwin: close_all_files: Do not duplicate stderr for write pipe.Takashi Yano
2021-09-16Cygwin: select: check for negative return from pipe_data_availableKen Brown
2021-09-15Cygwin: pipes: don't call NtQueryInformationFile on read side of pipesCorinna Vinschen