20034 Commits (cygwin-3_3_2-release)
 

Author SHA1 Message Date
Takashi Yano 1f7aa67b1c Cygwin: pipe: Avoid false EOF while reading output of C# programs. 5 years ago
Corinna Vinschen 0390cc8572 Cygwin: fix permission problem when writing DAC info on Samba shares 5 years ago
Corinna Vinschen bd4eaebb6f Cygwin: add release note for rounding issue 5 years ago
Corinna Vinschen 97dac2bbcb ldtoa: fix dropping too many digits from output 5 years ago
Takashi Yano b3d2f35cb1 Cygwin: console: Prevent the exec'ed bash from exiting by Ctrl-C. 5 years ago
Corinna Vinschen b01b5e45e9 Cygwin: add release note 5 years ago
Takashi Yano ea64a781c7 Cygwin: console: Fix yet another bug on input when signalled. 5 years ago
Takashi Yano a4bda4f626 Cygwin: console: Fix a bug on input when signalled. 5 years ago
Corinna Vinschen 8cdb4afbf1 Cygwin: bump DLL minor version 5 years ago
Corinna Vinschen e528cfe919 Cygwin: split malloc_init 5 years ago
Corinna Vinschen 462ca33745 Revert "Cygwin: convert malloc lock to SRWLOCK" 5 years ago
Corinna Vinschen 3860338968 Cygwin: bump DLL minor version 5 years ago
Christian Biesinger via Newlib 26894de91d Unconditionally declare strsignal 5 years ago
Lewis Revill 92e488d5b8 libgloss/riscv: Fix hard coded reference to configure.in after rename 5 years ago
Corinna Vinschen 44a79a6eca Cygwin: convert malloc lock to SRWLOCK 5 years ago
Mark Geisert 23b1400f83 Cygwin: Make native clipboard layout same for 32- and 64-bit 5 years ago
Ken Brown 65d6818661 Cygwin: document sig2str and str2sig in version.h 5 years ago
Corinna Vinschen cb21b9cc57 Cygwin: drop outdated -O3 optimization for malloc and sync 5 years ago
Corinna Vinschen 548f124698 Cygwin: update cygcheck OS information 5 years ago
Takashi Yano 745b547ebd Cygwin: pipe: Use NtQuerySystemInformation() instead of EnumProcesses(). 5 years ago
Keith Packard c51f05c597 string: Fix buffer overrun in picolibc/newlib/libc/string/strrchr.c (#184) 5 years ago
Takashi Yano dcd564f65c Cygwin: pty: Fix handle leak regarding attach_mutex. 5 years ago
Takashi Yano 8a09deb1b7 Cygwin: pty: Fix master closing error regarding attach_mutex. 5 years ago
Sebastian Huber eb03ac17f1 sys/tree.h: Red child with black sibling rotations 5 years ago
Sebastian Huber 5f7f27c817 sys/tree.h: Add parent rotations 5 years ago
Sebastian Huber ee30f991c3 sys/tree.h: Simplify chain of conditions 5 years ago
Sebastian Huber 098cf0f98d sys/tree.h: Simplify loop condition 5 years ago
Takashi Yano 6c1f49f83f Cygwin: pipe: Use ProcessHandleInformation if available. 5 years ago
Takashi Yano b531d6b06e Cygwin: pipe: Introduce temporary query_hdl. 5 years ago
Ken Brown 643db9ec9e Cygwin: pipes: remove unnecessary NULL checks for hdl_cnt_mtx 5 years ago
Ken Brown be08c5c40b Cygwin: make callers of open_setup check for failure 5 years ago
Ken Brown 6fc0aa8e5d Cygwin: fhandler_pipe::open_setup: fail on error creating mutexes 5 years ago
Ken Brown e5fcb021cc Cygwin: allow open_setup to fail 5 years ago
Ken Brown 9b0841aa78 Cygwin: statically link the tools in winsup/utils/mingw 5 years ago
Ken Brown 98859e00d0 Cygwin: fix typos in release notes 5 years ago
Takashi Yano 9814cfd8f6 Cygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx to fhandler_pipe. 5 years ago
Takashi Yano 199482654b Cygwin: pipe: Fix race issue regarding handle count. 5 years ago
Takashi Yano d8614e355d Cygwin: pipe: Fix error handling in fhandler_pip::create(). 5 years ago
Takashi Yano 350806f882 Cygwin: close_all_files: Do not duplicate stderr for write pipe. 5 years ago
Ken Brown 18fab2f834 Cygwin: select: check for negative return from pipe_data_available 5 years ago
Mike Frysinger 6e64fccb5f newlib: sig2str: use __restrict 5 years ago
Mike Frysinger 1328009bb4 libgloss: add missing aclocal.m4 files 5 years ago
Mike Frysinger e215765041 libgloss: epiphany: rename symbol prefix cache var 5 years ago
Mike Frysinger 63c1f29a1d libgloss: fix AC_LANG_SOURCE warnings w/newer autoconf 5 years ago
Corinna Vinschen 34b1447040 Cygwin: pipes: don't call NtQueryInformationFile on read side of pipes 5 years ago
Corinna Vinschen f961a63ed6 Cygwin: drop useless method fhandler_base::has_ongoing_io 5 years ago
Takashi Yano 00cbbaa33e Cygwin: pipe: Do not call PeekNamedPipe() if it is not necessary. 5 years ago
Ken Brown 593a86f9b0 Cygwin: document the recent pipe changes 5 years ago
Takashi Yano a217fa98fd Cygwin: pipe: Fix handling of EPIPE and SIGPIPE in raw_write(). 5 years ago
Takashi Yano e4e4537979 Cygwin: pipe, fifo: Release select_sem semaphore as much as needed. 5 years ago