aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-04Accommodate trailing NUL in PrlSF filesystem name.Corinna Vinschen4-1/+12
2015-11-04Add missing release message for 68b4238f4a1276a1f6f18430580b62dfa0420ffdCorinna Vinschen1-0/+3
2015-11-03Fix potential endless loop in pending_signals::clearCorinna Vinschen2-9/+9
2015-11-03[ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft6-14/+106
2015-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston76-5445/+4150
2015-11-02Consistently use an em-dash in math functions.Jeff Johnston23-34/+59
2015-11-02Add missing semicolons to prototypes.Jeff Johnston10-38/+51
2015-11-02 Improve performance of MIPS memcpy.Steve Ellcey2-2/+48
2015-11-02Define MAX_IPOPTLENCorinna Vinschen2-0/+6
2015-11-02Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen2-5/+17
2015-11-02Add support for Parallels Desktop FS (prlfs)Corinna Vinschen10-5/+41
2015-11-02Add missing ChangeLog entry for ce8159d5Corinna Vinschen1-0/+4
2015-10-30Include <sched.h> in <pthread.h>Sebastian Huber1-1/+1
2015-10-30Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen3-6/+22
2015-10-30Avoid double unlock of TLS mutexCorinna Vinschen2-4/+6
2015-10-30Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen4-3/+23
2015-10-29Check for correct funtion entry address in munge_threadfuncQian Hong4-3/+18
2015-10-27Remove spurious execute permissions from some Cygwin source and text filesJon Turney11-0/+15
2015-10-27strftime: Add support for %s (seconds since epoch)Brian Inglis5-25/+114
2015-10-23Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen4-1/+30
2015-10-22winsup/utils: add CPU cache variables to getconf(1)Yaakov Selkowitz2-0/+19
2015-10-22Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen7-2/+35
2015-10-22Avoid SEGV when handling SIDs with 0 subauthoritiesCorinna Vinschen3-1/+12
2015-10-22Add release message for previous Cygwin patchCorinna Vinschen1-0/+2
2015-10-22Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen9-14/+23
2015-10-21Fix memory leak in pthread_getattr_npCorinna Vinschen3-5/+10
2015-10-21Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen3-1/+15
2015-10-21* winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.Ken Brown2-0/+46
2015-10-20* rl78/crt0.S (_start): Fixed code that clears .bssDJ Delorie2-10/+16
2015-10-20Fix compiler errors/warnings when compiling with -O3Corinna Vinschen3-3/+10
2015-10-19Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2-1/+15
2015-10-19C11 aligned_alloc() implementationSebastian Huber4-18/+70
2015-10-19C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2-0/+6
2015-10-19C11 quick_exit() support for <stdlib.h>Sebastian Huber5-17/+124
2015-10-13Import <threads.h> from latest FreeBSD.Jeff Johnston3-0/+152
2015-10-13Synchronize with FreeBSD.Jeff Johnston2-24/+145
2015-10-13Add FreeBSD style changes to sys/cdefs.hJeff Johnston2-32/+37
2015-10-08Define setjmp buffer length for IA64.Nick Clifton2-0/+8
2015-10-06Add support for persistent data to the MSP430 linker scripts.Nick Clifton4-8/+53
2015-09-22Minimize newlib code size for ft32newlib-snapshot-20150924Jeff Johnston2-6/+5
2015-09-22config.{guess,sub}: sync with upstreamMike Frysinger3-19/+53
2015-09-08Cygwin 2.3.0: Add missing release messageCorinna Vinschen1-0/+4
2015-09-08flock.cc: Fix stack allocation from callee used in callerCorinna Vinschen2-6/+18
2015-09-08faq-using.xml: Replace makewhatis with mandbCorinna Vinschen2-2/+6
2015-09-04Add FTDI license for newlib and libgloss.Jeff Johnston3-0/+35
2015-09-04Add support for ft32 to newlib.Jeff Johnston18-1911/+9660
2015-09-04Add support for FT32 platform.Jeff Johnston24-0/+5285
2015-09-03libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson2-0/+8
2015-08-30cygcheck.cc: Fix missing commas in products arrayCorinna Vinschen2-5/+9
2015-08-30cygcheck.cc: Fix debugger problemCorinna Vinschen2-4/+13