]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2015-11-03 Corinna VinschenFix potential endless loop in pending_signals::clear
2015-11-03 Marcus Shawcroft[ARM] Select appropriate memcpy implementation for...
2015-11-02 Jeff JohnstonMove duplicated documentation rules to Makefile.shared
2015-11-02 Jeff JohnstonConsistently use an em-dash in math functions.
2015-11-02 Jeff JohnstonAdd missing semicolons to prototypes.
2015-11-02 Steve Ellcey Improve performance of MIPS memcpy.
2015-11-02 Corinna VinschenDefine MAX_IPOPTLEN
2015-11-02 Corinna VinschenFix incorrect implementation to clear per-thread pendin...
2015-11-02 Corinna VinschenAdd support for Parallels Desktop FS (prlfs)
2015-11-02 Corinna VinschenAdd missing ChangeLog entry for ce8159d5
2015-10-30 Sebastian HuberInclude <sched.h> in <pthread.h>
2015-10-30 Corinna VinschenWorkaround bug in LocaleNameToLCID on Windows 10
2015-10-30 Corinna VinschenAvoid double unlock of TLS mutex
2015-10-30 Corinna VinschenFix sigwait and pthread_kill return values in case...
2015-10-29 Qian HongCheck for correct funtion entry address in munge_threadfunc
2015-10-27 Jon TurneyRemove spurious execute permissions from some Cygwin...
2015-10-27 Brian Inglisstrftime: Add support for %s (seconds since epoch)
2015-10-23 Corinna VinschenClear pending signals targeting exiting thread newlib-snapshot-20151023
2015-10-22 Yaakov Selkowitzwinsup/utils: add CPU cache variables to getconf(1)
2015-10-22 Corinna VinschenExport aligned_alloc, at_quick_exit, quick_exit.
2015-10-22 Corinna VinschenAvoid SEGV when handling SIDs with 0 subauthorities
2015-10-22 Corinna VinschenAdd release message for previous Cygwin patch
2015-10-22 Corinna VinschenFix length returned from sys_cp_wcstombs in case nwc...
2015-10-21 Corinna VinschenFix memory leak in pthread_getattr_np
2015-10-21 Corinna VinschenFix EIO error accessing certain (OS X SMB?) drives
2015-10-21 Ken Brown* winsup/doc/faq-using.xml (faq.using.same-with-permiss...
2015-10-21 DJ Delorie* rl78/crt0.S (_start): Fixed code that clears .bss
2015-10-20 Corinna VinschenFix compiler errors/warnings when compiling with -O3
2015-10-19 Nick CliftonExtend _intsup.h to support 16-bit and 20-bit pointers.
2015-10-19 Sebastian HuberC11 aligned_alloc() implementation
2015-10-19 Sebastian HuberC11 aligned_alloc() support for <stdlib.h>
2015-10-19 Sebastian HuberC11 quick_exit() support for <stdlib.h>
2015-10-13 Jeff JohnstonImport <threads.h> from latest FreeBSD.
2015-10-13 Jeff JohnstonSynchronize with FreeBSD.
2015-10-13 Jeff JohnstonAdd FreeBSD style changes to sys/cdefs.h
2015-10-08 Nick CliftonDefine setjmp buffer length for IA64.
2015-10-06 Nick CliftonAdd support for persistent data to the MSP430 linker...
2015-09-22 Jeff JohnstonMinimize newlib code size for ft32 newlib-snapshot-20150924
2015-09-22 Mike Frysingerconfig.{guess,sub}: sync with upstream
2015-09-08 Corinna VinschenCygwin 2.3.0: Add missing release message
2015-09-08 Corinna Vinschenflock.cc: Fix stack allocation from callee used in...
2015-09-08 Corinna Vinschenfaq-using.xml: Replace makewhatis with mandb
2015-09-04 Jeff JohnstonAdd FTDI license for newlib and libgloss.
2015-09-04 Jeff JohnstonAdd support for ft32 to newlib.
2015-09-04 Jeff JohnstonAdd support for FT32 platform.
2015-09-02 Hans-Peter... libc/machine/cris/sys/signal.h (kill): Declare.
2015-08-30 Corinna Vinschencygcheck.cc: Fix missing commas in products array
2015-08-30 Corinna Vinschencygcheck.cc: Fix debugger problem
2015-08-30 Corinna Vinschencygcheck.cc: Handle W10/2016 sysinfo
2015-08-30 Corinna Vinschencygcheck.cc: Fix downlevel DLL handling
2015-08-29 Corinna Vinschensysconf.cc: Fix compiler warning.
2015-08-29 Corinna VinschenAllow sysconf to return CPU cache information
2015-08-27 Corinna VinschenImplement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for...
2015-08-27 Corinna Vinschenstrlen-armv7.S: Fix preprocessor check
2015-08-27 Andre Simoes... Fix for pri and scn formats
2015-08-26 Corinna Vinschenfhandler_proc.cc: Only request group relation information
2015-08-25 Corinna Vinschenwinsup.h: Claim Windows 10 support
2015-08-25 Corinna Vinschenautoload.cc: Drop using full paths for system DLLs
2015-08-25 Corinna Vinschenautload.cc: Avoid clobbering return address in noload...
2015-08-25 Corinna Vinschenmmap.cc: Fix some comments
2015-08-25 Andre VieiraUpdated copyright notice
2015-08-25 James GreenhalghAlways declare "kill" in include/sys/signal.h
2015-08-24 Corinna VinschenSigproc.cc: Fix copyright. newlib-snapshot-20150824
2015-08-24 Corinna VinschenFix hang stracing forking processes but not following...
2015-08-24 Corinna VinschenBump Cygwin DLL minor number.
2015-08-24 Nick Cliftonoops - forgot to add PR number to ChangeLog entry.
2015-08-21 Jon TURNEYAdd Lavasoft Web Companion to BLODA list.
2015-08-20 Nick Clifton * msp430/crt0.S: Remove watchdog disabling code.
2015-08-20 Jon TURNEYManuals failing to build on Ubuntu LTS 14.04 cygwin-2_2_1-release
2015-08-20 Andre VieiraAdd MIN MAX macro to param header file.
2015-08-20 Andre VieiraUse machine header file for endianness configuration.
2015-08-20 Andre VieiraUse machine header file for param configuration.
2015-08-18 Corinna VinschenCygwin: Return port number from getservent in network...
2015-08-18 Corinna Vinschenexceptions.cc: Drop including ucontext.h.
2015-08-18 Yaakov Selkowitzsys/signal.h: include sys/ucontext.h on Cygwin per...
2015-08-17 Corinna VinschenDon't call LsaLookupSids if we're not utilizing Windows...
2015-08-17 Corinna VinschenTry harder to avoid LDAP access for RFC2307 mapping
2015-08-17 Corinna VinschenFix /proc/cpuinfo topology info on newer AMD CPUs
2015-08-17 Orgad Shanehmkglobals_h: Handle CRLF earlier.
2015-08-17 Corinna VinschenSupport cpb and eff_freq_ro power mgmt flags in /proc...
2015-08-15 Corinna VinschenCygwin: Improve 2.2.1 release notes
2015-08-15 Corinna VinschenCygwin: Try to fix potential data corruption in pipe...
2015-08-14 Corinna VinschenFix copy/paste error in previous patch
2015-08-14 Corinna VinschenDon't perform RFC2307 account mapping without account DB
2015-08-14 Corinna VinschenEvaluate all group perms in ACL to emulate POSIX user...
2015-08-13 Corinna VinschenFix /proc/cpuinfo topology and cache size info
2015-08-10 Corinna Vinschenmiscfuncs.cc: Fix comment preceeding x86_64 memset...
2015-08-10 Corinna VinschenRevert to leaving $HOME alone
2015-08-07 Jeff Johnstonor1k: Typo fixes
2015-08-07 Jeff Johnstonor1k: Allow exception nesting
2015-08-07 Jeff Johnstonor1k: Fix critical handling in malloc locks
2015-08-07 Jeff Johnstonor1k: Make heap end globally visible
2015-08-05 Jon TURNEYImprove FAQ answer on debugging Cygwin
2015-08-04 Nick CliftonThis is part of a larger fix for RL78 complex relocs...
2015-08-03 Shoichi SakonFix wscanf family positional parameter handling in...
2015-08-03 Corinna VinschenBump Cygwin DLL minor number.
2015-08-03 Corinna Vinschenstrace: Handle ofile descriptor more carefully. cygwin-2_2_0-release
2015-08-03 Jon TURNEYDon't include stdio64 functions in reentrant syscalls...
2015-07-31 Sebastian HuberFix typo in <sys/lock.h>
2015-07-30 Wilco Dijkstra[AArch64] Rewrite optimized memset.
next
This page took 0.063464 seconds and 5 git commands to generate.