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
AgeCommit message (Expand)Author
2021-10-27Unconditionally declare strsignalcygwin-3_3_0-releaseChristian Biesinger via Newlib
2021-10-27libgloss/riscv: Fix hard coded reference to configure.in after renameLewis Revill
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-13string: Fix buffer overrun in picolibc/newlib/libc/string/strrchr.c (#184)Keith Packard
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-10-07sys/tree.h: Red child with black sibling rotationsSebastian Huber
2021-10-05sys/tree.h: Add parent rotationsSebastian Huber
2021-10-05sys/tree.h: Simplify chain of conditionsSebastian Huber
2021-10-05sys/tree.h: Simplify loop conditionSebastian Huber
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-15newlib: sig2str: use __restrictMike Frysinger
2021-09-15libgloss: add missing aclocal.m4 filesMike Frysinger
2021-09-15libgloss: epiphany: rename symbol prefix cache varMike Frysinger
2021-09-15libgloss: fix AC_LANG_SOURCE warnings w/newer autoconfMike Frysinger
2021-09-15Cygwin: pipes: don't call NtQueryInformationFile on read side of pipesCorinna Vinschen
2021-09-15Cygwin: drop useless method fhandler_base::has_ongoing_ioCorinna Vinschen
2021-09-15Cygwin: pipe: Do not call PeekNamedPipe() if it is not necessary.Takashi Yano
2021-09-14Cygwin: document the recent pipe changesKen Brown
2021-09-14Cygwin: pipe: Fix handling of EPIPE and SIGPIPE in raw_write().Takashi Yano
2021-09-14Cygwin: pipe, fifo: Release select_sem semaphore as much as needed.Takashi Yano
2021-09-14Cygwin: pipe: Use read pipe handle for select() on write pipe.Takashi Yano
2021-09-14Cygwin: pipe, fifo: Call set_no_inheritance() for adjunct handles.Takashi Yano
2021-09-14Cygwin: fhandler_base::dup Reflect O_CLOEXEC to inheritance flag.Takashi Yano
2021-09-13Cygwin: pipes: do not duplicate sec_none{_nih} locally when creating objectsCorinna Vinschen
2021-09-13Cygwin: fix inheritence of select_sem on write side of pipeCorinna Vinschen
2021-09-13Cygwin: pipe: Fix deadlock if pipe is created by non-cygwin app.Takashi Yano
2021-09-13Cygwin: fifo: Utilize select_sem for fifo as well as pipe.Takashi Yano
2021-09-13Cygwin: pipes: always signal select_sem if any bytes are read or writtenCorinna Vinschen
2021-09-13Cygwin: pipe: Fix notification timing of select_sem.Takashi Yano
2021-09-13Cygwin: select: Introduce select_sem semaphore for pipe.Takashi Yano
2021-09-13Revert "Cygwin: select: Improve select/poll response."Takashi Yano
2021-09-13Cygwin: set buffer size for pipes created by non-Cygwin processesKen Brown