]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
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
2020-03-11 Corinna VinschenCygwin: belatedly add Hans-Bernhard to CONTRIBUTORS...
2020-03-11 Corinna VinschenCygwin: fix formatting: drop trailing whitespace
2020-03-11 Corinna VinschenCygwin: fix formatting: collapse whitespace-only lines
2020-03-11 Corinna VinschenCygwin: fix formatting: drop spaces leading tabs
2020-03-11 Corinna VinschenCygwin: fix formatting: replace TAB char with \t in...
2020-03-11 Fabian SchrieverFix truncf for sNaN input
2020-03-10 Joel Sherrilli386/fenv.c: Include fenv.c implementation shared with...
2020-03-10 Fabian SchrieverFix error in fdim/f for infinities
2020-03-09 Fabian SchrieverFix error in exp in magnitude [2e-32,2e-28]
2020-03-09 Takashi YanoCygwin: console: Fix behaviour of "ESC 8" after reset.
2020-03-09 Hans-Bernhard... Do not bother passing optional argument to WriteConsoleA.
2020-03-09 Hans-Bernhard... Collect handling of wpixput and wpbuf into a helper...
2020-03-03 Fabian SchrieverFix error in float trig. function range reduction
2020-03-02 Corinna VinschenCygwin: console: convert wpbuf_put to inline function
2020-03-02 Takashi YanoCygwin: console: Add a workaround for "ESC 7" and ...
2020-03-02 Takashi YanoCygwin: console: Prevent buffer overrun.
2020-03-02 Takashi YanoCygwin: console: Fix setting/unsetting xterm mode for...
2020-03-02 Takashi YanoCygwin: console: Revise the code to fix tab position.
2020-03-02 Corinna VinschenCygwin: ioctl: TIOCINQ: always return number of chars...
2020-03-02 Fabian SchrieverFix error in powf for (-1.0, NaN) input
next
This page took 0.054429 seconds and 5 git commands to generate.