]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2020-07-03 Eshan dhawan... SPARC fenv support
2020-07-02 Eshan dhawan... fenv aarch64 support
2020-07-02 Dimitar Dimitrovpru: Fix memory corruption on syscall return
2020-07-01 Corinna VinschenCygwin: add new IPPROTO_TCP options to release notes
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_QUICKACK
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_USER_TIMEOUT
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_KEEPIDLE, TCP_KEEPCNT, TCP_KEE...
2020-07-01 Corinna VinschenCygwin: tcp: Support TCP_FASTOPEN
2020-07-01 Corinna VinschenCygwin: tcp: fix IPPROTO_TCP option handling
2020-07-01 Takashi Yano... Cygwin: pty, termios: Unify thoughts of read ahead...
2020-07-01 Takashi Yano... Cygwin: pty: Discard CSI > Pm m sequence from native...
2020-06-10 Eshan dhawan... fenv support arm
2020-06-10 Jeff JohnstonRegenerate libm/machine configuration files for powerpc
2020-06-06 Takashi Yano... Cygwin: pty: Fix screen distortion after less for nativ...
2020-06-03 Eshan dhawan... hard float support for PowerPC taken from FreeBSD
2020-06-01 Corinna VinschenBump version to 3.1.6
2020-06-01 Takashi Yano... Cygwin: pty: Fix screen distortion after using less... cygwin-3_1_5-release
2020-05-31 Takashi Yano... Cygwin: pty: Revise the code which prevents undesired...
2020-05-31 Takashi Yano... Cygwin: pty: Clean up fhandler_pty_master::pty_master_f...
2020-05-31 Takashi Yano... Cygwin: console: Discard some unsupported escape sequences.
2020-05-31 Takashi Yano... Cygwin: pty: Prevent garbage remained in read ahead...
2020-05-30 Corinna VinschenCygwin: update C++ dialect to gnu++14
2020-05-30 Takashi Yano... Cygwin: console: Make cursor keys work in vim under...
2020-05-28 Ken BrownCygwin: stat: fix st_mode of fifos again
2020-05-28 Takashi Yano... Cygwin: pty: Prevent meaningless ResizePseudoConsole...
2020-05-28 Takashi Yano... Cygwin: pty: Fix a bug in free_attached_console().
2020-05-26 Corinna VinschenCygwin: FAQ: fix Cygwin build requirements
2020-05-26 Corinna VinschenCygwin: drop useless comment
2020-05-26 Corinna VinschenCygwin: add missing files to 'clean' build rule
2020-05-26 Corinna VinschenCygwin: revamp localtime.o build rule
2020-05-26 Corinna VinschenCygwin: convert localtime_wrapper.c to plain C source
2020-05-25 Corinna VinschenCygwin: rename localtime.cc to localtime_wrapper.c
2020-05-25 Corinna VinschenCygwin: move localtime.o build rule to end of file
2020-05-25 Mark GeisertCygwin: tzcode resync: details
2020-05-25 Mark GeisertCygwin: tzcode resync: imports
2020-05-25 Mark GeisertCygwin: tzcode resync: basics
2020-05-25 Corinna VinschenCygwin: fix declaration of __small_{v}sprintf
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...
next
This page took 0.053744 seconds and 5 git commands to generate.