summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Improve performance of MIPS memcpy.Steve Ellcey2015-11-022-2/+48
* Define MAX_IPOPTLENCorinna Vinschen2015-11-022-0/+6
* Fix incorrect implementation to clear per-thread pending signalsCorinna Vinschen2015-11-022-5/+17
* Add support for Parallels Desktop FS (prlfs)Corinna Vinschen2015-11-0210-5/+41
* Add missing ChangeLog entry for ce8159d5Corinna Vinschen2015-11-021-0/+4
* Include <sched.h> in <pthread.h>Sebastian Huber2015-10-301-1/+1
* Workaround bug in LocaleNameToLCID on Windows 10Corinna Vinschen2015-10-303-6/+22
* Avoid double unlock of TLS mutexCorinna Vinschen2015-10-302-4/+6
* Fix sigwait and pthread_kill return values in case of errorCorinna Vinschen2015-10-304-3/+23
* Check for correct funtion entry address in munge_threadfuncQian Hong2015-10-294-3/+18
* Remove spurious execute permissions from some Cygwin source and text filesJon Turney2015-10-2711-0/+15
* strftime: Add support for %s (seconds since epoch)Brian Inglis2015-10-275-25/+114
* Clear pending signals targeting exiting threadnewlib-snapshot-20151023Corinna Vinschen2015-10-234-1/+30
* winsup/utils: add CPU cache variables to getconf(1)Yaakov Selkowitz2015-10-222-0/+19
* Export aligned_alloc, at_quick_exit, quick_exit.Corinna Vinschen2015-10-227-2/+35
* Avoid SEGV when handling SIDs with 0 subauthoritiesCorinna Vinschen2015-10-223-1/+12
* Add release message for previous Cygwin patchCorinna Vinschen2015-10-221-0/+2
* Fix length returned from sys_cp_wcstombs in case nwc > # of wcharsCorinna Vinschen2015-10-229-14/+23
* Fix memory leak in pthread_getattr_npCorinna Vinschen2015-10-213-5/+10
* Fix EIO error accessing certain (OS X SMB?) drivesCorinna Vinschen2015-10-213-1/+15
* * winsup/doc/faq-using.xml (faq.using.same-with-permissions): New entry.Ken Brown2015-10-212-0/+46
* * rl78/crt0.S (_start): Fixed code that clears .bssDJ Delorie2015-10-202-10/+16
* Fix compiler errors/warnings when compiling with -O3Corinna Vinschen2015-10-203-3/+10
* Extend _intsup.h to support 16-bit and 20-bit pointers.Nick Clifton2015-10-192-1/+15
* C11 aligned_alloc() implementationSebastian Huber2015-10-194-18/+70
* C11 aligned_alloc() support for <stdlib.h>Sebastian Huber2015-10-192-0/+6
* C11 quick_exit() support for <stdlib.h>Sebastian Huber2015-10-195-17/+124
* Import <threads.h> from latest FreeBSD.Jeff Johnston2015-10-133-0/+152
* Synchronize with FreeBSD.Jeff Johnston2015-10-132-24/+145
* Add FreeBSD style changes to sys/cdefs.hJeff Johnston2015-10-132-32/+37
* Define setjmp buffer length for IA64.Nick Clifton2015-10-082-0/+8
* Add support for persistent data to the MSP430 linker scripts.Nick Clifton2015-10-064-8/+53
* Minimize newlib code size for ft32newlib-snapshot-20150924Jeff Johnston2015-09-222-6/+5
* config.{guess,sub}: sync with upstreamMike Frysinger2015-09-223-19/+53
* Cygwin 2.3.0: Add missing release messageCorinna Vinschen2015-09-081-0/+4
* flock.cc: Fix stack allocation from callee used in callerCorinna Vinschen2015-09-082-6/+18
* faq-using.xml: Replace makewhatis with mandbCorinna Vinschen2015-09-082-2/+6
* Add FTDI license for newlib and libgloss.Jeff Johnston2015-09-043-0/+35
* Add support for ft32 to newlib.Jeff Johnston2015-09-0418-1911/+9660
* Add support for FT32 platform.Jeff Johnston2015-09-0424-0/+5285
* libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson2015-09-032-0/+8
* cygcheck.cc: Fix missing commas in products arrayCorinna Vinschen2015-08-302-5/+9
* cygcheck.cc: Fix debugger problemCorinna Vinschen2015-08-302-4/+13
* cygcheck.cc: Handle W10/2016 sysinfoCorinna Vinschen2015-08-302-27/+68
* cygcheck.cc: Fix downlevel DLL handlingCorinna Vinschen2015-08-302-2/+12
* sysconf.cc: Fix compiler warning.Corinna Vinschen2015-08-291-0/+2
* Allow sysconf to return CPU cache informationCorinna Vinschen2015-08-299-63/+559
* Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen2015-08-279-19/+147
* strlen-armv7.S: Fix preprocessor checkCorinna Vinschen2015-08-272-1/+6
* Fix for pri and scn formatsAndre Simoes Dias Vieira2015-08-273-127/+273