]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2020-08-03 Corinna VinschenCygwin: posix_spawn: add Cygwin-specific code fixing...
2020-07-31 Jon TurneyCygwin: Speed up dumper
2020-07-31 Jon TurneyCygwin: Remove synchronization event from dumper
2020-07-31 Jon TurneyCygwin: Add --nokill dumper option
2020-07-29 Sebastian Huberarm: Fix include to avoid undefined reference
2020-07-29 Eshan dhawanarm: Split fenv.c into multiple files
2020-07-29 Eshan dhawanarm: Fix fenv support
2020-07-28 Jon TurneyCygwin: Decorate NtQueryVirtualMemory() to fix 32-bit...
2020-07-27 PkmX via Newlibriscv: fix integer wraparound in memcpy
2020-07-24 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add flags and...
2020-07-22 Corinna VinschenCygwin: mmap: Remove AT_ROUND_TO_PAGE workaround
2020-07-21 Ken BrownCygwin: mmap: document recent bugfix
2020-07-21 Jon TurneyCygwin: Use MEMORY_WORKING_SET_EX_INFORMATION in dumper
2020-07-21 Jon TurneyCygwin: Don't dump non-writable image regions
2020-07-21 Jon TurneyCygwin: Drop excluded regions list from dumper
2020-07-21 Jon TurneyCygwin: Remove reading of PE for section flags from...
2020-07-21 Jon TurneyCygwin: Show details of all memory regions in dumper...
2020-07-20 Corinna VinschenCygwin: mmap: constify pagesize throughout
2020-07-20 Ken BrownCygwin: mmap: fix mapping beyond EOF on 64 bit
2020-07-20 Takashi Yano... Cygwin: pty: Fix a bug on redirecting something to...
2020-07-20 Corinna VinschenCygwin: sockets: Rearrange check for connect failure
2020-07-16 Ken BrownCygwin: FIFO: document recent fixes
2020-07-16 Ken BrownCygwin: FIFO: update commentary
2020-07-16 Ken BrownCygwin: FIFO: clean up
2020-07-16 Ken BrownCygwin: FIFO: allow take_ownership to be interrupted
2020-07-16 Ken BrownCygwin: fhandler_fifo::take_ownership: don't set event...
2020-07-16 Ken BrownCygwin: FIFO: add missing lock
2020-07-16 Ken BrownCygwin: FIFO: make certain errors non-fatal
2020-07-16 Ken BrownCygwin: FIFO: fix indentation
2020-07-16 Ken BrownCygwin: FIFO: improve taking ownership in fifo_reader_t...
2020-07-16 Ken BrownCygwin: FIFO: reduce I/O interleaving
2020-07-16 Ken BrownCygwin: fhandler_fifo::hit_eof: improve reliability
2020-07-16 Ken BrownCygwin: FIFO: keep a writer count in shared memory
2020-07-16 Ken BrownCygwin: FIFO: fix problems finding new owner
2020-07-16 Aschref Ben... ctype.h: Fix unused variable warnings
2020-07-16 Corinna VinschenCygwin: document previous poll/select patch
2020-07-16 Marc HoerskenCygwin: make sure failed sockets always signal writability
2020-07-13 Brian InglisCygwin: FAQ 1.6: Update "Who's behind the project?"
2020-07-13 Brian InglisCygwin: FAQ 1.5: Clarify "What version is this"
2020-07-12 Jon TurneyCygwin: Make dumper scan more than first 4GB of VM...
2020-07-12 Jon TurneyCygwin: Add a new win32_pstatus data type for modules...
2020-07-12 Jon TurneyCygwin: Update ELF target used by dumper on x86_64
2020-07-12 Jon TurneyCygwin: Slightly improve error_start documentation
2020-07-10 Keith Packard... testsuite: Fix iconv tests to use new encoding config...
2020-07-10 Keith Packard... libc/iconv: find_alias was mis-computing remaining...
2020-07-10 Keith Packard... libc/iconv: Remove unneeded pointer var for _iconv_aliases
2020-07-10 Keith Packard... libc/iconv: Detect CES handler loading failure
2020-07-10 David AllsoppFix invalid acl_entry_t on 32-bit Cygwin
2020-07-10 Corinna VinschenCygwin: convert sys_wcstombs/sys_mbstowcs wrapper to...
2020-07-09 Corinna VinschenCygwin: Bump DLL version to 3.1.7
2020-07-09 Corinna VinschenCygwin: add microcode patch to release messages cygwin-3_1_6-release
2020-07-09 Brian Inglisformat_proc_cpuinfo: fix microcode revision shift direction
2020-07-09 Brian Inglisfhandler_proc.cc(format_proc_cpuinfo): add microcode...
2020-07-06 Eshan dhawan... Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
2020-07-06 Corinna VinschenCygwin: fix buffer overrun in cygwin_strcasecmp
2020-07-03 Corinna Vinschenlibm: machine: Add missing sparc and mips configuration
2020-07-03 Eshan dhawan... mips fenv support
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...
next
This page took 0.057206 seconds and 5 git commands to generate.