]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2021-11-11 Alan ModraAdd libctf to update-copyright.py
2021-11-11 Simon Marchitexi2pod.pl: import support for @t{...} from gcc
2021-11-11 Alan ModraUpdate year range in copyright notice of binutils files
2021-11-11 Simon MarchiBump to autoconf 2.69 and automake 1.15.1
2021-11-11 Alan ModraUpdate year range in copyright notice of binutils files
2021-11-11 Nick CliftonUpdate the address of the FSF in the copyright notice...
2021-11-11 Alan Modraupdate-copyright.py for binutils
2021-11-11 Nick CliftonFix compile time warning messages building with gcc...
2021-11-10 Takashi YanoCygwin: pipe: Handle WAIT_CANCELED when waiting read_mtx.
2021-11-10 Mike Frysingernewlib: mips: delete glibc-specific logic
2021-11-08 Takashi YanoCygwin: pipe: Avoid false EOF while reading output...
2021-11-06 Mike Frysingerlibgloss: regenerate aclocal.m4 & configure w/newer...
2021-11-06 Mike Frysingerlibgloss/newlib: update configure.ac in Makefile.in...
2021-11-04 Corinna VinschenCygwin: fix permission problem when writing DAC info...
2021-11-04 Corinna VinschenCygwin: Add a new 3.4.0 rel notes file
2021-11-04 Corinna VinschenCygwin: add release note for rounding issue
2021-11-04 Corinna Vinschenldtoa: fix dropping too many digits from output
2021-11-03 Takashi YanoCygwin: console: Prevent the exec'ed bash from exiting...
2021-11-02 Corinna VinschenCygwin: add release note
2021-11-02 Takashi YanoCygwin: console: Fix yet another bug on input when...
2021-11-02 Takashi YanoCygwin: console: Fix a bug on input when signalled.
2021-10-29 Corinna VinschenCygwin: remove unused lsaauth authentication function
2021-10-29 Corinna VinschenCygwin: remove support for Vista entirely
2021-10-29 Corinna VinschenCygwin: drop support for systems not supporting the...
2021-10-29 Corinna VinschenCygwin: drop support for systems not supporting RFC...
2021-10-29 Corinna VinschenCygwin: drop support for systems not supporting process...
2021-10-29 Corinna VinschenCygwin: drop support for simple invisible console code
2021-10-29 Corinna VinschenCygwin: drop support for systems not supporting QueryUn...
2021-10-29 Corinna VinschenCygwin: drop Vista WOW64 specific child process handle bug
2021-10-28 Corinna VinschenCygwin: bump DLL major version cygwin-3.4.0-dev
2021-10-28 Corinna VinschenCygwin: bump DLL minor version
2021-10-27 Christian Biesinger... Unconditionally declare strsignal cygwin-3_3_0-release
2021-10-27 Lewis Revilllibgloss/riscv: Fix hard coded reference to configure...
2021-10-26 Corinna VinschenCygwin: convert malloc lock to SRWLOCK
2021-10-26 Mark GeisertCygwin: Make native clipboard layout same for 32- and...
2021-10-22 Ken BrownCygwin: document sig2str and str2sig in version.h
2021-10-22 Corinna VinschenCygwin: drop outdated -O3 optimization for malloc and...
2021-10-21 Corinna VinschenCygwin: update cygcheck OS information
2021-10-19 Takashi YanoCygwin: pipe: Use NtQuerySystemInformation() instead...
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"
next
This page took 0.089304 seconds and 5 git commands to generate.