]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2020-05-25 Takashi Yano... Cygwin: pty: Stop counting number of slaves attached...
2020-05-25 Takashi Yano... Cygwin: pty: Revise code to make system_printf() work...
2020-05-22 Ken BrownCygwin: FIFO: add missing unlock
2020-05-22 Ken BrownCygwin: FIFO: Revert "take ownership on exec"
2020-05-19 Takashi Yano... Cygwin: pty: Make system_printf() work after closing...
2020-05-19 Takashi Yano... Cygwin: pty: Call FreeConsole() only if attached to...
2020-05-19 Szabolcs NagyReimplement aligned_alloc
2020-05-19 Takashi Yano... Cygwin: termios: Set ECHOE, ECHOK, ECHOCTL and ECHOKE...
2020-05-19 David Macek... cygwin: doc: Add keywords for ACE order issues
2020-05-11 Ken BrownCygwin: FIFO: improve the interruptibility of raw_read
2020-05-11 Ken BrownCygwin: FIFO: code simplification
2020-05-08 Corinna VinschenCygwin: fifo: fix type of fifo_reader_id_t operators
2020-05-08 Corinna VinschenCygwin: add pseudo console patch to release text
2020-05-08 Ken BrownDocument recent FIFO changes
2020-05-08 Ken BrownCygwin: FIFO: update commentary
2020-05-08 Ken BrownCygwin: FIFO: support opening multiple readers
2020-05-08 Ken BrownCygwin: FIFO: allow any reader to take ownership
2020-05-08 Ken BrownCygwin: FIFO: find a new owner when closing
2020-05-08 Ken BrownCygwin: FIFO: take ownership on exec
2020-05-08 Ken BrownCygwin: FIFO: add a shared fifo_client_handler list
2020-05-08 Ken BrownCygwin: FIFO: allow fc_handler list to grow dynamically
2020-05-08 Ken BrownCygwin: FIFO: designate one reader as owner
2020-05-08 Ken BrownCygwin: FIFO: introduce a new type, fifo_reader_id_t
2020-05-08 Ken BrownCygwin: FIFO: keep track of the number of readers
2020-05-08 Ken BrownCygwin: FIFO: add shared memory
2020-05-08 Ken BrownCygwin: FIFO: use a cygthread instead of a homemade...
2020-05-08 Ken BrownCygwin: FIFO: make opening a writer more robust
2020-05-08 Ken BrownCygwin: FIFO: fix hit_eof
2020-05-08 Ken BrownCygwin: FIFO: dup/fork/exec: make sure child starts...
2020-05-08 Ken BrownCygwin: FIFO: honor the flags argument in dup
2020-05-08 Ken BrownCygwin: FIFO: remove the arm method
2020-05-08 Ken BrownCygwin: FIFO: simplify the listen_client_thread code
2020-05-08 Ken BrownCygwin: FIFO: change the fifo_client_connect_state...
2020-05-08 Ken BrownCygwin: FIFO: simplify the fifo_client_handler structure
2020-05-08 Ken BrownCygwin: FIFO: minor change - use NtClose
2020-05-04 Corinna VinschenRevert "localtime define _DIAGASSERT" and followups...
2020-05-04 Johannes Schindelinsetup_pseudoconsole(): handle missing/incorrect helper...
2020-04-29 Corinna Vinschenlocaltime define _DIAGASSERT
2020-04-28 Corinna Vinschenlocaltime 1.82
2020-04-28 Corinna Vinschenlocaltime 1.81
2020-04-28 Corinna Vinschenlocaltime 1.80
2020-04-28 Corinna Vinschenlocaltime 1.79
2020-04-28 Corinna Vinschenlocaltime 1.78
2020-04-28 Corinna Vinschenlocaltime 1.77
2020-04-28 Corinna Vinschenlocaltime 1.76
2020-04-28 Corinna Vinschenlocaltime 1.75
2020-04-28 Corinna Vinschenlocaltime 1.74
2020-04-27 Corinna Vinschenlocaltime 1.73
2020-04-27 Corinna VinschenCygwin: localtime.cc: reformat for easier patching
2020-04-24 Corinna VinschenCygwin: add release message for fixed floppy bugs
2020-04-24 Corinna VinschenCygwin: raw disk I/O: lock floppys as well
2020-04-24 Corinna VinschenCygwin: raw disk I/O: Fix return value in error case
2020-04-24 Corinna VinschenCygwin: file I/O: make sure to treat write return value...
2020-04-22 David Macek... Cygwin: accounts: Report unrecognized db_* nsswitch...
2020-04-22 David Macek... Cygwin: accounts: Don't keep old schemes when parsing...
2020-04-22 David Macek... Cygwin: accounts: Unify nsswitch.conf db_* defaults
2020-04-21 Corinna VinschenCygwin: Add David Macek to CONTRIBUTORS
2020-04-21 Corinna VinschenCygwin: symlinks: fix WSL symlink creation if cygdrive...
2020-04-17 David Macek... cygheap_pwdgrp: Handle invalid db_* entries correctly
2020-04-14 Corinna VinschenCygwin: faq: disable outdated "sshd in domain" faq
2020-04-14 Brian Inglisproc_cpuinfo: Add PPIN support for AMD
2020-04-07 Corinna VinschenCygwin: utils: override definition of PMEM_EXTENDED_PAR...
2020-04-07 Corinna VinschenCygwin: mmap_alloc: fix comment to document using the...
2020-04-07 Corinna VinschenCygwin: threads: use extended memory API if available
2020-04-07 Corinna VinschenCygwin: mmap: use extended memory API if available
2020-04-07 Corinna VinschenCygwin: memory: declare extended memory API
2020-04-07 Corinna VinschenCygwin: threads: add missing include of mmap_alloc.h
2020-04-07 Corinna VinschenCygwin: threads: lower thread size from pool to 256...
2020-04-07 Corinna VinschenCygwin: threads: use mmap area to fulfill requests...
2020-04-05 Corinna VinschenCygwin: symlinks: Allow traversing WSL symlinks
2020-04-03 Corinna VinschenCygwin: docs: revamp docs explaining symlinks
2020-04-03 Corinna VinschenCygwin: symlinks: create WSL symlinks on supporting...
2020-04-02 Corinna VinschenCygwin: symlinks: fix WSL symlinks pointing to /mnt
2020-04-01 Biswapriyo... winsup/cygwin: remove defines added in mingw-w64 v7.0.0
2020-03-27 Corinna VinschenCygwin: symlinks: support WSL symlinks
2020-03-26 Corinna VinschenCygwin: serial: fix GCC warning
2020-03-26 Keith Packard... newlib/libm/math: Make pow/powf return qnan for snan arg
2020-03-26 Keith Packard... newlib/libm/common: Don't re-convert float to bits...
2020-03-26 Keith Packard... newlib/libm/common: Fix modf/modff returning snan
2020-03-26 Joseph S. MyersFix spurious underflow exceptions for Bessel functions...
2020-03-25 Corinna VinschenRevert "Cygwin: serial: read: if VMIN > 0, wait for... topic/serial_io github/topic/serial_io
2020-03-25 Corinna Vinschenfhandler_serial: fix comments
2020-03-25 Corinna VinschenCygwin: serial: read: if VMIN > 0, wait for VMIN chars...
2020-03-23 Corinna VinschenCygwin: serial: use per call OVERLAPPED structs
2020-03-23 Corinna VinschenCygwin: serial: select: call ClearCommError prior to...
2020-03-23 Corinna VinschenCygwin: serial: select: fix WaitCommEvent request
2020-03-23 Corinna VinschenCygwin: serial: tcsetattr: set timeouts unconditionally
2020-03-22 Corinna VinschenCygwin: serial: avoid overrun of vtime
2020-03-22 Åke RehnmanCygwin: serial: select: fix previous revamp patch
2020-03-22 Corinna VinschenCygwin: serial: revamp overlapped IO in read and select
2020-03-22 Corinna VinschenCygwin: serial: read: revamp raw_read, change vmin_...
2020-03-22 Corinna VinschenCygwin: serial: select: simplify peek_serial
2020-03-21 Jon TurneyCygwin: Use a separate Start Menu folder for WoW64...
2020-03-19 Fabian SchrieverFix hypotf missing mask in hi+lo decomposition
2020-03-19 Fabian SchrieverFix modf/f for NaN input
2020-03-18 Fabian SchrieverFix for k_tan.c specific inputs
2020-03-16 Corinna VinschenCygwin: serial: wait for CancelIo completion
2020-03-13 Sebastian HuberRTEMS: Include missing header and fix stub
2020-03-13 Takashi Yano... Cygwin: pty: Add FreeConsole to destructor of pty slave.
2020-03-12 Corinna VinschenCygwin: serial: try fix o_nonblock
next
This page took 0.060267 seconds and 5 git commands to generate.