summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fhandler_proc.cc: Only request group relation informationCorinna Vinschen2015-08-262-1/+6
* winsup.h: Claim Windows 10 supportCorinna Vinschen2015-08-253-4/+11
* autoload.cc: Drop using full paths for system DLLsCorinna Vinschen2015-08-252-11/+7
* autload.cc: Avoid clobbering return address in noload on i686Corinna Vinschen2015-08-252-2/+9
* mmap.cc: Fix some commentsCorinna Vinschen2015-08-252-9/+10
* Updated copyright noticeAndre Vieira2015-08-251-1/+1
* Always declare "kill" in include/sys/signal.hJames Greenhalgh2015-08-251-2/+2
* Sigproc.cc: Fix copyright.newlib-snapshot-20150824Corinna Vinschen2015-08-241-1/+1
* Fix hang stracing forking processes but not following childCorinna Vinschen2015-08-244-2/+37
* Bump Cygwin DLL minor number.Corinna Vinschen2015-08-242-1/+5
* oops - forgot to add PR number to ChangeLog entry.Nick Clifton2015-08-241-0/+1
* Add Lavasoft Web Companion to BLODA list.Jon TURNEY2015-08-212-0/+6
* * msp430/crt0.S: Remove watchdog disabling code.Nick Clifton2015-08-202-2/+4
* Manuals failing to build on Ubuntu LTS 14.04cygwin-2_2_1-releaseJon TURNEY2015-08-201-1/+1
* Add MIN MAX macro to param header file.Andre Vieira2015-08-201-0/+3
* Use machine header file for endianness configuration.Andre Vieira2015-08-203-15/+41
* Use machine header file for param configuration.Andre Vieira2015-08-201-2/+10
* Cygwin: Return port number from getservent in network byte orderCorinna Vinschen2015-08-183-2/+11
* exceptions.cc: Drop including ucontext.h.Corinna Vinschen2015-08-183-1/+7
* sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008Yaakov Selkowitz2015-08-181-0/+6
* Don't call LsaLookupSids if we're not utilizing Windows account DBsCorinna Vinschen2015-08-173-19/+42
* Try harder to avoid LDAP access for RFC2307 mappingCorinna Vinschen2015-08-174-37/+55