]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2021-10-13 Keith Packardstring: Fix buffer overrun in picolibc/newlib/libc...
2021-10-10 Takashi YanoCygwin: pty: Fix handle leak regarding attach_mutex.
2021-10-08 Takashi YanoCygwin: pty: Fix master closing error regarding attach_...
2021-10-07 Sebastian Hubersys/tree.h: Red child with black sibling rotations
2021-10-05 Sebastian Hubersys/tree.h: Add parent rotations
2021-10-05 Sebastian Hubersys/tree.h: Simplify chain of conditions
2021-10-05 Sebastian Hubersys/tree.h: Simplify loop condition
2021-09-23 Takashi YanoCygwin: pipe: Use ProcessHandleInformation if available.
2021-09-21 Takashi YanoCygwin: pipe: Introduce temporary query_hdl.
2021-09-18 Ken BrownCygwin: pipes: remove unnecessary NULL checks for hdl_c...
2021-09-18 Ken BrownCygwin: make callers of open_setup check for failure
2021-09-18 Ken BrownCygwin: fhandler_pipe::open_setup: fail on error creati...
2021-09-18 Ken BrownCygwin: allow open_setup to fail
2021-09-18 Ken BrownCygwin: statically link the tools in winsup/utils/mingw
2021-09-17 Ken BrownCygwin: fix typos in release notes
2021-09-16 Takashi YanoCygwin: pipe, fifo: Move query_hdl and hdl_cnt_mtx...
2021-09-16 Takashi YanoCygwin: pipe: Fix race issue regarding handle count.
2021-09-16 Takashi YanoCygwin: pipe: Fix error handling in fhandler_pip::create().
2021-09-16 Takashi YanoCygwin: close_all_files: Do not duplicate stderr for...
2021-09-16 Ken BrownCygwin: select: check for negative return from pipe_dat...
2021-09-15 Mike Frysingernewlib: sig2str: use __restrict
2021-09-15 Mike Frysingerlibgloss: add missing aclocal.m4 files
2021-09-15 Mike Frysingerlibgloss: epiphany: rename symbol prefix cache var
2021-09-15 Mike Frysingerlibgloss: fix AC_LANG_SOURCE warnings w/newer autoconf
2021-09-15 Corinna VinschenCygwin: pipes: don't call NtQueryInformationFile on...
2021-09-15 Corinna VinschenCygwin: drop useless method fhandler_base::has_ongoing_io
2021-09-15 Takashi YanoCygwin: pipe: Do not call PeekNamedPipe() if it is...
2021-09-14 Ken BrownCygwin: document the recent pipe changes
2021-09-14 Takashi YanoCygwin: pipe: Fix handling of EPIPE and SIGPIPE in...
2021-09-14 Takashi YanoCygwin: pipe, fifo: Release select_sem semaphore as...
2021-09-14 Takashi YanoCygwin: pipe: Use read pipe handle for select() on...
2021-09-14 Takashi YanoCygwin: pipe, fifo: Call set_no_inheritance() for adjun...
2021-09-14 Takashi YanoCygwin: fhandler_base::dup Reflect O_CLOEXEC to inherit...
2021-09-13 Corinna VinschenCygwin: pipes: do not duplicate sec_none{_nih} locally...
2021-09-13 Corinna VinschenCygwin: fix inheritence of select_sem on write side...
2021-09-13 Takashi YanoCygwin: pipe: Fix deadlock if pipe is created by non...
2021-09-13 Takashi YanoCygwin: fifo: Utilize select_sem for fifo as well as...
2021-09-13 Corinna VinschenCygwin: pipes: always signal select_sem if any bytes...
2021-09-13 Takashi YanoCygwin: pipe: Fix notification timing of select_sem.
2021-09-13 Takashi YanoCygwin: select: Introduce select_sem semaphore for...
2021-09-13 Takashi YanoRevert "Cygwin: select: Improve select/poll response."
2021-09-13 Ken BrownCygwin: set buffer size for pipes created by non-Cygwin...
2021-09-13 Corinna VinschenCygwin: pipes: drop "tiny pipe" handling
2021-09-13 Corinna VinschenCygwin: pipes: handle signals and thread cancellation...
2021-09-13 Corinna VinschenCygwin: pipes: always terminate async IO in blocking...
2021-09-13 Corinna VinschenCygwin: pipes: cancel async IO if thread cancellation...
2021-09-13 Takashi YanoCygwin: pipe: Stop counting reader and read all availab...
2021-09-13 Ken BrownCygwin: new class fhandler_pipe_fifo
2021-09-13 Ken BrownCygwin: FIFO: open pipes with FILE_READ_ATTRIBUTES...
2021-09-13 Ken BrownCygwin: pipes: minor code cleanup
2021-09-13 Corinna VinschenCygwin: pipes: nt_create: set read handle to NULL in...
2021-09-13 Corinna VinschenCygwin: pipes: call nt_create with handle references
2021-09-13 Corinna VinschenCygwin: pipes: workaround unrelibale system info
2021-09-13 Corinna VinschenCygwin: pipes: fix POSIX requirement for non-blocking...
2021-09-13 Corinna VinschenCygwin: pipes: create pipes with synchronization enabled
2021-09-13 Corinna VinschenCygwin: pipes: use NtClose when file has been opened...
2021-09-13 Corinna VinschenCygwin: pipes: always close read side pipe handle in...
2021-09-13 Corinna VinschenCygwin: pipes: fix a bug in raw_write
2021-09-13 Corinna VinschenCygwin: move get_obj_handle_count() to miscfuncs.cc
2021-09-13 Corinna VinschenCygwin: _pipe: add a comment
2021-09-13 Corinna VinschenRevert "Cygwin: fhandler_pipe.cc:nt_select: fix flags"
2021-09-13 Corinna VinschenRevert "Cygwin: fhandler_pipe.cc:nt_select: fix flags...
2021-09-13 Ken BrownCygwin: fhandler_pipe.cc:nt_select: fix flags again
2021-09-13 Ken BrownCygwin: fhandler_pipe.cc:nt_select: fix flags
2021-09-13 Ken BrownRevert "Cygwin: pipe: Revert to create() rather than...
2021-09-13 Takashi YanoCygwin: pipe: Revert to create() rather than nt_create().
2021-09-13 Takashi YanoCygwin: select: Improve select/poll response.
2021-09-13 Ken BrownCygwin: add fhandler_base::npfs_handle
2021-09-13 Ken BrownCygwin: remove the fhandler_base_overlapped class
2021-09-13 Ken BrownCygwin: fhandler_pipe: fix permission problem
2021-09-13 Ken BrownCygwin: fhandler_pipe: control blocking mode of the...
2021-09-13 Ken BrownCygwin: fhandler_pipe: add raw_read and raw_write
2021-09-13 Ken BrownCygwin: fhandler_pipe: derive from fhandler_base
2021-09-13 Corinna VinschenRegenerate Makefile.in after configure.in -> configure...
2021-09-13 Mike FrysingerAdd myself to sim & general write-after-approval mainta...
2021-09-13 Mike Frysingerlibgloss/newlib: rename configure.in to configure.ac
2021-09-08 Corinna VinschenCygwin: fix initializing MEM_EXTENDED_PARAMETER, take 2
2021-09-07 Takashi YanoCygwin: pty: Fix error handling of master write().
2021-09-06 Torbjorn SVENSSON... nano-malloc: Fix redefined compilation warning
2021-09-06 Corinna VinschenCygwin: fix initializing MEM_EXTENDED_PARAMETER
2021-09-03 Corinna VinschenCygwin: fix declaration of RtlInitEmptyUnicodeString
2021-09-03 Corinna Vinschenldexp/ldexpf: avoid assembler warning
2021-09-03 Corinna Vinschenstrstr: avoid warnings
2021-09-03 Corinna Vinschennftw: fix thread cancellation support
2021-09-03 Corinna VinschenCygwin: testsuite: avoid "conflicting types" gcc warning
2021-08-30 Corinna VinschenCygwin: dup: fix handle inheritence for disk file pread...
2021-08-27 Joel Sherrilllibc/include/sys/signal.h: Change __STDINT_EXP() to...
2021-08-27 Corinna VinschenCygwin: loader script: add DWARF 5 sections
2021-08-26 Corinna VinschenCygwin: Allow using CFLAGS also for C++ files
2021-08-26 Corinna VinschenCygwin: workaround a g++ 11.2 initialization bug
2021-08-26 Corinna VinschenCygwin: dumper: fix up GCC pragma for g++ 11.2
2021-08-26 Corinna VinschenCygwin: C++17: register keyword is deprecated
2021-08-25 Roger Saylenvptx: Emulate clock and other machine stubs.
2021-08-23 Aleksand Malikovfix race condition in List_insert
2021-08-23 Corinna Vinschenstdlib: conditionalize locale usage
2021-08-19 Corinna VinschenCygwin: fhandler_procsys::readdir: fix NtQueryDirectory...
2021-08-19 Corinna VinschenCygwin: fix all usages of NtQueryDirectoryObject
2021-08-19 Corinna VinschenCygwin: return better inode numbers for block device...
2021-08-18 Keith Packardsvfwscanf: Simplify _sungetwc_r to eliminate apparent...
2021-08-09 Matt Joycelibc: Added prototypes for new POSIX APIs
next
This page took 0.064899 seconds and 5 git commands to generate.