summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix /proc/cpuinfo topology info on newer AMD CPUsCorinna Vinschen2015-08-172-7/+29
* mkglobals_h: Handle CRLF earlier.Orgad Shaneh2015-08-172-1/+5
* Support cpb and eff_freq_ro power mgmt flags in /proc/cpuinfoCorinna Vinschen2015-08-172-0/+9
* Cygwin: Improve 2.2.1 release notesCorinna Vinschen2015-08-151-9/+4
* Cygwin: Try to fix potential data corruption in pipe writeCorinna Vinschen2015-08-154-1/+66
* Fix copy/paste error in previous patchCorinna Vinschen2015-08-142-2/+7
* Don't perform RFC2307 account mapping without account DBCorinna Vinschen2015-08-144-8/+21
* Evaluate all group perms in ACL to emulate POSIX user permsCorinna Vinschen2015-08-142-0/+24
* Fix /proc/cpuinfo topology and cache size infoCorinna Vinschen2015-08-136-490/+618
* miscfuncs.cc: Fix comment preceeding x86_64 memset and friends.Corinna Vinschen2015-08-102-4/+9
* Revert to leaving $HOME aloneCorinna Vinschen2015-08-103-8/+20
* or1k: Typo fixesJeff Johnston2015-08-073-2/+7
* or1k: Allow exception nestingJeff Johnston2015-08-074-39/+149
* or1k: Fix critical handling in malloc locksJeff Johnston2015-08-072-2/+8